Skip to content

Commit c88b660

Browse files
committed
docs: prepare for 1.4.1
Signed-off-by: Henry Schreiner <[email protected]>
1 parent cc7e4c1 commit c88b660

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.github/CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@ end
265265
- Finish merging open PRs that you want in the new version
266266
- Add most recent changes to the `docs/CHANGELOG.md`
267267
- Sync master with develop using `git checkout master; git merge develop --ff-only` and push
268-
- Make sure the full wheel build runs on master without issues (will happen
269-
automatically on push to master)
268+
- Make sure the full wheel build runs on master without issues (manually trigger if needed)
270269
- Make the GitHub release in the GitHub UI. Copy the changelog entries and
271270
links for that version; this has to be done as part of the release and tag
272271
procedure for archival tools (Zenodo) to pick them up correctly.

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/labeler@main
9+
- uses: actions/labeler@v4
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
sync-labels: true

docs/changelog.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
## Version 1.4
44

5+
### Version 1.4.1
6+
7+
#### Features
8+
9+
- NumPy 2 support. [#918][]
10+
- 32-bit Windows Python 3.12 wheel added (matching NumPy). [#920][]
11+
12+
#### Bugfixes
13+
14+
- Support filling Integer axes with unsigned integers [#917][]
15+
- Avoid triggering NumPy 2 dev release install on Python 3.12. [#914][]
16+
17+
#### Backend and docs
18+
19+
- Add missing API docs [#909][]
20+
- Use boost 1.84 [#920][]
21+
22+
[#909]: https://github.com/scikit-hep/boost-histogram/pull/909
23+
[#914]: https://github.com/scikit-hep/boost-histogram/pull/914
24+
[#917]: https://github.com/scikit-hep/boost-histogram/pull/917
25+
[#918]: https://github.com/scikit-hep/boost-histogram/pull/918
26+
[#920]: https://github.com/scikit-hep/boost-histogram/pull/920
27+
528
### Version 1.4.0
629

730
#### Features

0 commit comments

Comments
 (0)