Skip to content

v0.5.1

Compare
Choose a tag to compare
@amkrajewski amkrajewski released this 08 Feb 16:21
· 112 commits to main since this release

Major Changes:

  • Running simplex graph generation using CLI to check its shape (__S configurations), now counts all graph edges (possible transitions). E.g. ./nimplex -c GIS 7 12 now returns:

    Running with configuration: @["GIS", "7", "12"]
    Nodes Shape: [18564, 7]
    Edges Count: 519792
    

Minor Changes:

  • Edge counting (see above) added to the testing suite.
  • Minor optimizations all around.
  • Stylistic improvements in the CLI text printouts.
  • Added new changelog-generating script for the documentation page.
  • Quick Start style improvements by @rdamaral
  • Documentation style improvements by @lukeamyers

New Contributors:

  • Thanks to @rdamaral for making his first contribution in the form of proofreading and improving style of the quickstart.ipynb examples notebook!

Full Changelog: v0.5.0...v0.5.1