Skip to content

Commit

Permalink
Finalize 1.0.5 whats new (#731)
Browse files Browse the repository at this point in the history
* add date, @williamhobbs

* missing doc requirements

* fix pr number
  • Loading branch information
wholmgren authored Sep 22, 2021
1 parent ea0bcfb commit f3d3f62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/source/whatsnew/1.0.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.. py:currentmodule:: solarforecastarbiter
1.0.5 (August ??, 2021)
-----------------------
1.0.5 (September 22, 2021)
--------------------------

Enhancements
~~~~~~~~~~~~
Expand Down Expand Up @@ -43,9 +43,12 @@ Fixed
* Fixed handling of quality flag resampling thresholds to exclude intervals
where thresholds are matched or exceeded. A threshold of 0 indicates that
intervals containing any flags should be discarded. (:issue:`723`, :pull:`728`)
* Add missing requirements for building documentation to ``doc`` and ``all``
installation options. (:pull:`731`)

Contributors
~~~~~~~~~~~~

* Will Holmgren (:ghuser:`wholmgren`)
* Leland Boeman (:ghuser:`lboeman`)
* Will Hobbs (:ghuser:`williamhobbs`)
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
'plotly>=4.5.0, <5',
'selenium',
'jinja2',
]
],
'doc': ['sphinx<2.0', 'sphinx_rtd_theme']
}
EXTRAS_REQUIRE['all'] = [
vv for v in EXTRAS_REQUIRE.values() for vv in v]
Expand Down

0 comments on commit f3d3f62

Please sign in to comment.