Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is inspired by Keep a Changelog, and Element and this project adheres to Semantic Versioning.

Unreleased

0.4.1 - 2025-11-24

Bugfix πŸ›:

  • Remove unused deps to fix publishing to conda, #32
  • Fix unreachable code in input method

0.4.0 - 2025-11-19

Added Features:

  • New FeatureSet class for loading multidimensional trajectory features.
  • added ForceEstimator.memory_kernel to analyse force correlations at a fixed reference time point.
  • Added tutorials for both new features

API changes warning ⚠️:

  • Drop python 3.8 support

Added Features and Improvements πŸ™Œ:

  • Add python 3.11-3.14 supportπŸŽ‰
  • Add tutorial explaining the theory

Other changes:

  • Fix newlines in docs
  • Add generalized smoothing of estimators
  • Many minor bugfixes and improvements in the docs
  • Changed syntax of plotting functions

0.3.0 - 2023-03-28

Added Features and Improvements πŸ™Œ:

  • Initial public release πŸŽ‰
  • Added documentation, including tutorials πŸŽ‰
  • Cleaned-up source code

0.2.1 - 2022-12-12

Added Features and Improvements πŸ™Œ:

  • Beta candidate

0.2.0 - 2022-05-23

Added Features and Improvements πŸ™Œ:

  • Alpha candidate

add force correlation to navigation