# 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
