Commit d16d1ea
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
File tree
56 files changed
+252
-5
lines changed- .github/workflows
- docs
- fixture/zfpy
- codec.00
- codec.01
- codec.02
- codec.03
- numcodecs
- tests
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments