Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Jul 11, 2023
1 parent 26763ff commit b3d2d92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docsite/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ For changes since the latest tagged release, please refer to the

---

## 0.6.4 (10 July 2023)

This is a minor release with several new features and cleanups.

**New features and enhancements:**

* Added support for keeping track of the source of variables being used to
evaluate a formula. Refer to the `ModelSpec` documentation for more details.

**Bugfixes and cleanups:**

* All functions and methods now have type signatures that are statically checked
during unit testing.
* Removed `OrderedDict` usage, since Python guarantees the orderedness of
dictionaries in Python 3.7+.
* Suppress terms/factors in model matrices for which the factors evaluate to
`None`.

## 0.6.3 (26 June 2023)

This is a minor release with a bugfix.
Expand Down

0 comments on commit b3d2d92

Please sign in to comment.