Pynrrd

Latest version: v1.1.1

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.1.1

What's Changed
* Fix/improve pyproject.toml metadata by addisonElliott in https://github.com/mhe/pynrrd/pull/160
* Fixes issue with publishing v1.0.0 package

**Full Changelog**: https://github.com/mhe/pynrrd/compare/v1.1.0...v1.1.1

1.1.0

What's Changed
* Modernize by dyollb in https://github.com/mhe/pynrrd/pull/151
* Fix test failures for NumPy 2.0+ by addisonElliott in https://github.com/mhe/pynrrd/pull/155
* Replace nptyping with numpy.typing by eleftherioszisis in https://github.com/mhe/pynrrd/pull/154
* **Note:** The new minimum Numpy version supported is bumped from 1.11.1 to 1.21 in order to utilize `numpy.typing` to replace `nptyping` package. This change was necessary in order to support Numpy 2.0.
* Add vector list datatype & add configurable `SPACE_DIRECTIONS_TYPE` option by addisonElliott in https://github.com/mhe/pynrrd/pull/157
* **Note:** If you're using the space directions field in your code, it's recommended to migrate to the new space directions type (`nrrd.SPACE_DIRECTIONS_TYPE = 'double vector list'). This will be the new default in the next major release and generally provides a better developer experience.
* Fix typos in docs by addisonElliott in https://github.com/mhe/pynrrd/pull/159

New Contributors
* dyollb made their first contribution in https://github.com/mhe/pynrrd/pull/151
* eleftherioszisis made their first contribution in https://github.com/mhe/pynrrd/pull/154

**Full Changelog**: https://github.com/mhe/pynrrd/compare/v1.0.0...v1.1.0

1.0.0

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 https://github.com/mhe/pynrrd/pull/116
* Allow writing a NRRD record to memory. Ref 108 by bernardopericacho in https://github.com/mhe/pynrrd/pull/117
* Support reading from BytesIO by addisonElliott in https://github.com/mhe/pynrrd/pull/125
* Add type hints by addisonElliott in https://github.com/mhe/pynrrd/pull/131
* Move CI to GitHub actions by bernardopericacho in https://github.com/mhe/pynrrd/pull/116
* Switch to GitHub actions for publishing packages to PyPi by addisonElliott in https://github.com/mhe/pynrrd/pull/144
* Add fmt and lint checks by bernardopericacho in https://github.com/mhe/pynrrd/pull/118
* Remove appending package path to test file by addisonElliott in https://github.com/mhe/pynrrd/pull/119
* Remove polyfill for assertRaisesRegex function in unittest module by addisonElliott in https://github.com/mhe/pynrrd/pull/123
* Minor tweaking to read & write tests by addisonElliott in https://github.com/mhe/pynrrd/pull/124
* Refactor string formatting to use f-strings by addisonElliott in https://github.com/mhe/pynrrd/pull/128
* Replace double quotes with single quotes where allowed by addisonElliott in https://github.com/mhe/pynrrd/pull/129
* Minor formatting fix to error message by addisonElliott in https://github.com/mhe/pynrrd/pull/130
* Add missing packages to `install_requires` by addisonElliott in https://github.com/mhe/pynrrd/pull/142

Docs changes

* Add ReadTheDocs config file by addisonElliott in https://github.com/mhe/pynrrd/pull/120
* Update docs wording & example by addisonElliott in https://github.com/mhe/pynrrd/pull/122
* Improve docs by addisonElliott in https://github.com/mhe/pynrrd/pull/134
* Update docs requirements.txt by addisonElliott in https://github.com/mhe/pynrrd/pull/135
* Update docs badge by addisonElliott in https://github.com/mhe/pynrrd/pull/138
* Pin deps for ReadTheDocs by addisonElliott in https://github.com/mhe/pynrrd/pull/139
* Fix minor formatting issue in nrrd.write docstring for header param by addisonElliott in https://github.com/mhe/pynrrd/pull/140

New Contributors
* bernardopericacho made their first contribution in https://github.com/mhe/pynrrd/pull/116

**Full Changelog**: https://github.com/mhe/pynrrd/compare/v0.4.3...v1.0.0

0.4.3

What's Changed
* Fix numpy tostring warnings by mscheifer in https://github.com/mhe/pynrrd/pull/112
* Update supported Python versions by addisonElliott in https://github.com/mhe/pynrrd/pull/114

New Contributors
* mscheifer made their first contribution in https://github.com/mhe/pynrrd/pull/112

**Full Changelog**: https://github.com/mhe/pynrrd/compare/v0.4.2...v0.4.3

0.4.2

Change Log

**Closed issues:**

- Unable to read nrrd files python [\105](https://github.com/mhe/pynrrd/issues/105)

**Merged pull requests:**

- loop over write chunks added for raw encoding in writer [\106](https://github.com/mhe/pynrrd/pull/106) ([GFleishman](https://github.com/GFleishman))

0.4.1

Change Log

**Closed issues:**

- I am getting NRRDError: 'Size of the data does not equal to the product of all dimensions' [\100](https://github.com/mhe/pynrrd/issues/100)
- The nrrd.read\(\) function returns a read-only numpy array if the input file is compressed [\99](https://github.com/mhe/pynrrd/issues/99)
- Need to account for both 'datafile' and 'data file' [\97](https://github.com/mhe/pynrrd/issues/97)
- Modify 'data file' whenever detached\_header=True [\96](https://github.com/mhe/pynrrd/issues/96)
- coronal plane and cross section [\95](https://github.com/mhe/pynrrd/issues/95)

**Merged pull requests:**

- Change logic for how headers and detached data are written [\104](https://github.com/mhe/pynrrd/pull/104) ([addisonElliott](https://github.com/addisonElliott))
- Account for 'data file' and 'datafile' in header when writing NRRD file [\103](https://github.com/mhe/pynrrd/pull/103) ([addisonElliott](https://github.com/addisonElliott))
- Add docs for quoted string list [\102](https://github.com/mhe/pynrrd/pull/102) ([addisonElliott](https://github.com/addisonElliott))
- Fix issue with loading large files [\101](https://github.com/mhe/pynrrd/pull/101) ([addisonElliott](https://github.com/addisonElliott))
- Support writing and reading NRRD header quoted string lists for label… [\98](https://github.com/mhe/pynrrd/pull/98) ([pcs-dan](https://github.com/pcs-dan))

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.