Skip to content

Releases: bjmorgan/kinisi

kinisi-1.1.1

14 Nov 09:00
a0b9572
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

kinisi-1.1.0

30 Jul 12:04
54f3bc4
Compare
Choose a tag to compare

What's Changed

  • Replace the _get_matrix function. by @jd15489 in #62
  • Change to using matrix conditioning by @arm61 in #60
  • Support for NPT unwrapping by @jd15489 in #64
  • Add MSD test to aid future development by @jd15489 in #67
  • Update timestep to time interval where appropriate by @arm61 in #68

Full Changelog: 1.0.0...1.1.0

kinisi-1.0.1

09 Jul 12:57
672c653
Compare
Choose a tag to compare

This is a bug-fix release. The bug is related to triclinic cells and produced an underestimate of the mean-squared displacement and, therefore, the diffusion coefficient.

Full Changelog: 1.0.0...1.0.1

kinisi-1.0.0

12 Feb 16:17
b2ae3d4
Compare
Choose a tag to compare

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

23 Oct 09:14
Compare
Choose a tag to compare

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

23 Oct 08:58
Compare
Choose a tag to compare

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

09 Jun 12:02
e635a8c
Compare
Choose a tag to compare

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

22 Apr 11:04
Compare
Choose a tag to compare

Changes

  • Bug fixes

kinisi-0.6.4

14 Apr 12:55
87421c4
Compare
Choose a tag to compare

Changes

  • Bug fixes

kinisi-0.6.3

14 Apr 12:19
42b9c4e
Compare
Choose a tag to compare

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