Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardnmbu committed Oct 7, 2024
1 parent ebe42c9 commit c436c25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.4.2
version: 2.5.0
date-released: '2024-10-07'
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.4.1"
version = "2.5.0"
edition = "2021"
description = "Neural networks from scratch, in Rust."
authors = ["Hallvard Høyland Lavik"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fn main() {
## Releases

<details>
<summary>v2.4.2Initial deconvolution layer.</summary>
<summary>v2.5.0Deconvolution layer.</summary>

Initial implementation of the deconvolution layer.
Created with the good help of the GitHub Copilot.
Expand Down

0 comments on commit c436c25

Please sign in to comment.