- Update deprecated pandas get_loc method
- Add format="ISO8061" to test cases due to change in pandas to_datetime:
- Eliminate unused 'root_mssg' from the results
- Enable saving and reading results in csv format
- Fix bug affecting reading of sunrise/sunset times from file
- Fix bug affecting integrity check of TOB datafiles
- Avoid divide-by-zero when Fcr/Fcp = -1
- Update for Python 3.7 changes in StopIteration exceptions raised by generators
- Add "opt" model for intercellular leaf CO2
- Additional checks for missing high frequency data
- Additional outputs added to high freqency data summary
- Improved error messaging
- Add support for q and c data being molar ratio instead of mass concentration
- Fix typo in docs figure legend (GPP -> NEE)
- No longer saving/pickling fluxpart meta data, was not working with pandas 0.24
- Fix save/read of fluxpart results for pandas 0.24
- Fix filepath bug occuring when datafiles are GHG format
- Add support for date and time being in separate datafile columns
- Add suport for GHG datafile format
- Improved root finding
- New primary module interface is
fvs_partition
- Default csv data column ordering changed
- Datafiles can be specified using file/path wildcards, w/ optional time-sorting
- Flux partioning interval indendent of datafile time intervals
- Specify plant & tower heights or measured wue via file or callable
- Add option to make all fluxes nonstomatal after/before sunset/sunrise
- Add support for TOB datafile format
- New format for results, stored in pandas dataframe, using common units
- Initial release