Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog.md #504

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,25 @@

## Version 1.4

### Version 1.4.3

#### Fixes

- fix: uncap numpy [#502][]

[#502]: https://github.com/scikit-hep/vector/pull/502

### Version 1.4.2

#### Fixes

- fix: depend on numpy<2.1 to support numba
- fix: fix ci for awkward v1.x (numpy v2 is out)
- fix: sympy tests (sympy v1.13)
- fix: depend on numpy<2.1 to support numba [#476][]
- fix: fix ci for awkward v1.x (numpy v2 is out) [#479][]
- fix: sympy tests (sympy v1.13) [#485][]

#### Documentation

- docs: update intro notebook + readme
- docs: update intro notebook + readme [#489][]

[#476]: https://github.com/scikit-hep/vector/pull/476
[#479]: https://github.com/scikit-hep/vector/pull/479
Expand Down
Loading