Skip to content

Commit 9071308

Browse files
committed
Version bump and notes for release
1 parent 4e57e7e commit 9071308

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/new.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ What's New
22
==========
33
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/>`_.
44

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+
511
0.7.7
612
-----
713
- This version is identical to 0.7.6 but supports :code:`R >= 4.1`

pymer4/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Specifies current version of pymer4 to be used by setup.py and __init__.py
22
"""
33

4-
__version__ = "0.7.8.dev0"
4+
__version__ = "0.7.8"

0 commit comments

Comments
 (0)