Skip to content

Added get_networksets_for_user_id

Choose a tag to compare

@coleslaw481 coleslaw481 released this 07 May 01:06
· 350 commits to master since this release
  • Added offset and limit parameters to Ndex2.get_network_ids_for_user() to enable
    retrieval of all networks for a user. Issue #78

  • Switched NiceCXNetwork.upload_to() to named arguments and added client parameter. Issue #80

  • Switched NiceCXNetwork.update_to() to named arguments and added client parameter. Issue #81

  • Fixed documentation NiceCXNetwork.update_to() to correctly state method returns empty
    string upon success. Issue #82

  • Added Ndex2.get_user_by_id() method to get user information by NDEx user Id.

  • Added Ndex2.get_id_for_user() method to get NDEx user Id by username.

  • Added Ndex2.get_networksets_for_user_id() to get Network Sets for a given user Id. Issue #61

  • Improved documentation by adding intersphinx to provide links to python documentation for
    python objects.