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(typing): use built-in types for annotations #208
Closed
nicrie closed 2 months ago
Replaced typing.Dict, List, Tuple, and Optional with the built-in types dict, list, tuple, and None as per Python 3.10+ syntax.