Releases: isi-nmr/brukerapi-python
Releases · isi-nmr/brukerapi-python
Refactor loading stages
v0.1.9 version bump v0.1.9
Replace all numpy deprecations
Searched for and replaced all those listed here https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Credit to @wtclarke
v0.1.7
0.1.7 (2022-06-03)
- Fixed bug in fid configuration
v0.1.6
0.1.6 (2022-05-27)
- Fixed reading of PV7 1D spectroscopy data
v0.1.5
Bugfixes
- Fixed bug in report CLI sub-command
BrukerAPI 0.1.4.0 Release Notes
This version solves the problem of errors occurring during the loading of datasets, caused by failure to create one of the properties required for loading of the data array. When such a situation occurs, the MissingProperty exception is thrown and the user is both informed on which property failed to load and how to get support.
PV 7.0 support
- Support for datasets measured by ParaVision 7.0
- TE and TR property for fid dataset type
- experimental version of affine property for 2dseq dataset type
New CLI
Significant code refactoring. The command line was revisited.
Initial release
v0.1.0 docs debug