What's Changed
* `DataProcessor`, `TaskLoader`, and `ConvNP` now each have a `.save(folder)` method and can be re-initialised with `.__init__(folder)`
* `DataProcessor` init kwargs `x1_map` and `x2_map` now optional (if not provided, will be auto-inferred from first dataset passed to `.__call__`)
* Convert normalization parameters to a dictionary for data processor by patel-zeel in https://github.com/tom-andersson/deepsensor/pull/48
New Contributors
* patel-zeel made their first contribution in https://github.com/tom-andersson/deepsensor/pull/48
**Full Changelog**: https://github.com/tom-andersson/deepsensor/compare/v0.1.11...v0.2.0