Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
569177f
Merge pull request #448 from NREL/development
mdeceglie Jan 23, 2025
916fedd
Bump notebook from 7.2.1 to 7.2.2 in /docs
dependabot[bot] Jan 23, 2025
0c6cae8
Merge pull request #451 from NREL/dependabot/pip/docs/notebook-7.2.2
mdeceglie Jan 23, 2025
3e4be19
Bump tornado from 6.4.2 to 6.5.1 in /docs
dependabot[bot] May 23, 2025
424fc7d
statsmodels 0.14.4 is not able to handle the latest scipy.
cdeline Jun 23, 2025
650c4ce
Merge pull request #461 from cdeline/scipy1.16
mdeceglie Jun 24, 2025
ea8854e
Bump jinja2 from 3.1.5 to 3.1.6 in /docs
dependabot[bot] Jun 24, 2025
f4b77bb
Bump requests from 2.32.3 to 2.32.4
dependabot[bot] Jun 24, 2025
e2c387a
Bump urllib3 from 2.2.2 to 2.5.0
dependabot[bot] Jun 24, 2025
03e094e
try setup.py now that statsmodels has a new release.
cdeline Jul 7, 2025
a6c7355
Merge pull request #462 from NREL/dependabot/pip/docs/jinja2-3.1.6
mdeceglie Aug 21, 2025
92270aa
Merge pull request #463 from cdeline/statsmodels_test
mdeceglie Aug 21, 2025
d665d38
Merge pull request #458 from NREL/dependabot/pip/urllib3-2.5.0
mdeceglie Aug 21, 2025
a0783bb
Merge pull request #457 from NREL/dependabot/pip/requests-2.32.4
mdeceglie Aug 21, 2025
ac25a59
Merge pull request #454 from NREL/dependabot/pip/docs/tornado-6.5.1
mdeceglie Aug 21, 2025
3c43bdb
Update changelog
mdeceglie Aug 21, 2025
e38e7b9
Merge branch '3.0.1_candidate' of https://github.com/NREL/rdtools int…
mdeceglie Aug 21, 2025
8060f31
Update release date
mdeceglie Aug 21, 2025
076ebff
Merge pull request #465 from NREL/3.0.1_candidate
mdeceglie Aug 21, 2025
0fe0f52
Initial plan
Copilot Feb 4, 2026
c4ce7d0
Merge remote-tracking branch 'origin/fix-numpy-and-pandas-compatibili…
martin-springer Feb 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ipython==8.26.0
ipython-genutils==0.2.0
ipywidgets==8.1.3
jedi==0.19.1
Jinja2==3.1.5
Jinja2==3.1.6
jsonschema==4.23.0
jupyter==1.0.0
jupyter-client==8.6.2
Expand All @@ -29,7 +29,7 @@ nbclient==0.10.0
nbconvert==7.16.4
nbformat==5.10.4
nest-asyncio==1.6.0
notebook==7.2.1
notebook==7.2.2
numexpr==2.10.1
pandocfilters==1.5.1
parso==0.8.4
Expand All @@ -48,7 +48,7 @@ soupsieve==2.6
terminado==0.18.1
testpath==0.6.0
tinycss2==1.3.0
tornado==6.4.2
tornado==6.5.1
traitlets==5.14.3
wcwidth==0.2.13
webencodings==0.5.1
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
RdTools Change Log
==================
.. include:: changelog/v3.0.1.rst
.. include:: changelog/v3.0.0.rst
.. include:: changelog/v2.1.8.rst
.. include:: changelog/v2.1.7.rst
Expand Down
11 changes: 11 additions & 0 deletions docs/sphinx/source/changelog/v3.0.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*************************
v3.0.1 (August 21, 2025)
*************************

Requirements
------------
* Updated Jinja2==3.1.6 in ``notebook_requirements.txt`` (:pull:`465`)
* Updated tornado==6.5.1 in ``notebook_requirements.txt`` (:pull:`465`)
* Updated requests==2.32.4 in ``requirements.txt`` (:pull:`465`)
* Updated urllib3==2.5.0 in ``requirements.txt`` (:pull:`465`)
* Removed constraint that scipy<1.16.0 (:pull:`465`)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python-dateutil==2.9.0
pytz==2025.2
arch==7.0.0
filterpy==1.4.5
requests==2.32.3
requests==2.32.4
retrying==1.3.4
scikit-learn==1.7.2
scipy==1.14.1
Expand Down