Skip to content

Releases: lueckem/SPoNet

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

v1.4.1

30 Nov 17:19
Compare
Choose a tag to compare

Changes:

  • fixed rng parameter of sample_many_runs
  • improved performance of Bianconi-Barabasi generator

v1.4.0

30 Nov 10:42
Compare
Choose a tag to compare

Changes:

  • added Generator for Bianconi-Barabasi random networks

v1.3.0

25 Nov 12:26
Compare
Choose a tag to compare

Changes:

  • Replaced log complexity sampling with O(1) sampling via Alias method. This makes the previous version of the const complexity simulation obsolete.

v1.2.0

10 Nov 10:49
Compare
Choose a tag to compare

Changes:

  • A Numpy random number generator can now be specified everywhere random sampling happens. This enables reproducibility of model simulations.

v1.1.0

25 Oct 08:19
Compare
Choose a tag to compare

Changes:

  • New methods of CNVM: simulate_const_complexity and simulate_log_complexity allow to choose which of the equivalent update algorithms is used.