Skip to content

Wip/rustworkx migration#438

Merged
peterrrock2 merged 27 commits into1.0.0from
wip/rustworkx-migration
Feb 27, 2026
Merged

Wip/rustworkx migration#438
peterrrock2 merged 27 commits into1.0.0from
wip/rustworkx-migration

Conversation

@peterrrock2
Copy link
Copy Markdown
Collaborator

Bring 1.0.0 up to date so that we can do documentation updates

Fred Mueller and others added 27 commits December 18, 2025 10:46
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.
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>
Refactoring of tree.py and additional cleanup of alpha code
Documentation update for rustworkx migration
@peterrrock2 peterrrock2 merged commit d41e8e3 into 1.0.0 Feb 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants