File tree 3 files changed +25
-3
lines changed
3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 265
265
- Finish merging open PRs that you want in the new version
266
266
- Add most recent changes to the ` docs/CHANGELOG.md `
267
267
- 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)
270
269
- Make the GitHub release in the GitHub UI. Copy the changelog entries and
271
270
links for that version; this has to be done as part of the release and tag
272
271
procedure for archival tools (Zenodo) to pick them up correctly.
Original file line number Diff line number Diff line change 6
6
triage :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/labeler@main
9
+ - uses : actions/labeler@v4
10
10
with :
11
11
repo-token : ${{ secrets.GITHUB_TOKEN }}
12
12
sync-labels : true
Original file line number Diff line number Diff line change 2
2
3
3
## Version 1.4
4
4
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
+
5
28
### Version 1.4.0
6
29
7
30
#### Features
You can’t perform that action at this time.
0 commit comments