Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize v0.2.0 #207

Merged
merged 3 commits into from
Feb 14, 2024
Merged
Changes from all commits
Commits
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
9 changes: 5 additions & 4 deletions docs/whatsnew/0.2.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_020:

0.2.0 (anticipated February 2024)
---------------------------------
0.2.0 (February 14, 2024)
-------------------------

Breaking Changes
~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -40,8 +40,7 @@ Bug Fixes
of raising ``AttributeError``. (:pull:`181`)
* Compatibility with pandas 2.0.0 (:pull:`185`) and future versions of pandas (:pull:`203`)
* Compatibility with scipy 1.11 (:pull:`196`)
* Updated function :py:func:`~pvanalytics.quality.gaps.trim` to handle pandas 2.0.0 update for tz-aware timeseries
(:pull:`206`)
* Updated function :py:func:`~pvanalytics.quality.gaps.trim` to handle pandas 2.0.0 update for tz-aware timeseries (:pull:`206`)

Requirements
~~~~~~~~~~~~
Expand Down Expand Up @@ -69,3 +68,5 @@ Contributors
* Cliff Hansen (:ghuser:`cwhanse`)
* Abhishek Parikh (:ghuser:`abhisheksparikh`)
* Quyen Nguyen (:ghuser:`qnguyen345`)
* Adam R. Jensen (:ghuser:`adamrjensen`)
* Chris Deline (:ghuser:`cdeline`)
Loading