Skip to content

Commit 5fcd317

Browse files
authored
v0.1.0 init (#27)
* v0.1.0 init * format
1 parent ab63c11 commit 5fcd317

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# CHANGELOG
22

3+
## Version 0.1.0
4+
5+
Updated documentation and a huge refactor to match the API style of Scikit-HEP
6+
histogramming packages.
7+
8+
- chore: no more Python2 support in source code by [#10][]
9+
- docs: initial documentation infrastructure [#12][]
10+
- fix: rm plotting functions + make CI work for non-CUDA devices [#13][]
11+
- fix: match package and module structure with Hist [#16][]
12+
- fix: update tests to match new package structure [#17][]
13+
- refactor!: match API with Scikit-HEP [#22][]
14+
- chore: update links [#26][]
15+
16+
[#26]: https://github.com/scikit-hep/cuda-histogram/pull/26
17+
[#22]: https://github.com/scikit-hep/cuda-histogram/pull/22
18+
[#17]: https://github.com/scikit-hep/cuda-histogram/pull/17
19+
[#16]: https://github.com/scikit-hep/cuda-histogram/pull/16
20+
[#13]: https://github.com/scikit-hep/cuda-histogram/pull/13
21+
[#12]: https://github.com/scikit-hep/cuda-histogram/pull/12
22+
[#10]: https://github.com/scikit-hep/cuda-histogram/pull/10
23+
324
## Version 0.0.1
425

526
- Initial release - a working prototype

0 commit comments

Comments
 (0)