Releases: mhe/pynrrd
Releases · mhe/pynrrd
v0.3.1 Released
Changelog
- Fix issue with setup.py long description
- Bump version correctly (forgot to do it for v0.3.0)
v0.3.0 Released
Change Log
Closed issues:
Merged pull requests:
- Add support for codecov #64 (addisonElliott)
- Add documentation badge to README #63 (addisonElliott)
- Add numpydoc requirement for readthedocs #62 (addisonElliott)
- Update README.rst with one from documentation and symlink each other #61 (addisonElliott)
- Add documentation #60 (addisonElliott)
- Write tests for writing detached headers #59 (addisonElliott)
- Reformat code #58 (addisonElliott)
- Custom Fields Reformat #57 (addisonElliott)
- Fix issue with test on format_numbers failing #56 (addisonElliott)
- Split tests into multiple files #55 (addisonElliott)
- Split module into multiple files #54 (addisonElliott)
- Set minimum version for Numpy library to 1.11.1 #53 (addisonElliott)
- Add __version__ to pynrrd module #52 (addisonElliott)
v0.2.5 Released
Change Log
Merged pull requests:
- Bump to version 0.2.5 #51 (addisonElliott)
- Update PyPi metadata and load long description from README #50 (addisonElliott)
- Deploy to PyPi when GitHub release is made #49 (addisonElliott)
- parse_optional_matrix does not take 'dtype' kwarg #47 (ihnorton)
- Hyperlink DOI against preferred resolver #46 (katrinleinweber)
- Remove note about ASCII not being supported #45 (addisonElliott)
- Update recommended installation method #42 (addisonElliott)
- Compare test Numpy arrays using Numpy.testing module #41 (addisonElliott)
- Add ASCII support #40 (addisonElliott)
- Add Addison Elliott to authors #39 (addisonElliott)
- Add public parse and format functions for unknown fields #38 (addisonElliott)
- Two deprecations #35 (spezold)