Skip to content

nmrglue version 0.8

Compare
Choose a tag to compare
@jjhelmus jjhelmus released this 29 Oct 16:51
· 164 commits to master since this release

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)

Misc

  • Replace deprecated matplotlib axisbg keyword with facecolor (#93)
  • Case to int after round (#95, #106)
  • Fix FutureWarnings from recent NumPy releases (#99)
  • Support numpy >=1.18 (#114)