There was an error while loading. Please reload this page.
Updates to Debian installation instructions pertaining to building and installing Python 3.14.7 from source
Tweak user.email git config line
Add NB about using --enable-compile-warnings if using configure and make instead of VSCode
Confirmed installation instructions for Python 3.14.7 on Debian 12 (and that python3.14 is installed separately from 3.12, if one must run through this process again)
Fixing instructions to build Python 3.12 from source, i.e. resolving ImportError for missing zlib by installing `zlib1g-dev`.
Fixing fenced code indentation in Debian setup instructions
Updated Debian setup instructions so that autoconf, automake, and libtool are installed (`autotool-dev
Updates to Windows dev env setup instructions after verifying setup on Windows 11
Updated Home (markdown)
Web archive link for Magma; updated link for LinKnot; new links for Java and C# developers; slight reorder of technology transfer list
Update Contributing Code section with local machine git identity config info
More links for openSUSE and Ubuntu
Update Linux Adopters
Completed initial draft of the Release Plan wiki page
Initial work outlining manual test steps
Initial test plan wiki; will be iterating on contents in local copy of edge-addition-planarity-suite.wiki repo
Refresh for the 5.0.0.0 release
Update to match recent API changes for 5.0.0 release
Updated 1. Project Overview (markdown)
Updated info about the Planarity Python Package
Updated link for Magma bibl reference
Updating instruction for which lines to comment out before compiling Debug build if you wish to run planarity_leaks_orchestrator.py using executable compiled using -DDEBUG
Updated link for Magma (bibl)
Add the Diigraphs project to the list of successful technology transfers
Adding EditorConfig Extension requirement for VSCode to make sure new files created using VSCode adhere to the settings in .editorconfig file
Reflects changes to how one overrides the default 1-based array indexing by compiling with the option to instruct the preprocessor to define USE_0BASEDARRAYS
Updating instructions for how to compile to use 0-based array indexing