Skip to content

Releases: muellerj2/netroles

v1.0

03 Nov 20:40
34e1173
Compare
Choose a tag to compare

netroles 1.0 release

This release is the version of netroles that has been accepted into JOSS.

Major Changes

  • Added second enumeration algorithm for stable role structures, which is faster than the first one in some situations. Note that the StableRolesEnumeration class chooses the appropriate enumeration algorithm automatically.
  • Progress reporting is now sent to logging framework and scales better for parallel computations.
  • Functional interface was moved from package ch.ethz.sn.visone3.lang to new package ch.ethz.sn.visone3.lang.function.
  • Javadoc and other documentation of the library has been extended and improved.
  • Dependencies have been updated to their most recently released versions.

Full Changelog: v0.2...v1.0

v0.2

21 Aug 21:03
1ac0834
Compare
Choose a tag to compare

netroles 0.2 release

What's Changed

  • Major extension of library documentation
  • Fixed exception in nodelist CSV IO
  • Improved test coverage
  • Some interface changes in netroles API (affecting factories for role operators as well as classes in package ch.ethz.sn.visone3.roles.lattice)

Full Changelog: v0.1...v0.2

v0.1

31 Jul 11:55
Compare
Choose a tag to compare

netroles 0.1 release