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 comparison of integers #309

Merged
merged 8 commits into from Feb 18, 2016
Merged

Fix comparison of integers #309

merged 8 commits into from Feb 18, 2016

Commits on Oct 11, 2015

  1. revert to default comparison also if x is integer

    Kirill Müller committed Oct 11, 2015
    Copy the full SHA
    ac3b6d8 View commit details
    Browse the repository at this point in the history
  2. NEWS

    Kirill Müller committed Oct 11, 2015
    Copy the full SHA
    a2830d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. alias compare.complex to compare.numeric

    Kirill Müller committed Nov 10, 2015
    Copy the full SHA
    a9f86a8 View commit details
    Browse the repository at this point in the history
  2. better treatment of differences

    - if length different, fallback to string comparison
    - otherwise, comparison works only for integer, numeric and complex classes
    Kirill Müller committed Nov 10, 2015
    Copy the full SHA
    62563bc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into compare_integer

    Kirill Müller committed Nov 10, 2015
    Copy the full SHA
    3bec843 View commit details
    Browse the repository at this point in the history
  4. update NEWS

    Kirill Müller committed Nov 10, 2015
    Copy the full SHA
    f1dadf5 View commit details
    Browse the repository at this point in the history
  5. move NEWS bullet point up

    Kirill Müller committed Nov 10, 2015
    Copy the full SHA
    823e3a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Merge branch 'master' into compare_integer

    Kirill Müller committed Feb 18, 2016
    Copy the full SHA
    f2c98ad View commit details
    Browse the repository at this point in the history