-
-
Notifications
You must be signed in to change notification settings - Fork 329
create a module for group metadata #3019
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
base: main
Are you sure you want to change the base?
Conversation
this is failing CI because of cursed hypothesis test. The failure is not due to any changes in this PR. |
I'm confused about what our approach is to API in I'm +1 to moving stuff around in core as we see fit (as long as it's clearly documented in release notes) without deprecation, since we don't document the |
The explicit decision in #2876 was not to remove any existing API in
This PR skips the first step, because before it's possible to do |
Aha, I see what you mean. Basically to comply with our operational policy, I need to import |
…into feat/group-metadata-module
I decided against doing this. Instead we should target this for a 3.1 release. |
puts the group metadata classes in their own module in
metadata
.closes #3018