11# pylhc Changelog
22
3+ ## Version 0.8.1
4+
5+ Fixed:
6+ - add FILL and JSON_FILE to output table of kickgroup summary
7+ - catch empty kickgroups gracefully
8+ - adapt for moving the ` .sdds ` and ` .json ` files to backup folders on ` nfs `
9+ - addtional checks/warning/dict-keys for old versions of the ` .json ` files
10+
311## Version 0.8.0
412
513Fixed:
@@ -19,7 +27,7 @@ Changes in Machine Settings Info
1927 - Option ` ["default"] ` available for default knobs.
2028 - Additional debug logging
2129
22- ## Version 0.7.3
30+ ## Version 0.7.3
2331
2432Fixes:
2533 - LSA to MADX sign convention
@@ -65,11 +73,11 @@ Minor bugfixes in `machine_settings_info`.
6573
6674- Added:
6775 - ` time ` and ` start_time ` can now be given as ` AccDatetime ` -objects.
68-
76+
6977- Fixed:
70- - ` trims ` variable is initialized as ` None ` . Was not initialized if no
78+ - ` trims ` variable is initialized as ` None ` . Was not initialized if no
7179 trims were found, but used later on.
72-
80+
7381
7482## Version 0.4.0
7583
@@ -95,8 +103,8 @@ Added:
95103Changed:
96104- The package's license has been moved from ` GPLv3 ` to ` MIT ` .
97105
98- Note: if one wishes to extend the ` IRNL ` correction script to a different accelerator,
99- there are valuable pointers in the following
106+ Note: if one wishes to extend the ` IRNL ` correction script to a different accelerator,
107+ there are valuable pointers in the following
100108[ PR comment] ( https://github.com/pylhc/PyLHC/pull/74#issuecomment-966212021 ) .
101109
102110
@@ -122,7 +130,7 @@ Removed:
122130
123131- Added:
124132 - ` python2 ` parameter for autosix.
125-
133+
126134- Changed:
127135 - Bugfix for non-unique column names when indexing (` forced_da_analysis ` )
128136
0 commit comments