ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Remove deprecated methods from NiceCXNetwork #68

Closed coleslaw481 closed 4 years ago

coleslaw481 commented 4 years ago

Remove the following methods from NiceCXNetwork since they just raise a Warning/Exception and documentation about replacements can be placed in the documentation

add_metadata()
set_provenance() 
get_provenance()
__merge_node_attributes() 
create_from_pandas()
create_from_networkx()
create_from_server()
create_from_cx()
upload_new_network_stream()
get_summary()
add_opaque_aspect_element()
coleslaw481 commented 4 years ago

Fixed with commit to chrisdev