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

DOC: require pyarrow #151

Merged
merged 2 commits into from
Jan 24, 2024
Merged

DOC: require pyarrow #151

merged 2 commits into from
Jan 24, 2024

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Jan 24, 2024

Closes #152

Add pyarrow as dependency as this is needed in pandas 3.0.0, see pandas-dev/pandas#54466.

It also fixes an error in the process_signal() tests which did not account for returning always a signal of at least 2 dimensions when using None as process function. The behavior of this did not change, but the underlying test function (pd.testing.assert_series_equal()) is raising an error if the shapes to not match with pandas>=2.2.0

@hagenw hagenw merged commit 28a2f59 into main Jan 24, 2024
16 checks passed
@hagenw hagenw deleted the fix-pyarrow-deprecation branch January 24, 2024 12: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.

Returned signal shape changes with pandas>=2.2.0
1 participant