Skip to content

Commit

Permalink
2.2.0-beta release (#344)
Browse files Browse the repository at this point in the history
* add version tag to change log

* change log clean up

* Add degradation_time_series plot to __init__.py

* update release date
  • Loading branch information
mdeceglie authored Sep 14, 2022
1 parent 077e57d commit 0de0d14
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RdTools Change Log
==================
.. include:: changelog/pending.rst
.. include:: changelog/v2.2.0-beta.0.rst
.. include:: changelog/v2.1.3.rst
.. include:: changelog/v2.1.2.rst
.. include:: changelog/v2.1.1.rst
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
************************
Pending
************************
**********************************
v2.2.0-beta.0 (September 14, 2022)
**********************************

Enhancements
------------
Expand All @@ -22,12 +22,12 @@ Testing
Requirements
------------
* Upgrade the notebook environment from python 3.7 to python 3.10.
Several dependency versions in ``docs/notebook_requirements.txt`` are
updated as well. (:issue:`319`, :pull:`326`)
* Bump ``ipython==7.16.3``, ``jupyter-console==6.4.0``,
and ``prompt-toolkit==3.0.27`` in ``docs/notebook_requirements.txt``
and bump ``Pillow==9.0.0`` in ``requirements.txt`` (:pull:`314`)
(:issue:`319`, :pull:`326`)
* Bump ``sphinx`` version from 3.2 to 4.5 and ``nbsphinx`` version
from 0.8.5 to 0.8.8 in the optional ``[doc]`` requirements (:pull:`317`, :pull:`325`)
* ``arch`` and ``filterpy`` added as dependencies (:pull:`150`)
* A number of other requirements updates (:pull:`337`)
* minimum version of ``numpy`` increased to 1.16 and minimum version of
statsmodels increased to 0.11.1 (:pull:`150`)
* A number of updates to the environments specified in ``requirements.txt``,
``requirements-min.txt``, and ``docs/notebook_requirements.txt``
(:pull:`326`, :pull:`314`, :pull:`337`)
1 change: 1 addition & 0 deletions rdtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from rdtools.analysis_chains import TrendAnalysis
from rdtools.plotting import degradation_summary_plots
from rdtools.plotting import tune_filter_plot
from rdtools.plotting import degradation_timeseries_plot
# from rdtools.plotting import soiling_monte_carlo_plot
# from rdtools.plotting import soiling_interval_plot
# from rdtools.plotting import soiling_rate_histogram
Expand Down

0 comments on commit 0de0d14

Please sign in to comment.