Releases: jjhelmus/nmrglue
Releases · jjhelmus/nmrglue
nmrglue version 0.11
nmrglue version 0.10
nmrglue version 0.10 (2023-11-14)
- Remove use of deprecated np.float compatibility with NumPy 1.24+ (#193)
- Remove use of deprecated np.prod function (#207)
- Switch from nose to pytest for running tests (#201, #206)
- Bruker NUS data can now be expanded (#189)
- Fix JCAMP-DX digit parsing (#198)
- Fix JCAMP-DX block reading (#191)
- Fix a bug with ndimage slices (#197)
- Updates to the CI (#185, #183)
- Code changes to reflect Python 3 preferred syntax (#179, #180, #181, #204, #205)
- Fixed various typos and misspelling (#172, #173, #177, #182, #203)
nmrglue version 0.8
nmrglue version 0.8 (2020-10-29)
File IO
- Handle data processed with nmrPipe EXT in the z-dimension (#92)
- Guess spectral widths in multi-dimensional Bruker datasets (#98)
- Allow bracket-less text values in JCAMP files (#100)
- Allow different character encodings in JCAMP files (#101)
- Only consider relevant DATATYPEs when reading JCAMP-DX files (#120)
- Support reading of Sparky .save files (#118)
Processing
- Add the util/xcpy.py module for interfacing nmrglue with Topspin (#103, #105)
- Add additional options to the autops function (#108)
- Improvements to the autops function (#124)
Documentation
- Clarify tutorial documentation (#96)
- Docstring fixes (#107)
- Document the use of nmrglue on Google Colabs (#125)
- Documentation can be built with sphinx 2.1.0 (127)
- Documentation is update at ReadTheDocs
- Various updates to the documentation (#129)
- Added a CHANGELOG.md file (#130)