Skip to content

Commit

Permalink
docs: prepare for 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Mar 30, 2024
1 parent cc7e4c1 commit c88b660
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ end
- Finish merging open PRs that you want in the new version
- Add most recent changes to the `docs/CHANGELOG.md`
- Sync master with develop using `git checkout master; git merge develop --ff-only` and push
- Make sure the full wheel build runs on master without issues (will happen
automatically on push to master)
- Make sure the full wheel build runs on master without issues (manually trigger if needed)
- Make the GitHub release in the GitHub UI. Copy the changelog entries and
links for that version; this has to be done as part of the release and tag
procedure for archival tools (Zenodo) to pick them up correctly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
23 changes: 23 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## Version 1.4

### Version 1.4.1

#### Features

- NumPy 2 support. [#918][]
- 32-bit Windows Python 3.12 wheel added (matching NumPy). [#920][]

#### Bugfixes

- Support filling Integer axes with unsigned integers [#917][]
- Avoid triggering NumPy 2 dev release install on Python 3.12. [#914][]

#### Backend and docs

- Add missing API docs [#909][]
- Use boost 1.84 [#920][]

[#909]: https://github.com/scikit-hep/boost-histogram/pull/909
[#914]: https://github.com/scikit-hep/boost-histogram/pull/914
[#917]: https://github.com/scikit-hep/boost-histogram/pull/917
[#918]: https://github.com/scikit-hep/boost-histogram/pull/918
[#920]: https://github.com/scikit-hep/boost-histogram/pull/920

### Version 1.4.0

#### Features
Expand Down

0 comments on commit c88b660

Please sign in to comment.