issues
search
OpenDendro
/
dplPy
The Dendrochronology Program Library for Python
https://opendendro.org/python/
GNU General Public License v3.0
7
stars
9
forks
source link
Dev ife
#65
Closed
ifeoluwaale
closed
10 months ago
ifeoluwaale
commented
10 months ago
The following changes are included in this PR:
Fix for PerformanceWarning due to fragmented dataframe when crossdating large series
Update xdate to fit ar model to a max lag of min(n-1, 10*log10(n)) (previously used natural log instead of log10)
Update minimum window size of xdate_plot, and added green plot for series/segments of series that are skipped due to insufficient data.
The following changes are included in this PR: