Skip to content

v0.3.1

Compare
Choose a tag to compare
@jsnel jsnel released this 28 Feb 16:50
· 5 commits to maintenance/v0.3 since this release

pyglotaran 0.3.1 Release Notes

The first release of pyglotaran ready for a wider audience was v0.3.0, this is the first patch release for that version, fixing some small but important issues.

Highlights

  • Compatible with NumPy 1.20.
  • Using less memory during optimization (during Result creation).
  • Saved result datasets are smaller in size.

Changelog

  • Added compatibility for NumPy 1.20 and raised minimum required NumPy version to 1.20 (#555)
  • Fixed excessive memory consumption in result creation due to full SVD computation (#574)
  • Added feature parameter history (#557)
  • Moved setup logic to setup.cfg (#560)

Usage notice

This software package is made available as an early access release, to the advantage of the (scientific) community who wishes to make use of it before it has fully matured, but without any warranties. Please refer to the usage notice in the README.

For a modest collection of examples, see the pyglotaran_examples repository.
For examples on how to do plotting of results see the pyglotaran_extras repository.