-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
remove outdated v2 source code and tests from v3 branch #2182
Conversation
@@ -255,90 +238,6 @@ async def test_delete_empty_chunks(store: Store) -> None: | |||
assert await store.get(f"{path}/c0/0", prototype=default_buffer_prototype()) is None | |||
|
|||
|
|||
@pytest.mark.parametrize("store", ("local", "memory"), indirect=["store"]) | |||
async def test_zarr_compat(store: Store) -> None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drawing attention to this change which we added to develop confidence that we were doing backward compatible things.
We may consider replacing this with a new CI workflow / test suite that generates data w/ 2.18 and consumes it with the v3 branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth opening an issue to keep track of replacing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this is a major milestone in our prep for the v3 release. I think it is important to remove it to reduce confusion and to let the community help us identify compatibility issues that we still need to address.
Thanks @jhamman!
looks great, thanks joe! 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Onward and upward! 🚀
* v3: remove outdated v2 source code and tests from v3 branch (zarr-developers#2182) Fix/empty listdir (zarr-developers#2225) Bump pypa/gh-action-pypi-publish in the actions group (zarr-developers#2219) Added Attributes.asdict (zarr-developers#2221)
This PR removes the
zarr.v2
namespace from the v3 branch. I'm moving forward with this based on discussions in #1849 and in the weekly developer meeting. I know there are remain varying views on the best way to minimize disruption for existing users of zarr 2.x so I'll leave this up for at least a week to give folks a chance to consider the consequences of this PR.closes #1849
cc @zarr-developers/python-core-devs
TODO: