-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Draft] Ecephys integration of backend configuration #578
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
CodyCBakerPhD
changed the title
[Backend Configuration IVa] Integrate backend configuration to base interfaces and converter plus ecephys
[Backend Configuration IVa] Ecephys tntegration of backend configuration
Sep 30, 2023
CodyCBakerPhD
changed the title
[Backend Configuration IVa] Ecephys tntegration of backend configuration
[Backend Configuration IVa] Ecephys integration of backend configuration
Sep 30, 2023
CodyCBakerPhD
commented
Sep 30, 2023
…test on dynamic tables
for more information, see https://pre-commit.ci
…neuroconv into set_data_io_debug
for more information, see https://pre-commit.ci
2 tasks
CodyCBakerPhD
changed the title
[Backend Configuration IVa] Ecephys integration of backend configuration
[Draft] Ecephys integration of backend configuration
Apr 2, 2024
replaced by many others |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Opening this because as I work on it I realize, doing this straight up as in the reference PR has the effect that this is a hard, immediate deprecation that breaks backcompatability
So this PR would specifically be a major version bump on the package; and the only way I can think to soften it is maybe keep the keyword arguments around for a while but throw DeprecationWarnings that they no longer do anything, and instructions on the new approach to setting the compression+iteration options
What do you think @h-mayorquin?