Skip to content

v0.5.0 2023-11-17

Compare
Choose a tag to compare
@kemccusker kemccusker released this 18 Nov 06:18
· 345 commits to main since this release
653c62d

Added

  • Add naive list of package dependencies to pyproject.toml.(PR #123, @brews)
  • CI, coverage, DOI badges on README. (PR #134, @brews)

Changed

  • Dropped optional/unused dependencies click, dask-jobqueue, geopandas, gurobipy, ipywidgets, seaborn. (PR #99, @brews)
  • Switch build system from setuptools to hatchling. (PR #128, @brews)
  • Clean up unit test for dscim.utils.utils.c_equivalence. (PR #135, @brews)
  • Reformat gmst/gmsl pulse files by removing unnecessary dimensions and indices. (PR #169, @JMGilbert)

Fixed

  • Fix DeprecationWarning on import. (PR #128, @brews)
  • Fix write-to-copy warning in process_rff_sample(). (PR #116, @brews)
  • Fix exception from indexing with dask-backed boolean array and input climate Dataset attrs collision with xarray >= v2023.3.0. (PR #129, @brews)
  • Fix bad release header links in CHANGELOG.md. (PR #105, @brews)
  • Fixed broken code quality checks in CI. Now using ruff instead of flake8. (PR #107, @brews)
  • Minor code style cleanup. (PR #133, @brews)