Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Requires python>=3.8; Removed deprecated constants: config, date, hexversion and strictversion #301

Merged
merged 10 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading