Conversation
Owner
gitronald
commented
Mar 21, 2026
- version [prerelease]: 0.3.1a0
- add type hints, docstrings, and modern syntax across all modules
- add ruff linting, dev dependencies, and format all files
- add test suite with pytest and coverage
- add github actions ci workflow for testing
- update ignores
- drop future annotations, bump requires-python to 3.11
- replace pandas and numpy with polars
- migrate source code from pandas to polars
- update demo script to use polars
- update tests for polars api
- add integration tests with abortion tree fixture data
- update readme for new add_metanodes api
- version [prerelease]: 0.3.1a1
- replace deprecated str.concat with str.join
- add dev dependencies for network plotting
- add plot_network with igraph layout and adjustText
- add plot_network tests
- fix multi-parent concatenation in add_parent_nodes
- add spacing and label_alpha params to plot_network
- update readme with python plot, add plot generation script
- update todo for completed tasks
- fix bugs in requester, set_edge_attributes, and parse_bing_qry
- fix demo script for mixed-type google data
- version [patch]: 0.3.1
use .first() instead of .str.join(" ") to select a single parent per
edge when multiple parents exist, preventing token set bloat in the
metanode diff logic
Migrate from pandas to polars
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.