Skip to content

Commit

Permalink
Release note for v2.2.0. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardnmbu committed Sep 14, 2024
1 parent 5df99d3 commit 0231cb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neurons"
version = "2.1.0"
version = "2.2.0"
edition = "2021"
description = "Neural networks from scratch, in Rust."
authors = ["Hallvard Høyland Lavik"]
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,10 @@ fn main() {
<details>
<summary>v2.2.0 – Selectable scaling wrt. loopbacks.</summary>

Update maxpool logic to ensure consistency wrt. other layers.
Maxpool layers now return a `tensor::Tensor` (of shape `tensor::Shape::Quintuple`), instead of nested `Vec`s.
This will lead to consistency when implementing maxpool for `feedback` blocks.
Add possibility of selecting the scaling function.
* `tensor::Scale`
* `feedback::Accumulation`
See implementations of the above for more information.
</details>

<details>
Expand Down

0 comments on commit 0231cb9

Please sign in to comment.