-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pandas 1.3.0 error and deprecations (#284)
* fix pandas 1.3.0 error with np.float32 vs python float * Index.astype -> Index.view to suppress deprecation warnings * bump nbsphinx version (see #275) * Update changelog * typo fix * another typo... * fix pr numbers * delete stray colons * remove extra . Co-authored-by: Michael Deceglie <[email protected]>
- Loading branch information
1 parent
df5fb5a
commit b6dcdd2
Showing
7 changed files
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
********************** | ||
v2.0.6 (July 16, 2021) | ||
********************** | ||
|
||
Bug Fixes | ||
--------- | ||
* Fix a failure of :py:func:`~rdtools.clearsky_temperature.get_clearsky_tamb` with pandas 1.3.0 (:pull:`284`) | ||
* Change internal casting of timestamps into integers to use ``.view()`` instead of pandas deprecated ``.astype()`` method (:pull:`284`) | ||
|
||
Requirements | ||
------------ | ||
* Update specified versions of bleach in | ||
``docs/notebook_requirements.txt`` and matplotlib | ||
in ``requirements.txt`` (:pull:`261`) | ||
|
||
|
||
Contributors | ||
------------ | ||
* Kevin Anderson (:ghuser:`kanderso-nrel`) | ||
* Michael Deceglie (:ghuser:`mdeceglie`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters