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

update the arrow install requirements to limit it only downwards to >=0.17.1 #293

Merged

Commits on Feb 10, 2021

  1. update the arrow install requirements to limit it only downwards to >…

    …=0.17.1
    
    the test pipelines work for arrow >=3.0.0 as well so we should allow
    it for install as well
    bjoernmeier committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    c3669be View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG to represent change to the arrow install requirement…

    …s which allow arrow>=0.17.1 with no upper limit
    bjoernmeier committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    24a3388 View commit details
    Browse the repository at this point in the history
  3. add upper limit for arrow<3.1.0 to reduce risk of use of a breaking a…

    …rrow version
    
    decided to use <3.1.0 as this would allow the use of 3.x.x but also
    limit it to bugfix releases
    bjoernmeier committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d7ce451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    763ae22 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.rst to represent arrow<3.1

    Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>
    bjoernmeier and xhochy committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8e6d1a3 View commit details
    Browse the repository at this point in the history