File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## Release notes
22
3- ### Upcoming
3+ ### 0.14.2 -- Aug 19, 2024
44- Added - Migrate nosetests to pytest - PR [ #1142 ] ( https://github.com/datajoint/datajoint-python/pull/1142 )
55- Added - Codespell GitHub Actions workflow
66- Added - GitHub Actions workflow to manually release docs
1010- Fixed - Updated set_password to work on MySQL 8 - PR [ #1106 ] ( https://github.com/datajoint/datajoint-python/pull/1106 )
1111- Added - Missing tests for set_password - PR [ #1106 ] ( https://github.com/datajoint/datajoint-python/pull/1106 )
1212- Changed - Returning success count after the .populate() call - PR [ #1050 ] ( https://github.com/datajoint/datajoint-python/pull/1050 )
13- - Fixed - ` Autopopulate.populate ` excludes ` reserved ` jobs in addition to ` ignore ` and ` error ` jobs
13+ - Fixed - ` Autopopulate.populate ` excludes ` reserved ` jobs in addition to ` ignore ` and ` error ` jobs
1414- Fixed - Issue [ #1159 ] ( https://github.com/datajoint/datajoint-python/pull/1159 ) (cascading delete) - PR [ #1160 ] ( https://github.com/datajoint/datajoint-python/pull/1160 )
1515- Changed - Minimum Python version for Datajoint-Python is now 3.8 PR #1163
1616- Fixed - ` docker compose ` commands in CI [ #1164 ] ( https://github.com/datajoint/datajoint-python/pull/1164 )
Original file line number Diff line number Diff line change 1- __version__ = "0.14.1 "
1+ __version__ = "0.14.2 "
22
33assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
You can’t perform that action at this time.
0 commit comments