File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
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
4
22
5
23
June 2019 Dry Run version.
6
24
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.0-dev
2
+ current_version = 0.1.0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 89
89
test_suite = 'tests' ,
90
90
tests_require = tests_require ,
91
91
url = 'https://github.com/HDI-Project/mit-d3m-ta2' ,
92
- version = '0.1.0-dev ' ,
92
+ version = '0.1.0' ,
93
93
zip_safe = False ,
94
94
)
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """MIT Data To AI Lab"""
6
6
7
- __version__ = '0.1.0-dev '
7
+ __version__ = '0.1.0'
You can’t perform that action at this time.
0 commit comments