We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e2f5c commit c5c591cCopy full SHA for c5c591c
README.rst
@@ -150,6 +150,10 @@ NSRDB Versions
150
MERRA2 based on the paper "A comparison of simulated and observed
151
fluctuations in summertime Arctic surface albedo" by Becky Ross and
152
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.
157
158
*Note: The “Data Years” column shows which years of NSRDB data were updated at
159
the time of version release. However, each NSRDB file should be checked for the
nsrdb/version.py
@@ -2,4 +2,4 @@
2
nsrdb version number
3
"""
4
5
-__version__ = "3.2.2"
+__version__ = "3.2.3"
0 commit comments