Releases: MurrellGroup/LogitSamplers.jl
Releases · MurrellGroup/LogitSamplers.jl
v0.1.0
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 additionalTop_p
andTop_k
constructors. - Add
Min_p
type. - Add
Top_nσ
type.
- Add
- Add
argmax_sampler
,top_pk_sampler
,min_p_sampler
, andtop_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
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
Merge pull request #1 from MurrellGroup/dependabot/github_actions/cod…