- Fixed invalid escape sequences in docstrings that would warn in all calling code.
- Fixed use of
np.NaN
to ensure compatibility withnumpy 2.0
.
- Fixed:
- an issue that could lead to an indexing error in the closest tune approach calculation for some of the available methods.
A patch for some closest tune approach methods, and the addition of new methods.
-
Fixed:
- Closest tune approach calculation now properly checks for the resonance relation between f1001 and f1010 resonance driving terms.
- Closest tune approach calculation now properly takes into account weights from element lengths
-
Added:
- New methods for closest tune approach calculation:
teapot
(equivalent tocalaga
),teapot_franchi
,hoydalsvik
andhoydalsvik_alt
. References can be found in the documentation. - Additional tests and checks.
- New methods for closest tune approach calculation:
- Added:
- Coupling calculations
- RDT calculations
- Utilities
- Tests for coupling, rdt and utils
- Documentation
- Workflows