File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
24
## Version 0.0.1
4
25
5
26
- Initial release - a working prototype
You can’t perform that action at this time.
0 commit comments