Skip to content

v0.6.4

Compare
Choose a tag to compare
@matthewwardrop matthewwardrop released this 11 Jul 04:27
· 39 commits to main since this release

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.