Skip to content

Commit d16d1ea

Browse files
halehawkjakirkham
andauthored
numcodecs.zfpy is ready (#229)
* added zfp compressor * modified zfp in setup.py for new zfp054 directory * changed print statement to raise,also changed zfp source path * added set_stride, changed zfp source path * added zfp source as a submodule * removed zfp source as a submodule * added zfp module * added zfp docs * used zfp submodule and define type by _type * removed blanked lines * added white space after mode * modified comments to meet numpy docstring * format setup.py * added zfp.c * add path to bitstream.h * updated include path * update zfp.c with include path * changed include path again * Removed zfp submodule * Removed zfp_extension * Remove test_zfp.py * added zfp.py * removed zfp.py * added zfpy.py * add pip install zfpy * add pip install modified * add pip install modified 2 * add pip install modified 3 * add zfpy.py * add zfpy in requirements_dev * add zfpy finxture * add zfpy with index-url * remove zfp.rst * get 100% coverage * change for coverage * change for PEP 8 * add ensure_contiguous_ndarray(buf) * skip tests at py38 and osx * fixed format issue * skip tests at py38 * remove variable comp_arr * skip test on darwin * remove extra blank line * removed import sys * removed zfp.pyx * change zfpy repr * change the zfpy repr test * use zfpy at PyPI * update zfpy in release.rst * updating submodule to latest * Revert "updating submodule to latest" This reverts commit 0d5e320. * Revert "Revert "updating submodule to latest"" This reverts commit 0eab0ff. * Revert "Revert "Revert "updating submodule to latest""" This reverts commit 2f4fe41. * update c-blosc to 1.18.1 * Update release.rst * Revert unrelated C file changes * Use `pytest.skip` to skip testing * Run `black` on zfpy * Update requirements_rtfd.txt * Update requirements_dev.txt * Update requirements_dev.txt * Update requirements_rtfd.txt * Update requirements_rtfd.txt * Update requirements_dev.txt * Update conf.py * Update conf.py * Update conf.py * Update conf.py * Update conf.py Co-authored-by: John Kirkham <[email protected]>
1 parent f946d7d commit d16d1ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+252
-5
lines changed

.github/workflows/ci-osx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
run: |
4747
conda activate env
4848
pytest -v --pyargs numcodecs
49+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __getattr__(cls, name):
2424
return Mock()
2525

2626

27-
MOCK_MODULES = ['msgpack']
27+
MOCK_MODULES = ['msgpack', 'zfpy']
2828
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
2929

3030

docs/index.rst

Lines changed: 1 addition & 0 deletions

docs/release.rst

Lines changed: 10 additions & 0 deletions

docs/zfpy.rst

Lines changed: 11 additions & 0 deletions

fixture/zfpy/array.00.npy

4.03 KB
Binary file not shown.

fixture/zfpy/array.01.npy

7.94 KB
Binary file not shown.

fixture/zfpy/array.02.npy

7.94 KB
Binary file not shown.

fixture/zfpy/array.03.npy

7.94 KB
Binary file not shown.

fixture/zfpy/array.04.npy

7.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)