Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@lorenzobloise lorenzobloise released this 07 Dec 18:00
· 82 commits to main since this release

NetMax v1.0.0

Changes:

  • The library now supports Python versions >=3.10.
  • Solved an import error with GroupPR algorithm by adding the new scipy requirement.
  • Added the possibility to define custom classes for the algorithms, diffusion models, influence probabilities and endorsement policies. The user who wants to do so must extend the corresponding class (Algorithm, DiffusionModel, InfluenceProbability, EndorsementPolicy) and then implement the required methods.