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

BUG fix +test .sel method gives error with float32 values #3153

Merged
merged 10 commits into from
Aug 10, 2019

Commits on Jul 21, 2019

  1. BUG fix +test .sel method gives error with float32 values

        .sel method gives error when it is used to select float32 values
    
        Resolves: pydata#3137
    HasanAhmadQ7 authored and HasanAhmadQ7 committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    0794f41 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. BUG .sel method gives error with float32 values

    avoid copying indexers for efficiency
    HasanAhmadQ7 authored and HasanAhmadQ7 committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    05c3609 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. BUG: .sel method fails when label is float differnt from coords float…

    … type
    
    casting at a lower level closer to pandas.Index methods
    HasanAhmadQ7 authored and HasanAhmadQ7 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    19a3a48 View commit details
    Browse the repository at this point in the history
  2. BUG: .sel method fails when label is float differnt from coords float…

    … type
    
    casting at a lower level closer to pandas.Index methods
    HasanAhmadQ7 authored and HasanAhmadQ7 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    1febe42 View commit details
    Browse the repository at this point in the history
  3. fixing conflicts with remote

    HasanAhmadQ7 authored and HasanAhmadQ7 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    95bdcc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f39a30 View commit details
    Browse the repository at this point in the history
  5. Update xarray/core/indexing.py

    Co-Authored-By: Stephan Hoyer <shoyer@gmail.com>
    HasanAhmadQ7 and shoyer authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    6d3887c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. BUG: .sel method gives error when label is float different from coord…

    …s float type
    
    generalizing to coerce  numpy arrays in addtion to lists/floats
    HasanAhmadQ7 authored and HasanAhmadQ7 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    7b5b4bb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    acc2554 View commit details
    Browse the repository at this point in the history
  2. Black

    shoyer committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    7dafa16 View commit details
    Browse the repository at this point in the history