Merged
Conversation
I deleted the DRAFT on the title, and I deleted all of the random stuff at the end of the document and moved that content into a placeholder for the eventual release notes.
those changes - logic cleanup to make the code more readable and maintainable. No changes in functionality.
Co-authored-by: Peter <27579114+peterrrock2@users.noreply.github.com>
Co-authored-by: Peter <27579114+peterrrock2@users.noreply.github.com>
Co-authored-by: Peter <27579114+peterrrock2@users.noreply.github.com>
Co-authored-by: Peter <27579114+peterrrock2@users.noreply.github.com>
Co-authored-by: Peter <27579114+peterrrock2@users.noreply.github.com>
Additional clean up after initial alpha push - no new functionality
Moved epsilon_bipartition_tree() from tree.py to tree_proposals.py Moved recursive_tree_part() and recursive_seed_part() to a new module partition/initial_partition_generators.py All tests pass...
named, tree. This was part of the work to move stuff out of tree.py and into other files, leaving the old tree.py as a module focused on just bipartition_tree stuff.
…wn module under tree directory
new files under a new directory named, "tree", and the logic for bipartition_tree() functions has been unified so that there are two routines that do all of the heavy lifting and everything just calls those two routines.
Co-authored-by: Peter <27579114+peterrrock2@users.noreply.github.com>
…rm_rustworkx_post_alpha
Refactoring of tree.py and additional cleanup of alpha code
Documentation update for rustworkx migration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bring 1.0.0 up to date so that we can do documentation updates