Skip to content

0.12.0

Choose a tag to compare

@dandibot dandibot released this 20 Nov 22:28

Release Notes

Vendor-Configurable Metadata Models (#294)

migrate() and validate() are not available at dandischema level. To use them, one must do from dandischema.metadata import migrate, validate instead of from dandischema import migrate, validate.

Provide mechanism to reset instance configuration by function arguments, not env vars (#306)

migrate() and validate() are not available at dandischema level. To use them, one must do from dandischema.metadata import migrate, validate instead of from dandischema import migrate, validate.


🚀 Enhancement

🐛 Bug Fix

🏠 Internal

📝 Documentation

🧪 Tests

  • Remove use of unittest.mock.ANY in tests to pass the stricter type checking imposed by mypy 1.18.1 #335 (@candleindark)
  • Replace GH runner image windows-2019 with windows-latest #305 (@candleindark)

Authors: 7