# CHANGELOG ## Version 0.1.1 - feat: python 3.13 support [#30][] - feat: now available on conda-forge [#31][] [#31]: https://github.com/scikit-hep/cuda-histogram/pull/31 [#30]: https://github.com/scikit-hep/cuda-histogram/pull/30 ## 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