Skip to content

Commit 327dc80

Browse files
committed
Updating CHANGELOG
1 parent 5aea30f commit 327dc80

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## Version 0.7.0 (in progress)
2+
3+
#### User changes
4+
5+
* Added `threads=` keyword to `.fill` and numpy functions; 0 for automatic, default is 1 [#325][]
6+
* `.metadata` is now settable directly from the AxesTuple [#303][]
7+
* Deprecated items from 0.5.x now dropped [#301][]
8+
* `cpp` mode updates and fixes [#317][]
9+
10+
#### Bug fixes
11+
12+
* Dict indexing is now identical to positional indexing, fixes "picking" axes in dict [#320][]
13+
* Passing `samples=None` is now always allowed in `.fill` [#325][]
14+
15+
#### Developer changes
16+
17+
* Build system update, higher requirements for developers (only) [#314][]
18+
* Version is now obtained from `setuptools_scm`, no longer stored in repo
19+
* Removed `futures` requirement for Python 2 tests
20+
* Updated Boost.Histogram, cleaner code with fewer workarounds
21+
22+
[#301]: https://github.com/scikit-hep/boost-histogram/pull/301
23+
[#303]: https://github.com/scikit-hep/boost-histogram/pull/303
24+
[#314]: https://github.com/scikit-hep/boost-histogram/pull/314
25+
[#317]: https://github.com/scikit-hep/boost-histogram/pull/317
26+
[#320]: https://github.com/scikit-hep/boost-histogram/pull/320
27+
[#325]: https://github.com/scikit-hep/boost-histogram/pull/325
28+
129
### Version 0.6.2
230

331
Common analysis tasks are now better supported. Much more complete

0 commit comments

Comments
 (0)