Skip to content

Releases: ocbe-uio/trajpy

Trajpy 1.4.3

18 Aug 12:34
57eb994
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

TrajPy v1.4.2 - GUI with new feature!

11 Mar 08:36
b50076c
Compare
Choose a tag to compare

We are releasing a new feature for the Graphic User Interface (GUI) allowing users to process several files at once.

  • Request from Issue #40 delivered

Full Changelog: v1.4.1...v1.4.2

Trajpy v1.4.1

12 Jan 19:26
28604ae
Compare
Choose a tag to compare

Minor update for making requirements more flexible accepting newer scipy versions.

Trajpy v1.4.0

12 Dec 21:38
9769791
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...v1.4.0

TrajPy 1.3.1

10 Aug 22:36
d367294
Compare
Choose a tag to compare

We introduced the unfold function from the book "Computer Simulation of Liquids" in the trajectory initialization for periodic boundary conditions.

TrajPy 1.3.0

29 Jun 14:17
Compare
Choose a tag to compare
  • Kurtosis now is computed as a function of the projection of the trajectory along the principal axis.
  • Diffusivity was removed from the set of features computed in the function compute_features() because the expression implemented is only meant to be used for normal diffusion. In the next versions we expect to implement Green-Kubo relation to compute diffusivity for every kind of trajectory. Since trappedness is calculated based on the diffusivity, we also removed from the standard set of features.

TrajPy 1.2.1

24 May 11:21
Compare
Choose a tag to compare

This version brings a new Graphic User Interface, still in alpha version.

TrajPy 1.1.1

11 Apr 00:42
fc6a030
Compare
Choose a tag to compare

The functions anisotropy and asymmetry only works properly if the eigenvalues are sorted by the descending order. Previous results obtained by the older versions of trajpy for anisotropy and asymmetry are therefore wrong. Please update to the last version.

every feature implemented in 3D (PyPI version)

07 Feb 14:13
Compare
Choose a tag to compare

We implemented every feature for analysing 3D systems. This is the same version available in PyPi.

stable v1.0.0

11 Nov 16:25
eda7937
Compare
Choose a tag to compare

In this release of TrajPy we have implemented the main functions for trajectory characterization.