Skip to content

Releases: lueckem/SPoNet

v2.6.2

21 Jan 10:12
Compare
Choose a tag to compare

Increased performance of "Propensities" collective variable via numba.

v2.6.1

15 Jan 10:55
Compare
Choose a tag to compare

Fixed bugs:

  • For slow CNVMs, the number of snapshots in the output could be less than the specified len_output. This is fixed by supplementing the snapshots with duplicates.

v2.6.0

17 Dec 11:03
Compare
Choose a tag to compare

new features:

  • function to sample states given target opinion shares (sponet.states.sample_states_target_shares)
  • pair approximation for the CNVM with 2 opinions

v2.5.1

29 Nov 11:26
Compare
Choose a tag to compare

Patch: new input argument max_chunk_size to reduce memory consumption of estimating the steady state

v2.5.0

28 Nov 15:21
Compare
Choose a tag to compare

Added function that automatically samples the collective variable steady state.

v2.4.0

02 Sep 12:06
Compare
Choose a tag to compare

What's Changed

v2.3.4

07 Aug 15:15
Compare
Choose a tag to compare

Support for Python 3.12

v2.3.3

20 Jul 18:45
Compare
Choose a tag to compare

Small patch that improves the printing of the progression in sample_many_runs.

v2.3.2

18 Jul 12:37
Compare
Choose a tag to compare

Fixes:

  • If len_output=None in a simulate call, the output trajectory should not contain subsequent identical states. This is fixed in this patch.

v2.3.1

11 Jul 07:56
Compare
Choose a tag to compare

Patch:

  • also print remaining time in sample_many_runs when verbose=True