Skip to content

Releases: probcomp/hfppl

v0.1.0, first release!

18 Mar 10:55
fe65965
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/probcomp/hfppl/commits/v0.1.0