We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Continuing from #3602, load_store and dump_to_store look like they are old and unmaintained functions:
load_store
dump_to_store
api.rst
from_store
what should we do with these? Are they obsolete and should be removed or just unmaintained (then we should properly document and test them).
The text was updated successfully, but these errors were encountered:
I would put these in the "obsolete and should be removed" category. These APIs need to be rationalized with the new modular backends API.
Sorry, something went wrong.
No branches or pull requests
Continuing from #3602,
load_store
anddump_to_store
look like they are old and unmaintained functions:load_store
is referenced once inapi.rst
(I assume the reference tofrom_store
was toload_store
), but never tested, used or mentioned anywhere elsedump_to_store
is tested (and probably used), but never mentioned except from the section on backendswhat should we do with these? Are they obsolete and should be removed or just unmaintained (then we should properly document and test them).
The text was updated successfully, but these errors were encountered: