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

[map_branch] Moved data methods on mapbase to deprecated mixins #7592

Merged
merged 17 commits into from Apr 27, 2024

Conversation

hayesla
Copy link
Member

@hayesla hayesla commented Apr 24, 2024

Removed following data methods from mapbase and put it in deprecated mixins:

.ndim
.dtype
.std
.mean
.min
.max
.dimensions (encourage users to use .shape)

@hayesla hayesla requested review from a team as code owners April 24, 2024 10:28
@hayesla hayesla changed the title Moved data methods on mapbase to deprecated mixins [map_branch] Moved data methods on mapbase to deprecated mixins Apr 24, 2024
@hayesla hayesla requested a review from a team as a code owner April 26, 2024 16:10
@nabobalis nabobalis force-pushed the remove_data_methods branch 5 times, most recently from 288e632 to dc44711 Compare April 26, 2024 23:56
@DanRyanIrish
Copy link
Member

Does anyone understand what's triggering these warnings in the doc build? The traceback is not very informative.

@DanRyanIrish
Copy link
Member

And thanks to @nabobalis for fixing this PR.

@nabobalis
Copy link
Contributor

Hopefully those doc fails are now fixed. I amend the last commit with the tweaks.

@DanRyanIrish
Copy link
Member

Thanks so much @hayesla and @nabobalis. Merging this now!

@DanRyanIrish DanRyanIrish merged commit fa61199 into sunpy:map_ndcube_migration Apr 27, 2024
21 of 27 checks passed
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

5 participants