Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Tags: xarray-contrib/datatree

Tags

v0.0.15

Toggle v0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Warning about repo being archived (#344)

* add DeprecationWarning on import

* big wrarning in README

* add big fat warning to docs landing page too

* try adding prolog to every page

* rearrange emojis

* try updating micromamba action

* also update micromamba for other job

* fix expected repr diff

* pin xarray

* pin to earlier version

* upgrade the python version for docs

* require a more recent version of `sphinx`

* replace `sphinx-panels` with `sphinx-design`

* disable the mypy hook

* autoupdate hook versions

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ignore `flake8` errors that conflict with `black`

* update link in warning to release discussion upstream

* update links

---------

Co-authored-by: Justus Magin <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Moves Tree Contents so that simpsons data tree in example is defined. (

…#301)

* Moves Tree Contents so that simpsons data tree in example is defined.

Also changes :py:meth => :py:class since it's a property not a method.

* Show result of datatree.match operation for clarity.

* fix typo wo => two

---------

Co-authored-by: Tom Nicholas <[email protected]>

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
is_hollow method (#272)

* tests

* implementation

* API docs

* narrative docs

* whatsnew

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[pre-commit.ci] pre-commit autoupdate (#222)

updates:
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update readme (#187)

* implement filter

* test filter

* update readme with content from docs index page

* features heading

* whatsnew

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
actually allow `DataTree` objects as values in `from_dict` (#159)

* allow passing `DataTree` objects as `dict` values

* add a test verifying that DataTree objects are actually allowed

* ignore mypy error with copied copy method

* whatsnew

Co-authored-by: Tom Nicholas <[email protected]>

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use `PYPI_USERNAME` GH action secret (#122)

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pypipublish.yaml (#119)

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[pre-commit.ci] pre-commit autoupdate (#117)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
- [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](pre-commit/mirrors-mypy@v0.960...v0.961)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Name checking (#106)

* test for invalid node names

* check for invalid node names in property setter

* remove typing confusion

* whatsnew