1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
0.5.9
- fix: performance overhead due to logging (#20)
0.5.8
- fix: support NumPy 2.0 (#18 #17)
0.5.7
- support older Python and NumPy version (#16)
0.5.6
- enh: allow specifying the byte order when loading data
0.5.5
- docs: fix readme
0.5.4
- fix: entrypoints not working (#6, #10)
- enh: make matplotlib optional for CLI
0.5.3
- setup: bump numpy to 1.25.1
- tests: workaround for broken numpy repr
0.5.2
- docs: cleanup readme
0.5.1
- ci: fix automated pipeline
0.5.0
- BREAKING CHANGE: remove the igorpy compatibility layer
- docs: include Readme.rst for description on PyPI
- tests: migrate to pytest best as possible
- ref: remove hard-coded logging statement from __init__
- ref: flake8
- ref: remove clutter LGPL notices, nobody does that anymore and
the LGPL is advertised sufficiently elsewhere
0.4.0
- fix: merge all pull requests to original igor project (#1, #2, #3)
- setup: migrate to pyproject.toml
|