Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored Nov 28, 2024
1 parent 00a13bf commit 7ef5944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LogitSamplers"
uuid = "1b30fcfc-0ee9-4be2-9cfe-b2289b43e041"
authors = ["murrellb <murrellb@gmail.com> and contributors"]
version = "1.1.0-DEV"
authors = ["murrellb <murrellb@gmail.com>", "Anton Oresten <anton.oresten42@gmail.com>"]
version = "0.1.0"

[deps]
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Expand Down

2 comments on commit 7ef5944

@AntonOresten
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 register

Release notes:

  • Add logitsample function for GPU-friendly weighted sampling in the log domain.
  • Add abstract LogitTransform type.
    • Add Temperate type.
    • Add Top_pk type with additional Top_p and Top_k constructors.
    • Add Min_p type.
    • Add Top_nσ type.
  • Deprecate pre-release interface.

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

Tagging

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 v0.1.0 -m "<description of version>" 7ef5944feb11297409a26f825dbc6cc62f35758a
git push origin v0.1.0

Please sign in to comment.