This version fixes many important bugs of version 2.0.0 and now allows to
efficiently use the new HDF5-based data format. The loading of the data has
been improved significantly and is robust against data loss. With this version,
it is also possible to install **AMEP** via `pip`.
New features
* `pip` support added (KS)
* possibility to add insets to a plot implemented (KS)
* `axiscolor` option added to `format_axis` (KS)
* `.h5amep` files now also store AMEP version for backwards compatibility (LH)
* non-LaTeX mode for plots implemented (KD)
* `get_data` method improved; allows individual keys and wildcard characters now (LH)
* energy functions added for energy calculations (KD)
* sort particles by id during loading (KD)
* general evaluation function added (KD)
* `frame.get_torque` implemented (LH)
Bug fixes
* bug in adding scripts to trajectory objects fixed (LH)
* `time_average` improved (KD)
* bug in `spatial_cor` fixed (LH)
* bug in reader objects related to uncomplete dump files fixed (LH)
* bug in `MSD` fixed - now checks if required data available (LH)
* data loading backend improved (KD, LH)
Contributors
* Lukas Hecht (LH)
* Kay-Robert Dormann (KD)
* Kai Luca Spanheimer (KS)