8000 Remove benchmarks for deprecated SingleAxisTracker by Naman-Priyadarshi · Pull Request #1535 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Remove benchmarks for deprecated SingleAxisTracker #1535

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 7 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
move whatsnew entry from 0.9.3 to 0.9.4
  • Loading branch information
kandersolar committed Nov 11, 2022
commit 12b6161aa7b3c91251eb3faf5c1e0c15c1e4dbd6
8 changes: 0 additions & 8 deletions docs/sphinx/source/whatsnew/v0.9.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ Enhancements

Documentation
~~~~~~~~~~~~~

Benchmarking
~~~~~~~~~~~~~
* Removed ``time_tracker_singleaxis`` function from tracking.py (:issue:`1508`, :pull:`1535`)

Requirements
~~~~~~~~~~~~
* Clarified description of cross-axis slope in :py:mod:`pvlib.tracking` (:pull:`1530`)
* Removed the kwarg ``closed`` from ``pd.date_range`` in the examples since it is deprecated for pandas >= 1.4.0. (:pull:`1540`)

Expand All @@ -47,4 +40,3 @@ Contributors
* Abhishek Parikh (:ghuser:`abhisheksparikh`)
* Taos Transue (:ghuser:`reepoi`)
* (:ghuser:`chiragpachori`)
* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`)
3 changes: 3 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Documentation

Benchmarking
~~~~~~~~~~~~~
* Removed ``time_tracker_singleaxis`` function from tracking.py (:issue:`1508`, :pull:`1535`)


Requirements
Expand All @@ -43,3 +44,5 @@ Contributors
* Christian Orner (:ghuser:`chrisorner`)
* S 3FD5 aurabh Aneja (:ghuser:`spaneja`)
* Marcus Boumans (:ghuser:`bowie2211`)
* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`)

0