Skip to content

Releases: pylhc/optics_functions

Release 0.1.4

25 Nov 10:06
4dd8b48
Compare
Choose a tag to compare

Release 0.1.4 Fixes invalid escape sequences in docstrings that would emit a SyntaxWarning in all calling code.

What's Changed

  • [FIX] Invalid escape sequences in docstrings by @fsoubelet in #36

Full Changelog: 0.1.3...0.1.4

Release 0.1.3

13 Aug 12:20
63b8f0c
Compare
Choose a tag to compare

Version 0.1.3 is a patch release which brings compatibility with numpy 2.

What's Changed

Full Changelog: 0.1.2...0.1.3

Release 0.1.2

02 Jun 11:36
6da2b55
Compare
Choose a tag to compare

Version 0.1.2 is a patch release.

Fixed:

  • Fixed an issue that could lead to an indexing error in the closest tune approach calculation for some of the available methods.

What's Changed

Full Changelog: 0.1.1...0.1.2

Release 0.1.1

01 Oct 08:40
e568a9d
Compare
Choose a tag to compare

Release 0.1.1 is 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 to calaga), teapot_franchi, hoydalsvik and hoydalsvik_alt. References can be found in the documentation.
    • Additional tests and checks.

Version 0.1.0 - RDTs, Coupling and Closest Tune Approach

08 Feb 12:39
2c1fe04
Compare
Choose a tag to compare

This is the initial release, that implements the basic functionality of calculating RDTs and Coupling from twiss tables.