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

Dependencies: Fixed numpy v2 support on Windows; Continous integration: Added tests with numpy v2; Fixed test by using PySide<6.7 #4108

Merged
merged 8 commits into from
Apr 16, 2024

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Apr 12, 2024

Checklist:


This PR aims at having CI pass

@t20100
Copy link
Member Author

t20100 commented Apr 16, 2024

This PR also fixes the cython code so that tests pass on Windows with numpy 2, since there is a breaking change regarding Windows default integer

@t20100 t20100 changed the title Continous integration: Added tests with numpy v2; Fixed test by using PySide<6.7 Dependencies: Fixed numpy v2 support on Windows; Continous integration: Added tests with numpy v2; Fixed test by using PySide<6.7 Apr 16, 2024
@t20100
Copy link
Member Author

t20100 commented Apr 16, 2024

This PR also modifies:

  • The strip fit filter to use int instead of long (I expect int64 is not needed for indices here...): This avoids the difference between Windows and others regarding the definition of long
  • The median filter to use sized types to avoid. Again an issue with long on Windows.

@t20100
Copy link
Member Author

t20100 commented Apr 16, 2024

This is ready for review.

@payno payno self-requested a review April 16, 2024 14:43
Comment on lines -131 to +123
fi
pip install --pre "${{ matrix.QT_BINDING }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the kind of commit I like ;)

@payno payno merged commit 1675965 into silx-kit:main Apr 16, 2024
7 of 8 checks passed
@t20100 t20100 deleted the fix-ci branch April 17, 2024 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants