8000 Improved benchmark in solarposition.py by roger-lcc · Pull Request #1443 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Improved benchmark in solarposition.py #1443

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
move whatsnew entry from 0.9.2 to 0.9.4
  • Loading branch information
kandersolar committed Nov 11, 2022
commit 6d26829be13f5a8a6e6c99be6b6c11c06d04e592
1 change: 0 additions & 1 deletion docs/sphinx/source/whatsnew/v0.9.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Documentation
Benchmarking
~~~~~~~~~~~~~
* Updated version of numba in asv.conf from 0.36.1 to 0.40.0 to solve numba/numpy conflict. (:issue:`1439`, :pull:`1440`)
* Improved the benchmark in solarposition.py (:issue:`1441`, :pull:`1443`)
* Added benchmarks for the `pvlib.scaling` module (:pull:`1445`)
* Added a basic CI asv check (:issue:`1446`, :pull:`1454`)
* Added benchmarks for the ``pvlib.scaling`` module. (:pull:`1445`)
Expand Down
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Documentation
Benchmarking
~~~~~~~~~~~~~
* Removed ``time_tracker_singleaxis`` function from tracking.py (:issue:`1508`, :pull:`1535`)
* More comprehensive benchmarking for solarposition.py (:issue:`1441`, :pull:`1443`)


Requirements
Expand All @@ -48,3 +49,4 @@ Contributors
* Marcus Boumans (:ghuser:`bowie2211`)
* Karel De Brabandere (:ghuser:`kdebrab`)
* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`)
* Chencheng Luo (:ghuser:`roger-lcc`)
0