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](http://linked.earth/PyleoTutorials/notebooks/L2_principal_component_analysis.html).
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 https://github.com/LinkedEarth/Pyleoclim_util/pull/403
* Detrend thindoc by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/406
* Merge the newly created geoseries.py and associated class by khider in https://github.com/LinkedEarth/Pyleoclim_util/pull/407
* enabling json loading of GeoSeries by khider in https://github.com/LinkedEarth/Pyleoclim_util/pull/409
* Update test_core_Series.py by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/412
* fixed series.ssa(): RCk length mismatch in docstring by jordanplanders in https://github.com/LinkedEarth/Pyleoclim_util/pull/415
* remove extraneous data from data folder by alexkjames in https://github.com/LinkedEarth/Pyleoclim_util/pull/410
* multiple, ensemble, psd docstring verbose=False by jordanplanders in https://github.com/LinkedEarth/Pyleoclim_util/pull/416
* series docstring typos by jordanplanders in https://github.com/LinkedEarth/Pyleoclim_util/pull/417
* update append and append docstring by jordanplanders in https://github.com/LinkedEarth/Pyleoclim_util/pull/418
* Rich geoseries by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/420
* first pass at map_all function for multiple geoseries by jordanplanders in https://github.com/LinkedEarth/Pyleoclim_util/pull/424
* Docs jupyter execute by alexkjames in https://github.com/LinkedEarth/Pyleoclim_util/pull/423
* Doc fixes by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/425
* Multivar decomp by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/428
* Map overhaul by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/435
* Map configurability by jordanplanders in https://github.com/LinkedEarth/Pyleoclim_util/pull/437
* Modeplot map by jordanplanders in https://github.com/LinkedEarth/Pyleoclim_util/pull/439
* fixed geoseries.dashboard gridspec and docstring by jordanplanders in https://github.com/LinkedEarth/Pyleoclim_util/pull/440
* Map neighbors by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/441
* GeoSeries.segment() method by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/436
* Res class update by alexkjames in https://github.com/LinkedEarth/Pyleoclim_util/pull/444
* Year bp fix by CommonClimate in https://github.com/LinkedEarth/Pyleoclim_util/pull/445
**Full Changelog**: https://github.com/LinkedEarth/Pyleoclim_util/compare/v0.12.0...v0.13.0