The highlights for this release are:
- The `SitesData` class has been refactored into `Transitions` and `Jumps`, including improved algorithm for jumps calculations. This will make the code more maintainable and easier to extend for the long term.
- Many small api changes to make the code more intuitive and earier to use, for example, many plots are now accessible through class methods
- New methods for calculating and plotting multiple energy paths
What's Changed
* Make orthographic projection for density plot by AstyLavrinenko in https://github.com/GEMDAT-repos/GEMDAT/pull/233
* Return structure with occupancy set as Composition by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/246
* Improve MSD calculation by SCiarella in https://github.com/GEMDAT-repos/GEMDAT/pull/248
* Turn Jumps.rates and Jumps.activation energies into dataframes by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/250
* Add peak labels to free energy plots by SCiarella in https://github.com/GEMDAT-repos/GEMDAT/pull/213
* Add option to calculate multiple paths by SCiarella in https://github.com/GEMDAT-repos/GEMDAT/pull/258
* Make user api more intuitive by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/259
* Make user api more accessible by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/264
* Calculate transitions with custom radii per site type by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/265
Under the hood
* Improve jump specification criteria by v1kko in https://github.com/GEMDAT-repos/GEMDAT/pull/228
* jumps calculation: switched joined prerequisites to independent prerequisites by v1kko in https://github.com/GEMDAT-repos/GEMDAT/pull/247
* Add method to extend trajectory by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/242
* Refactor sites methods/attrs into other classes by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/251
* Small tweaks to Transitions by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/256
Bug fixes
* Fix number of sites by type by AstyLavrinenko in https://github.com/GEMDAT-repos/GEMDAT/pull/238
* Fix wrong `n_floating` bug by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/253
* Fix RDF test by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/255
Maintanance
* Fix documentation build by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/257
* Fix docs build by stefsmeets in https://github.com/GEMDAT-repos/GEMDAT/pull/261
**Full Changelog**: https://github.com/GEMDAT-repos/GEMDAT/compare/1.0.0...1.1.0