We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b7777 commit 4c56ed6Copy full SHA for 4c56ed6
docs/whats_new.rst
@@ -1,5 +1,30 @@
1
What's New
2
==========
3
+v3.6.1 (2022/09/05)
4
+-------------------
5
+
6
+New Features
7
+~~~~~~~~~~~~
8
9
+Breaking changes
10
+~~~~~~~~~~~~~~~~
11
12
+Deprecations
13
14
15
+Bug fixes
16
+~~~~~~~~~
17
18
+Documentation
19
+~~~~~~~~~~~~~
20
21
+Performance
22
+~~~~~~~~~~~
23
24
+Internal Changes
25
26
+- Set :py:mod:`parsimonius` requirement to 0.9.0 to avoid breaking-change. Pending to update PySD to run it with :py:mod:`parsimonious` 0.10.0.
27
28
v3.6.0 (2022/08/31)
29
-------------------
30
pysd/_version.py
@@ -1 +1 @@
-__version__ = "3.6.0"
+__version__ = "3.6.1"
requirements.txt
@@ -1,5 +1,5 @@
pandas
-parsimonious
+parsimonious==0.9.0
xarray
xlrd
lxml
0 commit comments