Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON serialization / deserialization functions for Nodes and Edges #824

Merged
merged 9 commits into from
Sep 22, 2020

Commits on Sep 11, 2020

  1. * Add json serialization / deserialization functions for Nodes

    	and Edges
    * Add dict (de)serialization helper functions to Node/edge classes
    * Add np array (de)serialization methods to np backend
    * Update backend tests
    * Add (de)serialization tests
    Jackson Beall committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a13f727 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. * Remove support for CopyNode in nodes_to/from_json

    Jackson Beall committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    113027c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    2b56ad4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. * Remove node type support from serialization

    * Remove CopyNode to_serial from_serial method definitions
    * Add mock remote contraction test
    * Minor changes
    Jackson Beall committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    89b18cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb1482 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into json_serialize

    Jackson committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ee738fc View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. * Added edge_binding dict option to network json serialization

    	functions
    * Added binding tests
    Jackson Beall committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    6f9c922 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into json_serialize

    Jackson committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    52d59d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    2fdf445 View commit details
    Browse the repository at this point in the history