Skip to content

Releases: lueckem/SPoNet

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

v2.3.0

10 Jul 20:22
Compare
Choose a tag to compare

Added features:

  • sample_many_runs is now able to print progress using verbose=True

v2.2.0

28 Jun 13:05
Compare
Choose a tag to compare

Added features:

  • added some functions for sampling states

v2.1.0

11 Apr 05:54
Compare
Choose a tag to compare

Added features:

  • enforcing no isolates in the Erdos Renyi generator for faster generation

v2.0.0

05 Dec 12:47
Compare
Choose a tag to compare

Changes:

  • file reorganization (may break imports)
  • stochastic approximation of opinion shares

v1.4.2

01 Dec 10:29
Compare
Choose a tag to compare

Changes:

  • fixed bug with sample_many_runs that used the same rng for each subprocess