Skip to content

Commit 9e316a0

Browse files
docs: prepare for 1.4.0 (#884)
* docs: prepare for 1.4.0 Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5341ae3 commit 9e316a0

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.py diff=python
2+
*.pyi diff=python
3+
*.cpp diff=cpp
4+
*.hpp diff=cpp
5+
6+
*.svg -diff

docs/changelog.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## Version 1.4
4+
5+
### Version 1.4.0
6+
7+
#### Features
8+
9+
- `overflow=False` is now supported for `IntCategory` and `StrCategory`. [#883][]
10+
11+
#### Changes
12+
13+
- Using `_storage_type` now produces a `DeprecationWarning` instead of `PendingDeprecationWarning`. [#801][]
14+
- Updated Boost to 1.82. The upper limit on Regular axes without overflow is now inclusive like NumPy. [#802][]
15+
- Produce more detailed error messages on C++ errors [#848][]
16+
17+
#### Bugfixes
18+
19+
- Make filling an integer axis with a float array (also) an error. [#876][]
20+
- Include `-latomic` on `armv7l` [#823][]
21+
22+
#### Backend and docs
23+
24+
- Add Python 3.12 support and binary wheels, also latest PyPy. `manylinux2014+` required. [#880][], [#878][]
25+
- Drop Python 3.6 support. [#798][]
26+
- Drop pre-built wheels for 32-bit Linux (NumPy also dropped). [#849][]
27+
- Add testing for WebAssembly (Pyodide). [#850][]
28+
- Use Ruff [#829][]
29+
30+
[#798]: https://github.com/scikit-hep/boost-histogram/pull/798
31+
[#801]: https://github.com/scikit-hep/boost-histogram/pull/801
32+
[#802]: https://github.com/scikit-hep/boost-histogram/pull/802
33+
[#823]: https://github.com/scikit-hep/boost-histogram/pull/823
34+
[#829]: https://github.com/scikit-hep/boost-histogram/pull/829
35+
[#848]: https://github.com/scikit-hep/boost-histogram/pull/848
36+
[#849]: https://github.com/scikit-hep/boost-histogram/pull/849
37+
[#850]: https://github.com/scikit-hep/boost-histogram/pull/850
38+
[#876]: https://github.com/scikit-hep/boost-histogram/pull/876
39+
[#878]: https://github.com/scikit-hep/boost-histogram/pull/878
40+
[#880]: https://github.com/scikit-hep/boost-histogram/pull/880
41+
[#883]: https://github.com/scikit-hep/boost-histogram/pull/883
42+
343
## Version 1.3
444

545
### Version 1.3.2

0 commit comments

Comments
 (0)