Skip to content

Commit 3560b47

Browse files
authored
Update changelog - prepare for v0.11.0 (#299)
1 parent 8ef19a1 commit 3560b47

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/changelog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 0.11
4+
5+
### Version 0.11.0
46

57
- chore: test on `awkard v1.10.0` and add cov to `noxfile` [#256][]
68
- `vector.arr` is now an alias for `vector.array` (`NumPy` vectors) [#254][]
@@ -15,6 +17,13 @@
1517
- docs: add a developer guide [#233][]
1618
- ci: Test notebooks on PRs [#272][]
1719
- feat: add constructors for `VectorObject2D` and `MomentumObject2D` [#89][]
20+
- docs: update changelog.md, PR template, and CONTRIBUTING.md [#275][]
21+
- chore: add papermill as a dev dependency [#280][]
22+
- chore: use Python 3.11! [#282][]
23+
- Fix missing backslash in latex for readme [#285][]
24+
- chore: ignore flake8 B905 + improve bug report template [#297][]
25+
- chore: better and long term fix for flake8-bugbear [#298][]
26+
- feat: migrate to awkward v2 [#284][]
1827

1928
[#256]: https://github.com/scikit-hep/vector/pull/256
2029
[#254]: https://github.com/scikit-hep/vector/pull/254
@@ -29,6 +38,13 @@
2938
[#233]: https://github.com/scikit-hep/vector/pull/233
3039
[#272]: https://github.com/scikit-hep/vector/pull/272
3140
[#89]: https://github.com/scikit-hep/vector/pull/89
41+
[#275]: https://github.com/scikit-hep/vector/pull/275
42+
[#280]: https://github.com/scikit-hep/vector/pull/280
43+
[#282]: https://github.com/scikit-hep/vector/pull/282
44+
[#285]: https://github.com/scikit-hep/vector/pull/285
45+
[#297]: https://github.com/scikit-hep/vector/pull/297
46+
[#298]: https://github.com/scikit-hep/vector/pull/298
47+
[#284]: https://github.com/scikit-hep/vector/pull/284
3248

3349
## Version 0.10
3450

0 commit comments

Comments
 (0)