Recent Releases of https://github.com/fhs/pyhdf
https://github.com/fhs/pyhdf - v0.11.6
See v0.11.6-rc.1 release notes.
- C
Published by fhs over 1 year ago
https://github.com/fhs/pyhdf - v0.11.6-rc.2
Full Changelog: https://github.com/fhs/pyhdf/compare/v0.11.6-rc.1...v0.11.6-rc.2
- C
Published by fhs over 1 year ago
https://github.com/fhs/pyhdf - v0.11.6-rc.1
Note that v0.11.5 was never released to PyPI because of broken Github action workflows.
What's Changed
- Include hdf.h instead of hdfi.h removed in 4.3.0. by @sebastic in https://github.com/fhs/pyhdf/pull/72
- codespell with 2.2.6 by @schwehr in https://github.com/fhs/pyhdf/pull/74
- Fix README PyPI Badge by @biosafetylvl5 in https://github.com/fhs/pyhdf/pull/78
- Fix github action workflows by @fhs in https://github.com/fhs/pyhdf/pull/79
New Contributors
- @sebastic made their first contribution in https://github.com/fhs/pyhdf/pull/72
- @biosafetylvl5 made their first contribution in https://github.com/fhs/pyhdf/pull/78
Full Changelog: https://github.com/fhs/pyhdf/compare/v0.11.4...v0.11.6-rc.1
- C
Published by fhs over 1 year ago
https://github.com/fhs/pyhdf - v0.11.2
- No changes. Upload Python 3.11 wheels to PyPI.
- C
Published by fhs about 3 years ago
https://github.com/fhs/pyhdf - v0.11.1
- No change. Update v0.11.0 PyPI release with wheels.
- C
Published by fhs about 3 years ago
https://github.com/fhs/pyhdf - v0.11.0
- Replace setup.py based build with pyproject.toml + setuptools (ce11692b53e65f6acfb443a7a2ac69167f891349)
- Remove use of some deprecated numpy API (2c5494910299ac2e31844cd718ce751a31d4f4cc)
- Remove usages of deprecated numpy/oldnumeric.h header (959edba8cc5c3d25c05c198a926348cfe5783969)
- C
Published by fhs about 3 years ago
https://github.com/fhs/pyhdf - v0.10.5
- Add support for MacOS & Windows wheels (#55)
- C
Published by fhs about 4 years ago
https://github.com/fhs/pyhdf - v0.10.3
- Add ManyLinux Wheel Builds (#49)
- C
Published by fhs about 5 years ago
https://github.com/fhs/pyhdf - v0.10.3-alpha.3
- Add ManyLinux Wheel Builds (#49)
- Add numpy as a install dependency
- C
Published by fhs about 5 years ago
https://github.com/fhs/pyhdf - v0.10.3-alpha.2
- Add ManyLinux Wheel Builds (#49)
- C
Published by fhs about 5 years ago
https://github.com/fhs/pyhdf - v0.10.3-alpha.1
- Add ManyLinux Wheel Builds (#49)
- C
Published by fhs about 5 years ago
https://github.com/fhs/pyhdf - v0.10.2
- Fix
pip installfailure due to missing build dependency (see #37)
- C
Published by fhs over 6 years ago
https://github.com/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
HDF4environment variable or the--hdf4flag
- 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
- C
Published by fhs over 7 years ago
https://github.com/fhs/pyhdf - 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.
- C
Published by fhs over 7 years ago
https://github.com/fhs/pyhdf - v0.9.2
- 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)
- C
Published by fhs over 7 years ago
https://github.com/fhs/pyhdf -
- SD: added support for long variable names (1ad85ef17a194b62bbe5c6c3eeda12b55b6666ae)
- C
Published by fhs over 8 years ago
https://github.com/fhs/pyhdf - First release of python-hdf4
Here are the major changes in this release: - Add support for Python 3 - VS: fixes python 2.7 compatibility (c1655f6a18) - VS: fixes buffer overflow when reading long VData field names (c1655f6a18) - SD: remove warning about use of deprecated Numpy API (e4ab8e3543) - SD: fixes buffer overflow for long dataset name (#1, 7a3420a369) - NOSZIP environment variable used during installation has been changed to SZIP (c91dd79afb) - Easier installation in common Linux distributions (c91dd79afb) - Most of the documentation has been formatted for Sphinx
- C
Published by fhs almost 12 years ago