What's Changed
Breaking changes
- Dropped support for Python 2 and Python 3.6 and below
Other changes
- Dropped support for Python 2 and Python 3.6 and below by @bernardopericacho in #116
- Allow writing a NRRD record to memory. Ref #108 by @bernardopericacho in #117
- Support reading from BytesIO by @addisonElliott in #125
- Add type hints by @addisonElliott in #131
- Move CI to GitHub actions by @bernardopericacho in #116
- Switch to GitHub actions for publishing packages to PyPi by @addisonElliott in #144
- Add fmt and lint checks by @bernardopericacho in #118
- Remove appending package path to test file by @addisonElliott in #119
- Remove polyfill for assertRaisesRegex function in unittest module by @addisonElliott in #123
- Minor tweaking to read & write tests by @addisonElliott in #124
- Refactor string formatting to use f-strings by @addisonElliott in #128
- Replace double quotes with single quotes where allowed by @addisonElliott in #129
- Minor formatting fix to error message by @addisonElliott in #130
- Add missing packages to
install_requires
by @addisonElliott in #142
Docs changes
- Add ReadTheDocs config file by @addisonElliott in #120
- Update docs wording & example by @addisonElliott in #122
- Improve docs by @addisonElliott in #134
- Update docs requirements.txt by @addisonElliott in #135
- Update docs badge by @addisonElliott in #138
- Pin deps for ReadTheDocs by @addisonElliott in #139
- Fix minor formatting issue in nrrd.write docstring for header param by @addisonElliott in #140
New Contributors
- @bernardopericacho made their first contribution in #116
Full Changelog: v0.4.3...v1.0.0