Skip to content

Releases: MurrellGroup/LogitSamplers.jl

v0.1.0

01 Dec 05:10
Compare
Choose a tag to compare

LogitSamplers v0.1.0

  • 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.
  • Add argmax_sampler, top_pk_sampler, min_p_sampler, and top_nσ_sampler functions.

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v1.1.0-DEV

28 Nov 04:46
00a13bf
Compare
Choose a tag to compare
v1.1.0-DEV Pre-release
Pre-release
Logit transforms (#4)

* Add logitsample

* Add logit transforms

* tweaks

* mutable types

* Add tests; Add Temperature, Top_pk, Top_p, Top_k; Add deprecated functions for compat

* Remove x86 and 1.9 testing

* Update README

* Add test for show method

v1.0.0-DEV

26 Nov 03:16
a999ff7
Compare
Choose a tag to compare
v1.0.0-DEV Pre-release
Pre-release
Merge pull request #1 from MurrellGroup/dependabot/github_actions/cod…