|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Unreleased |
| 3 | +## Version 0.11 |
| 4 | + |
| 5 | +### Version 0.11.0 |
4 | 6 |
|
5 | 7 | - chore: test on `awkard v1.10.0` and add cov to `noxfile` [#256][]
|
6 | 8 | - `vector.arr` is now an alias for `vector.array` (`NumPy` vectors) [#254][]
|
|
15 | 17 | - docs: add a developer guide [#233][]
|
16 | 18 | - ci: Test notebooks on PRs [#272][]
|
17 | 19 | - 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][] |
18 | 27 |
|
19 | 28 | [#256]: https://github.com/scikit-hep/vector/pull/256
|
20 | 29 | [#254]: https://github.com/scikit-hep/vector/pull/254
|
|
29 | 38 | [#233]: https://github.com/scikit-hep/vector/pull/233
|
30 | 39 | [#272]: https://github.com/scikit-hep/vector/pull/272
|
31 | 40 | [#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 |
32 | 48 |
|
33 | 49 | ## Version 0.10
|
34 | 50 |
|
|
0 commit comments