Recent Releases of GraphCalc

GraphCalc - Fix Colab Autodetect Solver for MIP Formulations

What's Changed

  • Rrd fix default solver by @RandyRDavila in https://github.com/RandyRDavila/GraphCalc/pull/23

Full Changelog: https://github.com/RandyRDavila/GraphCalc/compare/v1.2.13...v1.2.14

Scientific Software - Peer-reviewed - Python
Published by RandyRDavila 4 months ago

GraphCalc - Graph Set Visualizations and k-Residue

What's Changed

  • Update paper.bib by @danielskatz in https://github.com/RandyRDavila/GraphCalc/pull/19
  • Graph Viz by @RandyRDavila in https://github.com/RandyRDavila/GraphCalc/pull/20
  • RRD - Add Solver Options for Users by @RandyRDavila in https://github.com/RandyRDavila/GraphCalc/pull/21
  • updated docs by @RandyRDavila in https://github.com/RandyRDavila/GraphCalc/pull/22

New Contributors

  • @danielskatz made their first contribution in https://github.com/RandyRDavila/GraphCalc/pull/19

Full Changelog: https://github.com/RandyRDavila/GraphCalc/compare/v1.2.12...v1.2.13

Scientific Software - Peer-reviewed - Python
Published by RandyRDavila 4 months ago

GraphCalc - V1.2.12

This release builds on the previous release by

  • Fixing the calculation of the claw_free function. The previous iteration has a bug.
  • Improving the performance of the functions claw_free, K_4_free, and triangle_free. The previous iterations of these functions used exhaustive search on all combinations up to a certain k for a given structure. The new implementations use neighborhood search to cut down on the search space.
  • Betters the docstrings for many functions by adding math typesetting to the variables involved.

Scientific Software - Peer-reviewed - Python
Published by RandyRDavila 4 months ago

GraphCalc - v1.2.11

First major release. This release was made possible by the careful review process of the Journal of Open Source Software.

Scientific Software - Peer-reviewed - Python
Published by RandyRDavila 4 months ago