Releases: xarray-contrib/sphinx-autosummary-accessors
Releases · xarray-contrib/sphinx-autosummary-accessors
2023.04.0
Changes:
- drop support for
python=3.7
(#93)
- support
python=3.11
(#87)
- officially support
sphinx=5
and sphinx=6
(#87, #100)
- change the support policy (#87)
2022.04.0
Changes:
- skip unknown templates (#67)
v0.2.1
This release drops support for sphinx=3.2
and python=3.6
and fixes a bug which caused the code finding the appropriate documenter to fail if there were unexpected options.
v0.2
This release brings support for nested accessors such as Example.accessor.sub.func()
, updates the documentation to recommend installing from PyPI or conda-forge and drops support for sphinx<3.2
.