Skip to content

Release 0.14.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 19:11
c357772
  • Added - Migrate nosetests to pytest - PR #1142
  • Added - Codespell GitHub Actions workflow
  • Added - GitHub Actions workflow to manually release docs
  • Changed - Update datajoint/nginx to v0.2.6
  • Changed - Migrate docs from https://docs.datajoint.org/python to https://datajoint.com/docs/core/datajoint-python
  • Fixed - DevContainer configuration - PR #1115
  • Fixed - Updated set_password to work on MySQL 8 - PR #1106
  • Added - Missing tests for set_password - PR #1106
  • Changed - Returning success count after the .populate() call - PR #1050
  • Fixed - Autopopulate.populate excludes reserved jobs in addition to ignore and error jobs
  • Fixed - Issue #1159 (cascading delete) - PR #1160
  • Changed - Minimum Python version for Datajoint-Python is now 3.8 PR #1163
  • Fixed - docker compose commands in CI #1164
  • Changed - Default delete behavior now includes masters of part tables - PR #1158