From 5fcd317ef282019fb50d075d1b271adf5db57b3f Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Wed, 28 Aug 2024 17:17:36 +0100 Subject: [PATCH] v0.1.0 init (#27) * v0.1.0 init * format --- docs/changelog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index fcf9f71..253bc46 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,26 @@ # CHANGELOG +## Version 0.1.0 + +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 [#10][] +- docs: initial documentation infrastructure [#12][] +- fix: rm plotting functions + make CI work for non-CUDA devices [#13][] +- fix: match package and module structure with Hist [#16][] +- fix: update tests to match new package structure [#17][] +- refactor!: match API with Scikit-HEP [#22][] +- chore: update links [#26][] + +[#26]: https://github.com/scikit-hep/cuda-histogram/pull/26 +[#22]: https://github.com/scikit-hep/cuda-histogram/pull/22 +[#17]: https://github.com/scikit-hep/cuda-histogram/pull/17 +[#16]: https://github.com/scikit-hep/cuda-histogram/pull/16 +[#13]: https://github.com/scikit-hep/cuda-histogram/pull/13 +[#12]: https://github.com/scikit-hep/cuda-histogram/pull/12 +[#10]: https://github.com/scikit-hep/cuda-histogram/pull/10 + ## Version 0.0.1 - Initial release - a working prototype