From 64954aa346c3237ee89fdf9ebda0baf691cbc242 Mon Sep 17 00:00:00 2001 From: Naman Priyadarshi <77211855+Naman-Priyadarshi@users.noreply.github.com> Date: Thu, 25 Aug 2022 09:41:08 +0530 Subject: [PATCH 1/3] Update tracking.py --- benchmarks/benchmarks/tracking.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/benchmarks/benchmarks/tracking.py b/benchmarks/benchmarks/tracking.py index a0e5a45115..29f5ac4c6e 100644 --- a/benchmarks/benchmarks/tracking.py +++ b/benchmarks/benchmarks/tracking.py @@ -17,7 +17,6 @@ def setup(self): self.solar_position = solarposition.get_solarposition(self.times, self.lat, self.lon) - self.tracker = tracking.SingleAxisTracker() def time_singleaxis(self): with np.errstate(invalid='ignore'): @@ -28,8 +27,3 @@ def time_singleaxis(self): max_angle=60, backtrack=True, gcr=0.45) - - def time_tracker_singleaxis(self): - with np.errstate(invalid='ignore'): - self.tracker.singleaxis(self.solar_position.apparent_zenith, - self.solar_position.azimuth) From 81c366914d19a63c6b05684b087caf950e02349e Mon Sep 17 00:00:00 2001 From: Naman Priyadarshi <77211855+Naman-Priyadarshi@users.noreply.github.com> Date: Thu, 25 Aug 2022 09:45:50 +0530 Subject: [PATCH 2/3] Update v0.9.3.rst --- docs/sphinx/source/whatsnew/v0.9.3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.3.rst b/docs/sphinx/source/whatsnew/v0.9.3.rst index 8f9d90e231..acd89f4365 100644 --- a/docs/sphinx/source/whatsnew/v0.9.3.rst +++ b/docs/sphinx/source/whatsnew/v0.9.3.rst @@ -25,7 +25,7 @@ Documentation Benchmarking ~~~~~~~~~~~~~ - +* Removed ``time_tracker_singleaxis`` function from tracking.py (:issue:`1508`, :pull:`1535`) Requirements ~~~~~~~~~~~~ @@ -33,4 +33,4 @@ Requirements Contributors ~~~~~~~~~~~~ - +* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`) From 12b6161aa7b3c91251eb3faf5c1e0c15c1e4dbd6 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 11 Nov 2022 10:28:06 -0500 Subject: [PATCH 3/3] move whatsnew entry from 0.9.3 to 0.9.4 --- docs/sphinx/source/whatsnew/v0.9.3.rst | 8 -------- docs/sphinx/source/whatsnew/v0.9.4.rst | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.3.rst b/docs/sphinx/source/whatsnew/v0.9.3.rst index 2ca47e1786..820ecc251d 100644 --- a/docs/sphinx/source/whatsnew/v0.9.3.rst +++ b/docs/sphinx/source/whatsnew/v0.9.3.rst @@ -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`) @@ -47,4 +40,3 @@ Contributors * Abhishek Parikh (:ghuser:`abhisheksparikh`) * Taos Transue (:ghuser:`reepoi`) * (:ghuser:`chiragpachori`) -* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`) diff --git a/docs/sphinx/source/whatsnew/v0.9.4.rst b/docs/sphinx/source/whatsnew/v0.9.4.rst index 00bc89207a..1d890e5512 100644 --- a/docs/sphinx/source/whatsnew/v0.9.4.rst +++ b/docs/sphinx/source/whatsnew/v0.9.4.rst @@ -31,6 +31,7 @@ Documentation Benchmarking ~~~~~~~~~~~~~ +* Removed ``time_tracker_singleaxis`` function from tracking.py (:issue:`1508`, :pull:`1535`) Requirements @@ -43,3 +44,5 @@ Contributors * Christian Orner (:ghuser:`chrisorner`) * Saurabh Aneja (:ghuser:`spaneja`) * Marcus Boumans (:ghuser:`bowie2211`) +* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`) +