Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration of datatree/ops.py -> datatree_ops.py #8976

Merged
merged 12 commits into from
May 2, 2024

Commits on Apr 26, 2024

  1. DAS-2065: direct migration of datatree/ops.py -> datatree_ops.py

    I considered wedging this into core/ops.py, but the datatree/ops.py stuff is
    kind of spread into core/ops.py and generated_aggregations.py.
    flamingbear committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b22a56e View commit details
    Browse the repository at this point in the history
  2. DAS-2065: doc tweak

    flamingbear committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d072845 View commit details
    Browse the repository at this point in the history
  3. DAS-2065: Fix leading space in docstrings

    These are the only docstring that have a leading space and that was causing
    problems injecting the map_over_subtree information in the Datatree doc strings.
    flamingbear committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7d59d3a View commit details
    Browse the repository at this point in the history
  4. DAS-2065: Puts the docstring addendum as second paragraph

    This works on most of the docstrings.
    
    The DatasetOpsMixin functions (round, argsorg, conj and conjugate) have
    different format and this gets inserted after the name (which is non standard
    in most docs) but before the description.
    flamingbear committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5954034 View commit details
    Browse the repository at this point in the history
  5. DAS-2065: Change doc search to named captures

    just for clarity.
    flamingbear committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3a494ae View commit details
    Browse the repository at this point in the history
  6. DAS-2065: Additonal update to make the addendum a Note

    Just syntactic sugar to make that work
    flamingbear committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5859b5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3575257 View commit details
    Browse the repository at this point in the history
  8. DAS-2065: Add credits

    flamingbear committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f80a466 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    51e8f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ccd64 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. DAS-2065: Adds types

    flamingbear committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    696cd3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f65927 View commit details
    Browse the repository at this point in the history