Skip to content

Releases: fhs/pyhdf

v0.10.1

18 Mar 02:56
@fhs fhs
dbdc181
Compare
Choose a tag to compare

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
  • 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

10 Mar 01:10
@fhs fhs
Compare
Choose a tag to compare

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

19 Feb 20:40
@fhs fhs
Compare
Choose a tag to compare
  • setup.py: detect libhdf-alt-dev on Debian-based systems (Fixes #11)
  • setup.py: handle additional linker arguments correctly (#19)
  • Regenerate C extension with newer version of swig
  • SD: remove outdated SWIG workaround for negative INT8 (Fixes #15)

v0.9.1

21 Mar 20:25
@fhs fhs
3eadf34
Compare
Choose a tag to compare
  • SD: added support for long variable names (1ad85ef)

First release of python-hdf4

22 Sep 16:22
@fhs fhs
Compare
Choose a tag to compare

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