* Switched default layout (can be overridden with `--layout` flag) to `force-directed` since `force-directed-cl` may not work on all machines.
5.0.0
-----------------------
* Fixed duplicate node issue by removing nodes and edges from a network if a family node, contains the node in its `memberlist`. Any edges are shifted to the family node with duplicates merged where possible.
4.0.0
-------------------
* New default behavior: **force-directed-cl** layout is now applied on networks via py4cytoscape library and a running instance of Cytoscape. Alternate Cytoscape layouts and the networkx "spring" layout can be run by setting appropriate value via the new **--layout** flag
3.1.1
-------------------
* Removed NODE_LABEL_POSITION discrete mapping from style since it is not compatible with CX 2.0
3.1.0
-------------------
* Added **--disableshowcase** flag that lets caller disable showcasing of **NEWLY** added networks which is enabled by default.
* Added **--indexlevel** flag that lets caller set type of indexing performed on **NEWLY** added networks. Default is full indexing (all).
3.0.0
-------------------
* Renamed command line tool from **loadndexncipidloader.py** to **ndexloadncipid.py** to be more consistent with other loaders. Since this is a breaking change bumped to version 3.0.0
* Added **--visibility** flag which lets caller dictate whether newly added networks are set to PUBLIC (default) or PRIVATE
* Removed parameter **--disablcitededgemerge** since the changes in 2.0.0 causes this to no longer have any effect
* Set default for **--paxtools** flag to be **paxtools.jar** which assumes the tool is in current working directory