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