File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ For changes since the latest tagged release, please refer to the
3
3
4
4
---
5
5
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
+
6
24
## 0.6.3 (26 June 2023)
7
25
8
26
This is a minor release with a bugfix.
You can’t perform that action at this time.
0 commit comments