Releases: csparpa/robograph
Releases · csparpa/robograph
Beta-2
Release 0.0.3 (#3) * New way: now every node knows about its required parameters * docs * Update * Fix Value node and test * Unnecessary * APply and tests * Fix Printer nodes and wrote unit tests * New exception * A Buffer node and its test * Now all nodes MUST produce a labeled output. Therefore, on graph execution we call the new 'execute' method that assigns an output_label to the nodes' output results * Patched tests for existing nodes * Fix * we don't need this * Fix file readers/writers and wrote tests * Better docstring * Fix * New If, refactored out of the prev folder also. Fix replace_word * its correct to also reset output_label * Fix * Move * Fix transcoders and unit tests * partial fix * Fix randoms * Rename and fix collection module into functional_operators. Added unit tests * Fix and unit tests for logics * Fix bug * Fix maths and wrote unit tests * Fix http module and wrote unit tests * Fix * Fix * Fix last moduel and example * Dates and time * Drafts of nodes for DB connections * Template strings * Rename sqlite 3 module so its name does not overlap with std library module; add unit tests for CUD operations on DB * SQLite3 nodes for reading and writing, and unit tests * Was it untracked? * I messed up * Pointing to the right DB now * Test runner * Update * Rename and condensed tests * Refactoring * DelayedBuffer and tests, along with a new sample graph * dead import * Better printing of nodes * unit test for graphs and more methods on graph.Graph * More tests * Even more * Improve test * More tests and better ones * Add name to nxgraph edges * Cool graphs plotting! * Sample for drawing/saving plot to file * Way better * Contributors file * Skeletons for docs * Improve * Typo * Refactor all nodes into lib/ folder * Fix imports * property * Get also edges from a graph, and unit test * Better error msg * Serialize/deserialize nodes and graphs to/from dicts and JSON * Setup.py * Update * Full description * Fixes * Fix broken links * Removed, as they are now part of robograph-dbs github repo * Now deleted * Backport from master branch * Merge back from master * Fix * Remove (moved to another repo) * Introducing the 'robograph' module, and lots of refactoring therefore