This document contains the pymapvbvd release history in reverse chronological order.
- Testing on Python 3.13
- Changed scipy version requirements.
- Dropped support for Python 3.8
- Testing for Python 3.12
- Compatibility with Numpy version 2
- Added flag to disable line reflection. Thanks to FrankZijlstra for contributing.
- Fixed depreciation warning (Issue 42). Thanks to MusicInMyBrain for reporting.
- Fixed issue with large files on Windows. Thanks to FrankZijlstra for reporting.
- Fixed subtle bug with precisely sized files interacting with memory chunking size. Thanks to FrankZijlstra for reporting.
- Suppress warning
RuntimeWarning: invalid value encountered in cast
. - Python 3.7 is no longer supported.
- Fix issue intorduced in
0.5.3
where tests were vendored as a top level package. - This changelog is now included in the sdist.
- Performance enhancements and error checking for corrupted files. With thanks to Alex Craven
- Removed unnecessary build and test requirements from the
requirements.yml
file.
- Updated build dependencies (for pyproject.toml build)
- Move to pyproject.toml build
- Enable support for Python 3.11
- Remove support for Python 3.6
- AUtomatic Pypi upload on publication
- Release to enable Zenodo automatic archiving