Recent Releases of optics_functions
optics_functions - Release 0.1.4
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 https://github.com/pylhc/optics_functions/pull/36
Full Changelog: https://github.com/pylhc/optics_functions/compare/0.1.3...0.1.4
- Python
Published by fsoubelet over 1 year ago
optics_functions - Release 0.1.3
Version 0.1.3 is a patch release which brings compatibility with numpy 2.
What's Changed
- CI Updates by @fsoubelet in https://github.com/pylhc/optics_functions/pull/32
- Replacing append with concat in test by @JoschD in https://github.com/pylhc/optics_functions/pull/33
- fixing doc by @JoschD in https://github.com/pylhc/optics_functions/pull/34
- Migrate to pyproject.toml and common workflows, update for numpy 2.0 by @fsoubelet in https://github.com/pylhc/optics_functions/pull/35
Full Changelog: https://github.com/pylhc/optics_functions/compare/0.1.2...0.1.3
- Python
Published by fsoubelet almost 2 years ago
optics_functions - Release 0.1.2
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
- Documentation build fix by @fsoubelet in https://github.com/pylhc/optics_functions/pull/26
- Remove deprecated call to setup.py, use 'build' package instead by @fsoubelet in https://github.com/pylhc/optics_functions/pull/27
- Feature: conda-forge by @fsoubelet in https://github.com/pylhc/optics_functions/pull/28
- Update CI by @fsoubelet in https://github.com/pylhc/optics_functions/pull/29
- Add information RDT calculation documentation by @fsoubelet in https://github.com/pylhc/optics_functions/pull/30
- Indexing fix in CTA calculation by @fsoubelet in https://github.com/pylhc/optics_functions/pull/31
Full Changelog: https://github.com/pylhc/optics_functions/compare/0.1.1...0.1.2
- Python
Published by fsoubelet about 4 years ago
optics_functions - Release 0.1.1
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 tocalaga),teapot_franchi,hoydalsvikandhoydalsvik_alt. References can be found in the documentation. - Additional tests and checks.
- New methods for closest tune approach calculation:
- Python
Published by fsoubelet over 4 years ago
optics_functions - Version 0.1.0 - RDTs, Coupling and Closest Tune Approach
This is the initial release, that implements the basic functionality of calculating RDTs and Coupling from twiss tables.
- Python
Published by JoschD over 5 years ago