File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
Release notes
3
3
=============
4
4
5
+
6
+ Version 0.3.14, Feb 2021
7
+ ------------------------
8
+ * Pin ``histogrammar `` version for backwards compatibility
9
+
5
10
Version 0.3.13, Feb 2021
6
11
------------------------
7
12
* ``Spark 3.0 `` support (``histogrammar `` update) (#87)
Original file line number Diff line number Diff line change 1
1
"""THIS FILE IS AUTO-GENERATED BY SETUP.PY."""
2
2
3
3
name = "popmon"
4
- version = "0.3.13 "
5
- full_version = "0.3.13 "
4
+ version = "0.3.14 "
5
+ full_version = "0.3.14 "
6
6
release = True
Original file line number Diff line number Diff line change 1
1
numpy >= 1.18.0
2
2
pandas >= 0.25.1
3
3
scipy >= 1.5.2
4
- histogrammar > =1.0.12
4
+ histogrammar = =1.0.12
5
5
phik
6
6
jinja2
7
7
tqdm
Original file line number Diff line number Diff line change 4
4
5
5
MAJOR = 0
6
6
REVISION = 3
7
- PATCH = 13
7
+ PATCH = 14
8
8
DEV = False
9
9
# NOTE: also update version at: README.rst
10
10
You can’t perform that action at this time.
0 commit comments