You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Data.write to save CSV of reformmated input
* Fix multiple deprecation warnings mainly pandas related (ver 2)
* fix bug with vp, vpd, t_dew calcs not persisting on initial data access
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
Change Log
2
2
==========
3
3
4
+
Version 0.2.2
5
+
-------------
6
+
7
+
Added method to write input data to a CSV file following the same standardized formatting and unit conversions that are implemented in ``qaqc.write``. This method is ``data.write``. This was done so that a user can easily rewrite the initially read data at its native time frequency that is often half-hourly or hourly as produced by eddy covariance processing software such as EddyPro. This is useful for creating input for sub-daily time series analyses that may be done in conjunction with ``flux-data-qaqc``.
8
+
9
+
Bug fixes related to internal automatic calculations for vapor pressure, vapor pressure deficit, saturation vapor pressure, and dew point temperature and data assignment not persisting until two calls to ``data.df``.
10
+
11
+
Fix multiple deprecation warnings caused by ``Pandas`` version 2, tested with version 2.2.2.
0 commit comments