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

Fixes for tests on nightly builds of numpy/scipy/pandas #6897

Merged
merged 6 commits into from
Oct 9, 2024

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    44ef76b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d0ff26 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. OrangeDataFrame: Fix patched constructor

    This is a proper solution that would work before and would continue
    to work in pandas>=3 -- if it was not for a bug in pandas
    (pandas-dev/pandas#59913).
    
    Hence, this commit also (dynamically) patches the bug in pandas.
    janezd committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    cb482b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5f6aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    559f666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85638d9 View commit details
    Browse the repository at this point in the history