Skip to content

Commit

Permalink
Update CHANGELOG (#377)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Typo
  • Loading branch information
Saransh-cpp authored Sep 8, 2023
1 parent abeb0cc commit cb35ad6
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# Changelog

## Unreleased
## Version 1.1

### Version 1.1.1

#### Bug fixes

- fix: `keepdims` in `numpy.sum` should not be `None` [#376][]

#### Maintenance

- chore: remove license string (not standard) [#371][]
- chore: blackend-docs moved [#370][]
- chore: use 2x faster black mirror [#367][]
- chore: clean up VCS versioning [#363][]
- chore: target-version no longer needed by Black or Ruff [#359][]
- chore: ruff moved to astral-sh [#358][]

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

## Version 1.1
[#376]: https://github.com/scikit-hep/vector/pull/376
[#371]: https://github.com/scikit-hep/vector/pull/371
[#370]: https://github.com/scikit-hep/vector/pull/370
[#367]: https://github.com/scikit-hep/vector/pull/367
[#363]: https://github.com/scikit-hep/vector/pull/363
[#359]: https://github.com/scikit-hep/vector/pull/359
[#358]: https://github.com/scikit-hep/vector/pull/358

### Version 1.1.0

Expand Down Expand Up @@ -38,7 +53,7 @@
- feat: update `to_Vector3D` to pass new coordinate values [#278][]
- feat: allow passing coordinates to to_Vector-D [#319][]

#### Fixes
#### Bug fixes

- fix: better elif conditions for obj \_\_init\_\_ methods [#316][]

Expand Down Expand Up @@ -75,10 +90,10 @@
- Add constructors for `VectorObject2D` and `MomentumObject2D`[#89][]
- Add support for awkward v2 (and keep supporting v1) [#284][]

#### Fixes
#### Bug fixes

- `vector.arr` should construct `NumPy` vectors [#254][]
- Development dependency missing-Priyadarshi [#280][]
- Development dependency missing [#280][]

#### Documentation

Expand Down Expand Up @@ -143,7 +158,7 @@
- Remove underscores [#192][]
- feat: add git archive support [#244][]

#### Fixes
#### Bug fixes

- fix bad values for high (abs) eta [#172][]
- Add custom reprs to awkward coordinate classes [#212][]
Expand Down

0 comments on commit cb35ad6

Please sign in to comment.