PyFluxPro V3.4 is a significant upgrade from previous versions. It has several new features, improved stability and is introduced ahead of the 2021 OzFlux Data Workshop.
GNU General Public License v3.0
21
stars
5
forks
source link
Fix numpy and pandas deprecated methods, create plots directory. #94
Methods that were deprecated in previous versions of numpy and pandas have been removed in current versions (e.g. numpy.int, xlswrite.save() etc). Use of these in PFP has now been updated to best practice for current versions.
Also, if the plots directory is missing, it is now created.
Methods that were deprecated in previous versions of numpy and pandas have been removed in current versions (e.g. numpy.int, xlswrite.save() etc). Use of these in PFP has now been updated to best practice for current versions.
Also, if the plots directory is missing, it is now created.