File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments