1.0.0 - #470
Merged
Merged
Conversation
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
Bring 1.0.0 up to date so that we can do documentation updates
Tech debt/docstring standardization
…frm_rustworkx_post_alpha
…temporary debugging print stmts that will be deleted in a future commit...
Misc/add deprecation shims
Co-authored-by: Peter <27579114+peterrrock2@users.noreply.github.com>
Merge remote-tracking branch 'refs/remotes/origin/frm_rustworkx_post_alpha' into frm_rustworkx_post_alpha
Added a change-log: new file, v1.0.0_changelog.md
Wip/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.
All work for release 1.0.0
final step also addresses #453