Actions
Feature #20839
closedDeprecate legacy Python SDK functions
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
SDKs
Target version:
Story points:
0.5
Release:
Release relationship:
Auto
Description
Mark as deprecated for future removal:
- everything in
__init__.py
- majority of util except
keyset_list_all
(which should get a better name) and things below it (which were added more recently) - CollectionReader.all_streams and all_files
- StreamReader (stream.py)
- TaskOutputDir (crunch.py)
Related issues
Updated by Peter Amstutz over 1 year ago
- Related to Idea #20344: Arvados 3.0 added
Updated by Peter Amstutz over 1 year ago
- Story points set to 0.5
- Target version changed from Future to To be scheduled
Updated by Peter Amstutz over 1 year ago
- Target version changed from To be scheduled to Development 2023-08-30
Updated by Brett Smith about 1 year ago
20839-pysdk-deprecations @ 1298d37ebe4b6558ebeac68915208e3fa5405968 - developer-run-tests: #3806
First I updated other stuff in the SDK calling deprecated functions, then I actually committed the deprecation notices. Did a couple other trivial clean-ups that were noticeable during that process.
Updated by Brett Smith about 1 year ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|218c89998f66809177b40ee46aeb6dcbfdf1d596.
Actions