File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ prometheus-client==0.3.0
39
39
prompt-toolkit==3.0.30
40
40
ptyprocess==0.6.0
41
41
pycparser==2.20
42
- Pygments==2.7.4
42
+ Pygments==2.15.0
43
43
pyzmq==22.2.1
44
44
qtconsole==4.3.1
45
45
Send2Trash==1.8.0
@@ -48,7 +48,7 @@ soupsieve==2.3.2.post1
48
48
terminado==0.8.3
49
49
testpath==0.3.1
50
50
tinycss2==1.1.1
51
- tornado==6.1
51
+ tornado==6.3.3
52
52
traitlets==5.0.0
53
53
wcwidth==0.1.7
54
54
webencodings==0.5.1
Original file line number Diff line number Diff line change 1
1
RdTools Change Log
2
2
==================
3
- .. include :: changelog/pending .rst
3
+ .. include :: changelog/v2.1.7 .rst
4
4
.. include :: changelog/v2.1.6.rst
5
5
.. include :: changelog/v2.1.5.rst
6
6
.. include :: changelog/v2.1.4.rst
Original file line number Diff line number Diff line change 1
- *******
2
- Pending
3
- *******
1
+ *************************
2
+ v2.1.7 (November 3, 2023)
3
+ *************************
4
4
5
5
Requirements
6
6
------------
7
7
* Limit pandas version to <2.1 (:pull: `395 `)
8
+ * Several packages updated in``requirements.txt`` and ``docs/notebook_requirements.txt `` (:pull: `398 `)
8
9
9
10
Documentation
10
11
-------------
Original file line number Diff line number Diff line change 1
1
cached-property == 1.5.2
2
- certifi == 2022.12.7
2
+ certifi == 2023.7.22
3
3
chardet == 4.0.0
4
4
cycler == 0.10.0
5
5
fonttools == 4.37.1
@@ -12,21 +12,21 @@ numpy==1.22.0
12
12
packaging == 21.3
13
13
pandas == 1.3.4
14
14
patsy == 0.5.2
15
- Pillow == 9.3.0
15
+ Pillow == 10.0.1
16
16
plotly == 4.10.0
17
17
pvlib == 0.9.0
18
18
pyparsing == 2.4.7
19
19
python-dateutil == 2.8.1
20
20
pytz == 2019.3
21
- requests == 2.25.1
21
+ requests == 2.31.0
22
22
retrying == 1.3.3
23
23
scikit-learn == 1.0.2
24
- scipy == 1.7.2
24
+ scipy == 1.10.0
25
25
setuptools-scm == 7.0.5
26
26
six == 1.14.0
27
27
statsmodels == 0.13.1
28
28
threadpoolctl == 3.1.0
29
29
tomli == 2.0.1
30
30
typing_extensions == 4.3.0
31
- urllib3 == 1.26.5
31
+ urllib3 == 1.26.18
32
32
xgboost == 1.5.1
You can’t perform that action at this time.
0 commit comments