File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ## 0.3.5 - 2023-04-14
4+
5+ ### General Imporvements
6+
7+ * Update ` mlblocks ` cap - [ Issue #278 ] ( https://github.com/MLBazaar/MLPrimitives/issues/278 ) by @sarahmish
8+
39## 0.3.4 - 2023-01-24
410
511### General Imporvements
Original file line number Diff line number Diff line change 44
55__author__ = 'MIT Data To AI Lab'
667- __version__ = '0.3.4 '
7+ __version__ = '0.3.5.dev0 '
88
99import os
1010
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.4
2+ current_version = 0.3.5.dev0
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
Original file line number Diff line number Diff line change 1717 'iso639>=0.1.4,<0.2' ,
1818 'langdetect>=1.0.7,<2' ,
1919 'lightfm>=1.15,<2' ,
20- 'mlblocks>=0.4.0.dev0,<0.6 ' ,
20+ 'mlblocks>=0.4.0.dev0,<0.7 ' ,
2121 'networkx>=2.0,<3' ,
2222 'nltk>=3.3,<4' ,
2323 'numpy<1.21.0,>=1.16.0' ,
122122 test_suite = 'tests' ,
123123 tests_require = tests_require ,
124124 url = 'https://github.com/MLBazaar/MLPrimitives' ,
125- version = '0.3.4 ' ,
125+ version = '0.3.5.dev0 ' ,
126126 zip_safe = False ,
127127)
You can’t perform that action at this time.
0 commit comments