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

Opt out of auto creating index variables #8711

Merged
merged 11 commits into from
Mar 26, 2024

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    07b9856 View commit details
    Browse the repository at this point in the history
  2. fix multi-index edge case

    benbovy authored and TomNicholas committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    be99673 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Better default behavior of the Coordinates constructor (pydata#8107)

    * ``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).
    
    * add docstring examples
    
    * fix doctests
    
    * fix tests
    
    * update what's new
    benbovy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c07bfbf View commit details
    Browse the repository at this point in the history
  2. fix deprecation warning

    after unintentionally reverted a valid previous change.
    benbovy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a3116f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    0f70805 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    6bbcc8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb7149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3581a44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5649a18 View commit details
    Browse the repository at this point in the history
  5. whatsnew

    TomNicholas committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    66a6fd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    55c0b19 View commit details
    Browse the repository at this point in the history