Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis
105
stars
20
forks
source link
refactor!: reorganize methods into new namespaces #210
Closed
nicrie closed 2 months ago
Methods previously in
xeofs.models
are now categorized into three namespaces:xeofs.single
for single-set analysisxeofs.cross
for cross-set analysisxeofs.multi
for multi-set analysisBREAKING CHANGE: This change breaks the existing API, but functionality remains unchanged.