Skip to content

Commit

Permalink
Merge pull request #301 from t20100/drop-python3.7
Browse files Browse the repository at this point in the history
Dependencies: Requires  python>=3.8; Removed deprecated constants: `config`, `date`, `hexversion` and `strictversion`
  • Loading branch information
t20100 authored Jul 10, 2024
2 parents adebbe1 + f7c8880 commit 86d6cfe
Show file tree
Hide file tree
Showing 25 changed files with 72 additions and 604 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
ignore = E203, E501
max-line-length = 88
extend-ignore = E203,E501,E701
5 changes: 1 addition & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
The hdf5plugin code itself is licensed under the MIT license (See below).

The HDF5 filter plugins bundled in hdf5plugin have different copyright and licenses:

* bitshuffle: See src/bitshuffle/LICENSE
* blosc: See src/hdf5-blosc/LICENSES/ and src/c-blosc/LICENSES/
* lz4: See src/HDF5-External-Filter-Plugins/LZ4/COPYING
See doc/information.rst


hdf5plugin copyright and license:
Expand Down
5 changes: 1 addition & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
include appveyor.yml
include build-deb.sh
include CHANGELOG.rst
include copyright
include LICENSE
include MANIFEST.in
include pyproject.toml
include README.rst
include setup.py
recursive-include doc *
recursive-include src *
recursive-include test *.py *.h5
recursive-include package *
global-exclude *__pycache__/*
global-exclude *.ipynb_checkpoints/*
global-exclude .*.swp
307 changes: 0 additions & 307 deletions build-deb.sh

This file was deleted.

Empty file removed copyright
Empty file.
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ hdf5plugin


* Supported operating systems: Linux, Windows, macOS.
* Supported versions of Python: >= 3.7
* Supported versions of Python: >= 3.8
* Supported architectures: All.
Specific optimizations are available for *x86* family and *ppc64le*.
Specific optimizations are available for *x86* family, *arm64* and *ppc64le*.

*hdf5plugin* provides a generic way to enable the use of the provided HDF5 compression filters with `h5py` that can be installed via `pip` or `conda`.

Expand Down
3 changes: 3 additions & 0 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ Available options
* - ``HDF5PLUGIN_CPP14``
- Whether or not to compile C++14 code if available.
Default: True if probed.
* - ``HDF5PLUGIN_CPP20``
- Whether or not to compile C++20 code if available.
Default: True if probed.
* - ``HDF5PLUGIN_INTEL_IPP_DIR``
- Experimental feature: Path to Intel `IPP`_ root directory.
If provided, the LZ4 compression library and Blosc2 are set to use Intel `IPP`_.
Expand Down
5 changes: 0 additions & 5 deletions package/debian11/changelog

This file was deleted.

Loading

0 comments on commit 86d6cfe

Please sign in to comment.