Skip to content

Releases: kinisi-dev/kinisi

kinisi-1.0.0

Choose a tag to compare

@arm61 arm61 released this 12 Feb 16:17
b2ae3d4

What's Changed

  • Int now valid for get_indices by @arm61 in #38
  • Move to cov_nearest by @arm61 in #48
  • Add support for variance estimation using the block averaging approach. by @arm61 in #49
  • Unwrapping FAQ by @arm61 in #50
  • Change abbreviations in paper.md by @zhubonan in #51
  • Correct typos in paper.md by @jd15489 in #53
  • Faster implementation of the get_disp function by @jd15489 in #54
  • Adds centre of geometry and centre of mass functionality by @arm61 in #47
  • Cog remove history by @arm61 in #56
  • Fix off-by-one error for framework indices by @jd15489 in #59

New Contributors

Full Changelog: 0.7.2...1.0.0

kinisi-0.7.2

Choose a tag to compare

@arm61 arm61 released this 23 Oct 09:14

Changes

  • @arm61 Revert the posterior predictive use for the extrapolation, as it is not possible given there is no known uncertainty in the extrapolated value.

kinisi-0.7.1

Choose a tag to compare

@arm61 arm61 released this 23 Oct 08:58

Changes

  • @arm61 Support for the posterior predictive of the MSD distribution.
  • @arm61 Start using uravu version 1.3.0 which supports the posterior predictive of the Relationship object. This is used to extrapolate the diffusion at a given temperature for the StandardArrhenius and SuperArrhenius objects.

kinisi-0.7.0

Choose a tag to compare

@arm61 arm61 released this 09 Jun 12:02
e635a8c

Changes

  • @arm61 - An argument has been added to the diffusion method. It is now necessary to pass the first time interval (in kinisi units of picoseconds) that should be used in the diffusion analysis. This should be greater than the start of the diffusive regime.
  • @alexsquires - Support for ASE objects has been added.
  • @alexsquires - Improvements to the saving and loading .hdf file functionality.
  • @arm61 - Documentation improvements.

kinisi-0.6.5

Choose a tag to compare

@arm61 arm61 released this 22 Apr 11:04

Changes

  • Bug fixes

kinisi-0.6.4

Choose a tag to compare

@arm61 arm61 released this 14 Apr 12:55
87421c4

Changes

  • Bug fixes

kinisi-0.6.3

Choose a tag to compare

@arm61 arm61 released this 14 Apr 12:19
42b9c4e

Changes

  • The scaled variance is now used to estimate the variance of the mean-squared displacement. Bootstrapping can still be used to find the distribution of the MSD with the bootstrap=True flag

kinisi-0.6.2

Choose a tag to compare

@arm61 arm61 released this 22 Feb 08:54
8cac7cb

Changes

  • Large improvements to documentation
  • Moving to using the pyproject.toml
  • Changing 'non-overlapping' to 'multi-origin'

kinisi-0.6.1

Choose a tag to compare

@arm61 arm61 released this 17 Jan 05:30

Changes

  • Remove rogue print statement in Bootstrap method
  • Improvements to documentation

kinisi-0.6.0

Choose a tag to compare

@arm61 arm61 released this 16 Jan 08:44
af29ee1

Changes

  • Reverting to using all samples but with the minimum number of non-overlapping samples.