We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650c4ce commit 3c43bdbCopy full SHA for 3c43bdb
docs/sphinx/source/changelog.rst
@@ -1,5 +1,6 @@
1
RdTools Change Log
2
==================
3
+.. include:: changelog/v3.0.1.rst
4
.. include:: changelog/v3.0.0.rst
5
.. include:: changelog/v2.1.8.rst
6
.. include:: changelog/v2.1.7.rst
docs/sphinx/source/changelog/v3.0.1.rst
@@ -0,0 +1,11 @@
+*************************
+v3.0.1 (August 20, 2025)
+
+Requirements
+------------
7
+* Updated Jinja2==3.1.6 in ``notebook_requirements.txt`` (:pull:`465`)
8
+* Updated tornado==6.5.1 in ``notebook_requirements.txt`` (:pull:`465`)
9
+* Updated requests==2.32.4 in ``requirements.txt`` (:pull:`465`)
10
+* Updated urllib3==2.5.0 in ``requirements.txt`` (:pull:`465`)
11
+* Removed constraint that scipy<1.16.0 (:pull:`465`)
0 commit comments