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

fix: avoid TypeError when using sorted search #84

Merged
merged 33 commits into from
Mar 24, 2022

Commits on Jan 27, 2022

  1. fix: address failing compliance tests in DateArray and TimeArray

    test: add a test session with prerelease versions of dependencies
    tswast committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b48ee6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e1573 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

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

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    cece518 View commit details
    Browse the repository at this point in the history
  2. fix!: use pandas.NaT for missing values in dbdate and dbtime dtypes

    This makes them consistent with other date/time dtypes, as well as internally
    consistent with the advertised `dtype.na_value`.
    
    BREAKING-CHANGE: dbdate and dbtime dtypes return NaT instead of None for missing values
    
    Release-As: 0.4.0
    tswast committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    cc5b178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd84754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f807c6f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

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

Commits on Mar 9, 2022

  1. address errors in TestMethods

    tswast committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    164101a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    1f06c78 View commit details
    Browse the repository at this point in the history
  2. move tests

    tswast committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d9edc06 View commit details
    Browse the repository at this point in the history
  3. add prerelease deps

    tswast committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    cdb0d0f View commit details
    Browse the repository at this point in the history
  4. fix: address failing tests with pandas 1.5.0

    test: add a test session with prerelease versions of dependencies
    tswast committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    804cee2 View commit details
    Browse the repository at this point in the history
  5. fix owlbot config

    tswast committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    3e088ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6db3c4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10c6621 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83451c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2e6931 View commit details
    Browse the repository at this point in the history
  10. use correct units

    tswast committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6023008 View commit details
    Browse the repository at this point in the history
  11. add box_func tests

    tswast committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d85c356 View commit details
    Browse the repository at this point in the history
  12. typo

    tswast committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    1f17580 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

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

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    432bce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dfe9b4 View commit details
    Browse the repository at this point in the history
  3. add unit tests

    tswast committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    8ba12f6 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/issue28-NDArrayBacked2DTests' …

    …into issue28-NDArrayBacked2DTests
    tswast committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    f3a326c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Merge remote-tracking branch 'upstream/issue28-NDArrayBacked2DTests' …

    …into issue28-more-compliance-tests
    tswast committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f05364b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae22495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a55117 View commit details
    Browse the repository at this point in the history
  4. add TestMethods

    tswast committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ba48206 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9801e8b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    b355977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    506ef46 View commit details
    Browse the repository at this point in the history