Skip to content

Commit

Permalink
Merge pull request #110 from NREL/changelog_actions
Browse files Browse the repository at this point in the history
Changelog and pytest with 3.12
  • Loading branch information
martin-springer authored Aug 13, 2024
2 parents 9dc106b + 53651cd commit a5a4a72
Show file tree
Hide file tree
Showing 19 changed files with 208 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
env: [
'--upgrade --upgrade-strategy=eager .[test]'
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.apply\_bounding\_box
=====================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: apply_bounding_box
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.elevation\_stochastic\_downselect
==================================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: elevation_stochastic_downselect
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.feature\_downselect
====================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: feature_downselect
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.identify\_mountains\_radii
===========================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: identify_mountains_radii
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.identify\_mountains\_weights
=============================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: identify_mountains_weights
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.interpolate\_analysis
======================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: interpolate_analysis
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.meta_KDtree.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.meta\_KDtree
=============================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: meta_KDtree
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.geospatial.plot\_sparse\_analysis
=======================================

.. currentmodule:: pvdeg.geospatial

.. autofunction:: plot_sparse_analysis
64 changes: 64 additions & 0 deletions docs/source/_autosummary/pvdeg.geospatial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,20 @@ pvdeg.geospatial


pvdeg.geospatial.analysis
pvdeg.geospatial.apply_bounding_box
pvdeg.geospatial.auto_template
pvdeg.geospatial.calc_block
pvdeg.geospatial.calc_gid
pvdeg.geospatial.elevation_stochastic_downselect
pvdeg.geospatial.feature_downselect
pvdeg.geospatial.identify_mountains_radii
pvdeg.geospatial.identify_mountains_weights
pvdeg.geospatial.interpolate_analysis
pvdeg.geospatial.meta_KDtree
pvdeg.geospatial.output_template
pvdeg.geospatial.plot_Europe
pvdeg.geospatial.plot_USA
pvdeg.geospatial.plot_sparse_analysis
pvdeg.geospatial.start_dask
pvdeg.geospatial.template_parameters
pvdeg.geospatial.zero_template
Expand All @@ -51,6 +59,13 @@ pvdeg.geospatial
.. minigallery:: pvdeg.geospatial.analysis
:add-heading:

.. autofunction:: apply_bounding_box

.. _sphx_glr_backref_pvdeg.geospatial.apply_bounding_box:

.. minigallery:: pvdeg.geospatial.apply_bounding_box
:add-heading:

.. autofunction:: auto_template

.. _sphx_glr_backref_pvdeg.geospatial.auto_template:
Expand All @@ -72,6 +87,48 @@ pvdeg.geospatial
.. minigallery:: pvdeg.geospatial.calc_gid
:add-heading:

.. autofunction:: elevation_stochastic_downselect

.. _sphx_glr_backref_pvdeg.geospatial.elevation_stochastic_downselect:

.. minigallery:: pvdeg.geospatial.elevation_stochastic_downselect
:add-heading:

.. autofunction:: feature_downselect

.. _sphx_glr_backref_pvdeg.geospatial.feature_downselect:

.. minigallery:: pvdeg.geospatial.feature_downselect
:add-heading:

.. autofunction:: identify_mountains_radii

.. _sphx_glr_backref_pvdeg.geospatial.identify_mountains_radii:

.. minigallery:: pvdeg.geospatial.identify_mountains_radii
:add-heading:

.. autofunction:: identify_mountains_weights

.. _sphx_glr_backref_pvdeg.geospatial.identify_mountains_weights:

.. minigallery:: pvdeg.geospatial.identify_mountains_weights
:add-heading:

.. autofunction:: interpolate_analysis

.. _sphx_glr_backref_pvdeg.geospatial.interpolate_analysis:

.. minigallery:: pvdeg.geospatial.interpolate_analysis
:add-heading:

.. autofunction:: meta_KDtree

.. _sphx_glr_backref_pvdeg.geospatial.meta_KDtree:

.. minigallery:: pvdeg.geospatial.meta_KDtree
:add-heading:

.. autofunction:: output_template

.. _sphx_glr_backref_pvdeg.geospatial.output_template:
Expand All @@ -93,6 +150,13 @@ pvdeg.geospatial
.. minigallery:: pvdeg.geospatial.plot_USA
:add-heading:

.. autofunction:: plot_sparse_analysis

.. _sphx_glr_backref_pvdeg.geospatial.plot_sparse_analysis:

.. minigallery:: pvdeg.geospatial.plot_sparse_analysis
:add-heading:

.. autofunction:: start_dask

.. _sphx_glr_backref_pvdeg.geospatial.start_dask:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.utilities.compare\_templates
==================================

.. currentmodule:: pvdeg.utilities

.. autofunction:: compare_templates
6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.utilities.get_state_bbox.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.utilities.get\_state\_bbox
================================

.. currentmodule:: pvdeg.utilities

.. autofunction:: get_state_bbox
49 changes: 37 additions & 12 deletions docs/source/_autosummary/pvdeg.utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pvdeg.utilities

.. automodule:: pvdeg.utilities

.. this is crazy
.. this is crazy
Function Overview
-----------------
Expand All @@ -18,11 +18,13 @@ pvdeg.utilities
:toctree:
:nosignatures:



pvdeg.utilities.compare_templates
pvdeg.utilities.convert_tmy
pvdeg.utilities.fix_metadata
pvdeg.utilities.geospatial_from_csv
pvdeg.utilities.get_kinetics
pvdeg.utilities.get_state_bbox
pvdeg.utilities.gid_downsampling
pvdeg.utilities.meta_as_dict
pvdeg.utilities.new_id
Expand All @@ -35,19 +37,26 @@ pvdeg.utilities
pvdeg.utilities.ts_gid_df
pvdeg.utilities.write_gids




.. this is crazy

.. this is crazy
..
..
Functions
---------


.. autofunction:: compare_templates

.. _sphx_glr_backref_pvdeg.utilities.compare_templates:

.. minigallery:: pvdeg.utilities.compare_templates
:add-heading:

.. autofunction:: convert_tmy

Expand Down Expand Up @@ -77,6 +86,13 @@ pvdeg.utilities
.. minigallery:: pvdeg.utilities.get_kinetics
:add-heading:

.. autofunction:: get_state_bbox

.. _sphx_glr_backref_pvdeg.utilities.get_state_bbox:

.. minigallery:: pvdeg.utilities.get_state_bbox
:add-heading:

.. autofunction:: gid_downsampling

.. _sphx_glr_backref_pvdeg.utilities.gid_downsampling:
Expand Down Expand Up @@ -153,4 +169,13 @@ pvdeg.utilities

.. minigallery:: pvdeg.utilities.write_gids
:add-heading:
:add-heading:










6 changes: 6 additions & 0 deletions docs/source/_autosummary/pvdeg.weather.get_anywhere.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pvdeg.weather.get\_anywhere
===========================

.. currentmodule:: pvdeg.weather

.. autofunction:: get_anywhere
8 changes: 8 additions & 0 deletions docs/source/_autosummary/pvdeg.weather.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pvdeg.weather
pvdeg.weather.get
pvdeg.weather.get_NSRDB
pvdeg.weather.get_NSRDB_fnames
pvdeg.weather.get_anywhere
pvdeg.weather.get_satellite
pvdeg.weather.ini_h5_geospatial
pvdeg.weather.is_leap_year
Expand Down Expand Up @@ -75,6 +76,13 @@ pvdeg.weather
.. minigallery:: pvdeg.weather.get_NSRDB_fnames
:add-heading:

.. autofunction:: get_anywhere

.. _sphx_glr_backref_pvdeg.weather.get_anywhere:

.. minigallery:: pvdeg.weather.get_anywhere
:add-heading:

.. autofunction:: get_satellite

.. _sphx_glr_backref_pvdeg.weather.get_satellite:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ PVDegradationTools (pvdeg) change log:


.. include:: releases/v0.4.0.rst
.. include:: releases/v0.3.5.rst
.. include:: releases/v0.3.4.rst
.. include:: releases/v0.3.3.rst
.. include:: releases/v0.3.2.rst
.. include:: releases/v0.3.1.rst
Expand Down
32 changes: 0 additions & 32 deletions docs/source/whatsnew/releases/v0.3.4.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/source/whatsnew/releases/v0.3.5.rst

This file was deleted.

Loading

0 comments on commit a5a4a72

Please sign in to comment.