Description
This is a minor release after changing the build backend. There are no functionality changes, but the source distribution published to PyPI has changed slightly. In prior releases some of the tests were published, but not in a way that was functional. In this, and future releases, the tests/
directory is not included in the sdist. Some other files that should not have been included have also been removed. Users interested in contributing to ocs
are encouraged to get the tests directly from this repo instead.
Reported version change when installing from source
The reported version installed now has a slightly different format, as we have dropped use of versioneer
, which was providing this version number. This only affects users who install directly from source, not if you install from PyPI. Here is an example of the change:
old version format: 0.11.2+7.ga1e7e91
new version format: 0.11.2.post1.dev7+ga1e7e91
What's Changed
- Switch build-backend from setuptools to hatchling by @BrianJKoopman in #403
- Drop link to license file in pyproject.toml by @BrianJKoopman in #406
Full Changelog: v0.11.2...v0.11.3