Tsdat was completely rewritten from the ground-up in this release with a focus on configurability, input validation, and code maintainability.
Major Changes
* Made configuration files more modular
* Added realtime validation of yaml configuration files for VS Code using json schema
* Simplified Storage API
* Added Retrieval API
* Improved test coverage
* Updated documentation
Contributions
* Only run "Upload to PyPi" steps if running as tsdat by maxwellevin in https://github.com/tsdat/tsdat/pull/19
* README.md updates by maxwellevin in https://github.com/tsdat/tsdat/pull/20
* Add issue templates by maxwellevin in https://github.com/tsdat/tsdat/pull/21
* Make `IngestPipeline` return the output dataset by maxwellevin in https://github.com/tsdat/tsdat/pull/23
* Fix global marine ingest tutorial by maxwellevin in https://github.com/tsdat/tsdat/pull/27
* Storage refactor by maxwellevin in https://github.com/tsdat/tsdat/pull/33
* Update docs by jmcvey3 in https://github.com/tsdat/tsdat/pull/38
* Simplify usage of the `TemporaryStorage` API by maxwellevin in https://github.com/tsdat/tsdat/pull/34
* Buoy plot fix by jmcvey3 in https://github.com/tsdat/tsdat/pull/46
* Refactor entire codebase by maxwellevin in https://github.com/tsdat/tsdat/pull/63
* Fix bugs by maxwellevin in https://github.com/tsdat/tsdat/pull/64
* Cleanup by maxwellevin in https://github.com/tsdat/tsdat/pull/65
**Full Changelog**: https://github.com/tsdat/tsdat/compare/v0.2.10...v1.0.0
Special thanks to jmcvey3 and kefeimo for providing excellent feedback and testing