Skip to content

Commit b3d2d92

Browse files
0.6.4
1 parent 26763ff commit b3d2d92

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docsite/docs/changelog.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ For changes since the latest tagged release, please refer to the
33

44
---
55

6+
## 0.6.4 (10 July 2023)
7+
8+
This is a minor release with several new features and cleanups.
9+
10+
**New features and enhancements:**
11+
12+
* Added support for keeping track of the source of variables being used to
13+
evaluate a formula. Refer to the `ModelSpec` documentation for more details.
14+
15+
**Bugfixes and cleanups:**
16+
17+
* All functions and methods now have type signatures that are statically checked
18+
during unit testing.
19+
* Removed `OrderedDict` usage, since Python guarantees the orderedness of
20+
dictionaries in Python 3.7+.
21+
* Suppress terms/factors in model matrices for which the factors evaluate to
22+
`None`.
23+
624
## 0.6.3 (26 June 2023)
725

826
This is a minor release with a bugfix.

0 commit comments

Comments
 (0)