Skip to content

Commit 3ad0826

Browse files
committed
Bump version to 0.1.0
1 parent 36a2c05 commit 3ad0826

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

HISTORY.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# History
22

3-
## 0.1.0
3+
## 0.1.0 - 2019-07-22
4+
5+
Summer 2019 Evaluation
6+
7+
* Increase Dataset Coverage to most Problem Types.
8+
* New templates.
9+
* Use BTB Selector in combination with Tuners.
10+
11+
## 0.1.0.rc2 - 2019-07-01
12+
13+
Second Dry Run Summer 2019 - Sequestered data re-run.
14+
15+
* Fix Output format for evaluation compatibility
16+
* Increase dataset coverage:
17+
* single table
18+
* multi table
19+
* timeseries
20+
21+
## 0.1.0.rc1 - 2019-06-14
422

523
June 2019 Dry Run version.
624

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0-dev
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
test_suite='tests',
9090
tests_require=tests_require,
9191
url='https://github.com/HDI-Project/mit-d3m-ta2',
92-
version='0.1.0-dev',
92+
version='0.1.0',
9393
zip_safe=False,
9494
)

ta2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """MIT Data To AI Lab"""
66
__email__ = '[email protected]'
7-
__version__ = '0.1.0-dev'
7+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)