-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathCHANGELOG
80 lines (66 loc) · 1.84 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Removed
### Fixed
## [2.1.3] - 2023-05-24
### Added
- python-only backed
## [2.1.2] - 2023-05-09
### Added
- Auto doc generation and update with gitlab CI/CD
### Changed
- README.md
## [2.1.1] - 2023-05-04
### Added
- Python 3.6 support
## [2.1.0] - 2023-05-03
### Added
- GPU support, with CuPy
### Fixed
- Varioius fixes and improvements
### Changed
- From travis CI/CD to gitlab CI/CD
## [2.0.11] - 2019-07-15
### Fixed
- Setup process
## [2.0.0] - 2018-06-22
### Added
- setup.py: that supports actions such as clean, test, pep8, develop, docs, compile
- many unittests
### Changed
- Relative imports within the library
- All library modules under blond directory
- All C++ sources compiled into single library called libblond.{so,dll}
- README.rst instead of .md
- Renamed setup_cpp.py to compile.py.
## [1.19.0] - 2017-03-28
### Changed
- Several files have been rearranged and simplified
## [1.18.0] - 2017-02-10
### Fixed
- Fixed an important bug in linear_interp_kick.cpp: before the acceleration kick was not applied if rf_kick_interp==TRUE in RingAndRFSection
## [1.17.0] - 2016-01-18
### Added
- Numerical synchrotron frequency distribution added (TC12)
- Possibility to compute multi-turn wake with acceleration (inimpedance.py)
## [1.16.0] - 2016-10-24
### Added
- MuSiC algorithm
- TC11 added
### Fixed
- minor bugs
## [1.15.1] - 2016-07-29
### Added
- Several upgrades
### Fixed
- bug fixes
## [1.14.5] - 2016-06-23
### Added
- RF modulation file added in llrf folder
- documentation on-line for PSB phase loop added
### Removed
- setup_cython.py removed because not used