Skip to content

First release of python-hdf4

Choose a tag to compare

@fhs fhs released this 22 Sep 16:22

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