Commit d9cd6a4
TNFR AI Agent
Correct the misleading deprecation note in utils/numeric.py
The blanket 'DEPRECATED: use unified_numerical instead' header was inaccurate: angle_diff and angle_diff_array are DEFINED in utils/numeric.py (not in unified_numerical) and are the canonical public phase-difference API, re-exported via tnfr.utils. Only the scalar wrappers (clamp, clamp01, ...) delegate to unified_numerical. Clarify the header so it no longer points developers to the wrong module for angle_diff. Docstring only; angle_diff resolves to the same object via tnfr.utils and tnfr.utils.numeric, delta-NFR tests pass.1 parent ec489dd commit d9cd6a4
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
0 commit comments