0.13.0 : GeoSeries & MultipleGeoSeries; revamped maps
This version introduces 2 new classes, GeoSeries & MultipleGeoSeries, which parallel Series and MultipleSeries, respectively.
GeoSeries is the more general substitute for LiPDSeries, which will be deprecated soon.
Both classes enable new mapping capabilities, supported by seaborn
to allow semantics that leverage shape, color and size to represent multivariate information in space. MultipleGeoSeries allows geolocated principal component analysis.
This release also includes minor bug fixes, particularly on the handling of time metadata.
What's Changed
- update gkernel and bin warning message triggers by @alexkjames in #403
- Detrend thindoc by @CommonClimate in #406
- Merge the newly created geoseries.py and associated class by @khider in #407
- enabling json loading of GeoSeries by @khider in #409
- Update test_core_Series.py by @CommonClimate in #412
- fixed series.ssa(): RCk length mismatch in docstring by @jordanplanders in #415
- remove extraneous data from data folder by @alexkjames in #410
- multiple, ensemble, psd docstring verbose=False by @jordanplanders in #416
- series docstring typos by @jordanplanders in #417
- update append and append docstring by @jordanplanders in #418
- Rich geoseries by @CommonClimate in #420
- first pass at map_all function for multiple geoseries by @jordanplanders in #424
- Docs jupyter execute by @alexkjames in #423
- Doc fixes by @CommonClimate in #425
- Multivar decomp by @CommonClimate in #428
- Map overhaul by @CommonClimate in #435
- Map configurability by @jordanplanders in #437
- Modeplot map by @jordanplanders in #439
- fixed geoseries.dashboard gridspec and docstring by @jordanplanders in #440
- Map neighbors by @CommonClimate in #441
- GeoSeries.segment() method by @CommonClimate in #436
- Res class update by @alexkjames in #444
- Year bp fix by @CommonClimate in #445
Full Changelog: v0.12.0...v0.13.0