You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/new.rst
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@ What's New
2
2
==========
3
3
Historically :code:`pymer4` versioning was a bit all over the place but has settled down since 0.5.0. This page includes the most notable updates between versions but github is the best place to checkout more details and `releases <https://github.com/ejolly/pymer4/releases/>`_.
4
4
5
+
0.7.8
6
+
-----
7
+
- Maintenance release that pins :code:`rpy2 >= 3.4.5,< 3.5.1` due to R -> Python dataframe conversion issue on recent :code:`rpy2` versions that causes a `recursion error <https://github.com/rpy2/rpy2/issues/866>`_.
8
+
- Pending code changes to support :code:`rpy2 >= 3.5.1` are tracked on `this development branch <https://github.com/ejolly/pymer4/tree/dev_rpy2_3.5.1>`_. **Upcoming releases will drop support for** :code:`rpy2 < 3.5.X`
9
+
- Clearer error message when making circular predictions using :code:`Lmer` models
10
+
5
11
0.7.7
6
12
-----
7
13
- This version is identical to 0.7.6 but supports :code:`R >= 4.1`
0 commit comments