Skip to content

Commit

Permalink
new version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdominik committed Aug 7, 2023
1 parent 7d2b437 commit 1b1b28e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NNHelferlein"
uuid = "b9e938e5-d80d-48a2-bb0e-6649b4a98aeb"
authors = ["andreas.dominik <[email protected]>"]
version = "1.3.2"
version = "1.3.1"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
6 changes: 3 additions & 3 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
### wip
+ use CUDA.CuIterator instead
+ Padding added to emebdding layer
+ GPU selection added (not yet exported)

### v1.3.1 - unreleased
### v1.3.1
+ l1 and l2 decay always parallel to learning rate decay
+ severeal bioinformatics tools (as embedding, blosum, vhse8)
+ severeal bioinformatics tools (aminoacid embedding, blosum, vhse8)
+ dataframe_minibatch default "y" changed to nothing.
+ Bioinformatics: Aminoacid tokenisation added
+ GPU selection added (not yet exported)
+ grouped convolutions fixed

### v1.3
Expand Down

2 comments on commit 1b1b28e

@andreasdominik
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/89187

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.1 -m "<description of version>" 1b1b28e23888b3b052d6db9ef181fab33a8023e5
git push origin v1.3.1

Please sign in to comment.