Remove all deprecated warnings and codepaths
Open
Nobody has claimed this yet.
API
source-breaker
- Dominant language
- Python
- Stars
- 128
- Forks
- 110
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 10
Description
Description of issue
When major version is bumped, all deprecated warnings and codepaths should be removed, e.g.: https://github.com/ni/nimi-python/blob/da3cb45080f4901d8ae294ab577fb96e37042b51/generated/nifgen/nifgen/session.py#L2136
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the deprecated warning and codepath in generated/nifgen/nifgen/session.py around line 2136, then search the repository for other deprecated warnings and codepaths. Confirm the major-version context and remove the deprecated behavior throughout the affected generated APIs; done means no deprecated warnings or codepaths remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100