Skip to content

Revert "Data shift algorithm" #141

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

Merged
merged 1 commit into from
May 25, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ coverage.xml
*.swp

#Ignore some notebooks
#*.ipynb
*.ipynb
# !docs/tutorials/*.ipynb

#Ignore Mac DS_store files
Expand Down
13 changes: 0 additions & 13 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ API Reference
Quality
=======

Data Shifts
-----------

Functions for identifying shifts in data values in time series
and for identifying periods with data shifts. For functions
that identify shifts in time, see ``quality.time``

.. autosummary::
:toctree: generated/

quality.data_shifts.detect_data_shifts
quality.data_shifts.get_longest_shift_segment_dates

Irradiance
----------

Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ library status.
- :py:mod:`quality` contains submodules for different kinds of data quality
checks.

- :py:mod:`quality.data_shifts` contains quality checks for detecting and
isolating data shifts in PV time series data.
- :py:mod:`quality.irradiance` contains quality checks for irradiance
measurements.
- :py:mod:`quality.weather` contains quality checks for weather data (e.g.
Expand Down
5 changes: 1 addition & 4 deletions docs/whatsnew/0.1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Enhancements
other performance ratio formulas. (:pull:`109`)
* Detect shadows from fixed objects in GHI data using
:py:func:`pvanalytics.features.shading.fixed`. (:issue:`24`, :pull:`101`)
* Detect data shifts in daily summed time series and remove data shift periods
from the time series with :py:func:`pvanalytics.quality.data_shifts.detect_data_shifts`
and :py:func:`pvanalytics.quality.data_shifts.get_longest_shift_segment_dates`. (:pull:`124`)

Bug Fixes
~~~~~~~~~
Expand Down Expand Up @@ -49,4 +46,4 @@ Contributors
* Kirsten Perry (:ghuser:`kperrynrel`)
* Michael Hopwood (:ghuser:`MichaelHopwood`)
* Carlos Silva (:ghuser:`camsilva`)
* Ben Taylor (:ghuser:`bt-`)
* Ben Taylor (:ghuser:`bt-`)
Loading