Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed Jul 22, 2019
1 parent 36a2c05 commit 3ad0826
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# History

## 0.1.0
## 0.1.0 - 2019-07-22

Summer 2019 Evaluation

* Increase Dataset Coverage to most Problem Types.
* New templates.
* Use BTB Selector in combination with Tuners.

## 0.1.0.rc2 - 2019-07-01

Second Dry Run Summer 2019 - Sequestered data re-run.

* Fix Output format for evaluation compatibility
* Increase dataset coverage:
* single table
* multi table
* timeseries

## 0.1.0.rc1 - 2019-06-14

June 2019 Dry Run version.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0-dev
current_version = 0.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
test_suite='tests',
tests_require=tests_require,
url='https://github.com/HDI-Project/mit-d3m-ta2',
version='0.1.0-dev',
version='0.1.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion ta2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

0 comments on commit 3ad0826

Please sign in to comment.