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

Coordinate -> IndexVariable and other deprecations #993

Merged
merged 2 commits into from
Sep 1, 2016

Commits on Aug 30, 2016

  1. Coordinate -> IndexVariable and other deprecations

    - Renamed the ``Coordinate`` class from xarray's low level API to
      ``IndexVariable``.
    - Deprecated supplying ``coords`` as a dictionary to the ``DataArray``
      constructor without also supplying an explicit ``dims`` argument. The old
      behavior encouraged relying on the iteration order of dictionaries, which is
      a bad practice (GH727).
    - Removed a number of methods deprecated since v0.7.0 or earlier:
      ``load_data``, ``vars``, ``drop_vars``, ``dump``, ``dumps`` and the
      ``variables`` keyword argument alias to ``Dataset``.
    shoyer committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    1a803b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

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