Skip to content

Bug-fix release

Latest
Compare
Choose a tag to compare
@astropenguin astropenguin released this 04 Aug 16:52
· 1 commit to master since this release
9350046

This release closes the following issues.

  • Fix wrong auto-generated docstrings #22
    • In v0.6.1, auto-generated docstrings of DataArray classes are wrong.
      This issue will fix it by updating the xarray_custom.bases.Doc class.
  • Fix wrong docstring of utils module #23
    • In v0.6.1, code examples in the docstring of the utils module are outdated.
      This issue will update them so that they are compatible with the latest package.
  • Release v0.6.2 #24
    • Update version numbers (0.6.1 → 0.6.2) written in:
      • xarray_custom/__init__.py
      • tests/test_package.py
      • docs/conf.py
      • pyproject.toml