Skip to content

Commit c5c591c

Browse files
committed
version increment
1 parent 97e2f5c commit c5c591c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ NSRDB Versions
150150
MERRA2 based on the paper "A comparison of simulated and observed
151151
fluctuations in summertime Arctic surface albedo" by Becky Ross and
152152
John E. Walsh
153+
* - 3.2.3
154+
- 4/13/23
155+
- Fixed MERRA interpolation issue #51 and deprecated python 3.7/3.8.
156+
Added changes to accommodate pandas v2.0.0.
153157

154158
*Note: The “Data Years” column shows which years of NSRDB data were updated at
155159
the time of version release. However, each NSRDB file should be checked for the

nsrdb/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
nsrdb version number
33
"""
44

5-
__version__ = "3.2.2"
5+
__version__ = "3.2.3"

0 commit comments

Comments
 (0)