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

Better default behavior of the Coordinates constructor #8107

Merged
merged 5 commits into from
Aug 31, 2023

Commits on Aug 23, 2023

  1. Coordinates.__init__ create default indexes

    ... for any input dimension coordinate, if ``indexes=None``.
    
    Also, if another ``Coordinates`` object is passed, extract its indexes
    and raise if ``indexes`` is not None (no align/merge supported here).
    benbovy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e78bf52 View commit details
    Browse the repository at this point in the history
  2. add docstring examples

    benbovy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0ac830d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. fix doctests

    benbovy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f7cb395 View commit details
    Browse the repository at this point in the history
  2. fix tests

    benbovy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7a9369f View commit details
    Browse the repository at this point in the history
  3. update what's new

    benbovy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bce000c View commit details
    Browse the repository at this point in the history