Skip to content

Commit

Permalink
Update changelog with activity from 2020-08-26 to 2020-10-26
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Oct 26, 2020
1 parent adbfd8a commit 5636548
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [1.2.0] - 2020-08-26
## [1.2.0] - 2020-10-26

Thanks to [@sbharadwajj](https://github.com/sbharadwajj) for
co-authoring many PRs shipped in this release.
Expand All @@ -23,6 +23,9 @@ co-authoring many PRs shipped in this release.
[[PR](https://github.com/f-dangel/backpack/pull/100)]
- `extensions.SumGradSquared` and `extensions.Variance`
[[PR](https://github.com/f-dangel/backpack/pull/105)]
- Raise exceptions for unsupported exotic hyperparameters
[[PR1](https://github.com/f-dangel/backpack/pull/108),
[PR2](https://github.com/f-dangel/backpack/pull/109)]
- New example: Backpropagating through BackPACK quantities
[[commit](https://github.com/f-dangel/backpack/commit/8ef33a42badded9a1d9b5013f8686bfa7feec6e7)]
- New extensions in API: Block-diagonal curvature products
Expand Down Expand Up @@ -53,6 +56,9 @@ co-authoring many PRs shipped in this release.
[[PR](https://github.com/f-dangel/backpack/pull/79)]
- `ConvTranspose1d`, `ConvTranspose2d`, `ConvTranspose3d`
[[PR](https://github.com/f-dangel/backpack/pull/84)]
- Refactor `firstorder` extensions to share more code
[[PR1](https://github.com/f-dangel/backpack/pull/105),
[PR2](https://github.com/f-dangel/backpack/pull/105)]
- Removed `detach`s to support differentiating through
quantities
[[PR](https://github.com/f-dangel/backpack/pull/70)]
Expand Down

0 comments on commit 5636548

Please sign in to comment.