Skip to content

Releases: benedekrozemberczki/littleballoffur

2.2.0. Fixing dependencies.

15 Aug 10:38
Compare
Choose a tag to compare

Fixing dependencies: scipy, numpy, pandas, networks.

Full Changelog: v2.1.12...v_20200

Pandas fix

22 Jan 20:13
Compare
Choose a tag to compare
  • Fix pandas do be compliant with cython.

2.1.11. ABC Connectivity check removal

05 Jan 12:24
Compare
Choose a tag to compare

Connectivity checks are cleaned up everywhere.

2.1.10.

05 Jan 12:24
Compare
Choose a tag to compare
  • Removed backend connection checks.

2.1.9.

05 Jan 11:42
Compare
Choose a tag to compare

What's Changed

  • Flag for disconnected nodes.
  • change initial num of nodes formula by @bricaud in #15
  • Update setup.py by @mamonu in #16

New Contributors

Full Changelog: v_20008...v_20009

Fix docs.

17 Mar 22:51
Compare
Choose a tag to compare

Docs failing for wrong import.

BFS and DFS single node case.

04 Dec 10:38
Compare
Choose a tag to compare
  • Added new tests and modifications.

v_20

04 Dec 10:37
Compare
Choose a tag to compare
LBF

Added Diffusion Sampler tree.

02 Dec 12:27
Compare
Choose a tag to compare

Added Diffusion Sampler Tree for Branching Process.

Diffusion sampler

02 Dec 11:59
Compare
Choose a tag to compare
  • Add the new diffusion sampler with tests and references.