Releases: JSpencerPittman/WikiWormhole
Releases · JSpencerPittman/WikiWormhole
Setup Fix
- Requires
scipy12.0.0 - Rewrote PyPi README as a restructured text file.
- Version 0.0.3 was improperly deleted, hence the skip in version.
Restructured Search Graph
This release accomplishes the following:
- Moved
GraphNodefrom a nested class to a standalone class calledAbsorbNode. - Introduced new terminology of absorb and emitting nodes to make code more clear and concise.
- Added extensive commenting, type safety, and generics to
ConnectionGraph. - Migrated
_active_subject,_active_page,_trace, and_graphto parentTraverseclass. - Further error handling for invalid pages and paths.
- An extensive README for GitHub and PyPi.
Initial Release
This is the initial untested wikiwormhole project.
The code supports basic traversal operations.