Searching the codebase for DeprecationWarning and using git blame reveals that many deprecation warnings are more than 1 year old. For example, the warnings in UxDataArrayCrossSectionAccessor were created just over 1 year ago.
The corresponding pieces of code should be fully deprecated/removed now that these warnings have been around for over a year, so that the warnings can be removed too.
My impression is that 1 year is long enough of a time frame for this, but I think it makes sense to check in with other uxarray developers just to make sure there is agreement about this, before beginning work on this issue.
Searching the codebase for DeprecationWarning and using
git blamereveals that many deprecation warnings are more than 1 year old. For example, the warnings in UxDataArrayCrossSectionAccessor were created just over 1 year ago.The corresponding pieces of code should be fully deprecated/removed now that these warnings have been around for over a year, so that the warnings can be removed too.
My impression is that 1 year is long enough of a time frame for this, but I think it makes sense to check in with other uxarray developers just to make sure there is agreement about this, before beginning work on this issue.