Releases: probcomp/hfppl
Releases · probcomp/hfppl
v0.1.0, first release!
What's Changed
- Fix bug in getting started example by @gabegrand in #3
- Fix #4 by @alex-lew in #5
- Add grammar-constrained SMC to examples by @gabegrand in #8
- Migrate dependency management to
poetry
by @gabegrand in #9 - First pass at integrating Jacob Hoover's and Maddy Bowers's visualization code by @alex-lew in #14
- Use BitsAndBytesConfig instead of load_in_8bit and token instead of u… by @alex-lew in #15
- Prevent future merge conflicts by @gabegrand in #17
- Additional submodels and masks by @gabegrand in #16
- Run pre-commit on all files by @gabegrand in #18
- Renormalize LMNextToken.sample() probs to fix floating point errors by @gabegrand in #20
- Fix ValueError for
LMTokenMask.log_prob()
when the mask has no support by @gabegrand in #21 - Integrate AsyncLM models from genlm-backend by @benlebrun in #24
- Raise a
NullMask()
error for degenerate token masks by @gabegrand in #27 - Run tests in CI, add code coverage by @sritchie in #28
- run pre-commit on all files, convert to ruff by @sritchie in #29
- Add release workflow, dynamic versioning by @sritchie in #30
New Contributors
- @gabegrand made their first contribution in #3
- @alex-lew made their first contribution in #5
- @benlebrun made their first contribution in #24
- @sritchie made their first contribution in #28
Full Changelog: https://github.com/probcomp/hfppl/commits/v0.1.0