Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardnmbu committed Oct 15, 2024
1 parent b7215c6 commit a950ce3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ keywords:
- Neural network
- Deep learning
license: AGPL-3.0
version: 2.5.1
date-released: '2024-11-07'
version: 2.5.2
date-released: '2024-10-15'
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.1"
version = "2.5.2"
edition = "2021"
description = "Neural networks from scratch, in Rust."
authors = ["Hallvard Høyland Lavik"]
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@ fn main() {

## Releases

<details>
<summary>v2.5.2 – Bug extermination and expanded examples.</summary>

* Fix bug related to skip connections.
* Fix bug related to validation forward pass.
* Expanded examples.
* Improve feedback block.
</details>

<details>
<summary>v2.5.1 – Convolution dilation.</summary>

Expand Down

0 comments on commit a950ce3

Please sign in to comment.