Releases: scikit-hep/cuda-histogram
Releases Β· scikit-hep/cuda-histogram
Version 0.1.0
What's Changed
Updated documentation and a huge refactor to match the API style of Scikit-HEP
histogramming packages.
- chore: no more Python2 support in source code by @Saransh-cpp in #10
- docs: initial documentation infrastructure by @Saransh-cpp in #12
- fix: rm plotting functions + make CI work for non-CUDA devices by @Saransh-cpp in #13
- fix: match package and module structure with Hist by @Saransh-cpp in #16
- fix: update tests to match new package structure by @Saransh-cpp in #17
- refactor!: match API with Scikit-HEP by @Saransh-cpp in #22
- chore: update links by @Saransh-cpp in #26
New Contributors
- @Saransh-cpp made their first contribution in #10
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Initial release - a working prototype
Initial release
chore: update pre-commit hooks (#2) * chore: update pre-commit hooks updates: - [github.com/adamchainz/blacken-docs: 1.16.0 β 1.18.0](https://github.com/adamchainz/blacken-docs/compare/1.16.0...1.18.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 β v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 β v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.5.1) - [github.com/codespell-project/codespell: v2.2.6 β v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/abravalheri/validate-pyproject: v0.16 β v0.18](https://github.com/abravalheri/validate-pyproject/compare/v0.16...v0.18) - [github.com/python-jsonschema/check-jsonschema: 0.28.2 β 0.28.6](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.2...0.28.6) * fix pre-commit --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Saransh <[email protected]>