Skip to content

Commit

Permalink
v1.2 - changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdominik committed Nov 14, 2022
1 parent 3bb27f2 commit a28e4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.1.3"
version = "1.2.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
3 changes: 2 additions & 1 deletion docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ChangeLog of NNHelferlein package

+ pretrained fixed
### v1.2
+ imagenet preprocessing fixed for vgg and resnet
+ ResNetBlock added
+ ResNet added
+ Padding layer added
Expand Down

2 comments on commit a28e4a7

@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/72182

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.2.0 -m "<description of version>" a28e4a7388e0eda9b05007ce5d08603a533bcbd3
git push origin v1.2.0

Please sign in to comment.