Skip to content

Releases: JSpencerPittman/WikiWormhole

Setup Fix

12 Apr 22:11

Choose a tag to compare

Setup Fix Pre-release
Pre-release
  • Requires scipy 12.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

12 Apr 19:19

Choose a tag to compare

Pre-release

This release accomplishes the following:

  • Moved GraphNode from a nested class to a standalone class called AbsorbNode.
  • 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 _graph to parent Traverse class.
  • Further error handling for invalid pages and paths.
  • An extensive README for GitHub and PyPi.

Initial Release

03 Apr 19:27
6353a09

Choose a tag to compare

Initial Release Pre-release
Pre-release

This is the initial untested wikiwormhole project.
The code supports basic traversal operations.