Releases: fhs/pyhdf
Releases · fhs/pyhdf
v0.10.1
This release fixes some Windows build issues and updates documentation.
- Remove "Quick install for Windows Users" (#27)
- We no longer search for HDF4 library in
HDF4
environment variable or the--hdf4
flag
- We no longer search for HDF4 library in
- Fix and test Windows build in AppVeyor (#25)
- Windows DDL names are updated to match official HDF4 release
- Fix Windows temporary file issue when running test
- Fix broken URLs to HDF4 site
- Update installation instruction to recommend conda
v0.10.0
The only difference from v0.9.2 is that the project name has changed from python-hdf4 to pyhdf. We had to use the new name python-hdf4 when we originally forked pyhdf. Previous pyhdf maintainer has kindly given us access to pyhdf in PyPI. Please install pyhdf
from PyPI instead of python-hdf4
from now on.
v0.9.2
v0.9.1
First release of python-hdf4
Here are the major changes in this release:
- Add support for Python 3
- VS: fixes python 2.7 compatibility (c1655f6)
- VS: fixes buffer overflow when reading long VData field names (c1655f6)
- SD: remove warning about use of deprecated Numpy API (e4ab8e3)
- SD: fixes buffer overflow for long dataset name (#1, 7a3420a)
- NOSZIP environment variable used during installation has been changed to SZIP (c91dd79)
- Easier installation in common Linux distributions (c91dd79)
- Most of the documentation has been formatted for Sphinx