Skip to content

Releases: Marcello-Sega/pytim

minor fix

04 Jun 11:14
Compare
Choose a tag to compare

What's Changed

  • Minor fix of a bug that prevented using the path() method of the new TopologicalOrderParameter observable

Full Changelog: v1.0.3...v1.0.4

v1.0.3

04 Jun 10:33
Compare
Choose a tag to compare

What's changed

  • New Features

    • Introduced TopologicalOrderParameter observable in #455
    • Added density toggle to Profile.get_values() for observable averaging
    • Enabled cluster selection in GITIM/SASA (by size or atom count) in #451
    • Support for cube file output and normalize option in writecube by @a-ws-m in #452
  • Fixes and Improvements

    • Addressed resource_filename deprecation warnings
    • Improved compatibility with MDAnalysis properties
  • Infrastructure

    • Migrated build system to pyproject.toml for modern Python packaging in #458

Full Changelog: v1.0.2...v1.0.3

v1.0.1: numpy2 and MDAnalysis 2.8 compatibility

02 Dec 11:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1: Update requirements, minor fixes

07 Aug 11:48
Compare
Choose a tag to compare

v1.0.0

06 Aug 16:41
Compare
Choose a tag to compare
Production/Stable

* automatic exclusion of atoms with zero radius from surface analysis
  (this creates artefacts especially with the triangulation in GITIM)
* updated documentation
* Chacon-Tarazona support removed (contact developers to reintroduce it if needed)
* ready for integration in MDAKits (see https://github.com/MDAnalysis/MDAKits)
* version bump to 1.0.0

v0.9.3

01 Jun 20:15
Compare
Choose a tag to compare
  • adds extended contact angle observable
  • minor fixes

v0.9.2

10 May 08:25
Compare
Choose a tag to compare

Minor fixes

v0.9.0

23 Jan 13:50
6dcfdfb
Compare
Choose a tag to compare
  • fixes for MDAnalysis 2.0.0
  • switches to circleci

more in detail:

  • fix missing attributes
  • follow convention for numpy dtype
  • update interface for query_ball_point
  • fix in example calculation of profile
  • small python/numpy fixes
  • exclude openmm from tests for the time being
  • fix precision issue in orientation test

v0.5.2

20 Jul 14:06
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

some bugfixes, faster Delaunay triangulation using pytetgen

v0.4.0

15 May 20:29
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • added Willard-Chandler method
  • added Chacon-Tarazona method
  • general code cleanup