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.