Skip to content

Releases: cwerner/ldndctools

v0.2: the the big cleanup 🧹

10 Feb 09:14
Compare
Choose a tag to compare

After substantial cleanup and some polishing it's time for a new release.

This one now includes updated dependencies, some testing and a dockerfile. Also, we now have automated builds and tests via Github Actions... 🙌

What's Changed

  • fix xarray>=0.13 bug by @cwerner in #7
  • add intake catalog to read soil data from s3 by @cwerner in #14
  • Big refactor, CI/CD, linting, streamlit gui and new interactive cli by @cwerner in #17
  • Bump dependencies by @cwerner in #30
  • Pydantic models by @cwerner in #34
  • Fix bugs in tests by @cwerner in #35
  • Add pytest-cov dev dependency and add coverage calculation to CI/CD by @cwerner in #37
  • Only create pytest coverage comment for one python version (3.10) by @cwerner in #38
  • Add a dockerfile for running the streamlit app by @cwerner in #40

Full Changelog: v0.1...v0.2