-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document removal of enum class because of build errors
- Loading branch information
Showing
3 changed files
with
63 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ Install the latest version (Python Console) | |
|
||
Install the *current* release of ``py4cytoscape`` with ``pip``:: | ||
|
||
pip install python-igraph requests pandas networkx colorbrewer chardet decorator enum | ||
pip install python-igraph requests pandas networkx colorbrewer chardet decorator | ||
pip install py4cytoscape | ||
|
||
|
||
|
@@ -75,19 +75,19 @@ Install the development version (Python Console) | |
To install the *latest* py4cytoscape development version, instead | ||
of ``pip install py4cytoscape``, use:: | ||
|
||
pip install python-igraph requests pandas networkx colorbrewer chardet decorator enum | ||
pip install python-igraph requests pandas networkx colorbrewer chardet decorator | ||
pip install git+https://github.com/cytoscape/py4cytoscape.git | ||
To install the py4cytoscape branch (for example 0.0.10) version, instead | ||
of ``pip install py4cytoscape``, use:: | ||
|
||
pip install python-igraph requests pandas networkx colorbrewer chardet decorator enum | ||
pip install python-igraph requests pandas networkx colorbrewer chardet decorator | ||
pip install git+https://github.com/cytoscape/[email protected] | ||
|
||
Alternately, to install *a particular* py4cytoscape development version (e.g., 0.0.11), instead | ||
of ``pip install py4cytoscape``, use:: | ||
|
||
pip install python-igraph requests pandas networkx colorbrewer chardet decorator enum | ||
pip install python-igraph requests pandas networkx colorbrewer chardet decorator | ||
git clone git://github.com/cytoscape/[email protected] | ||
|
||
Verify Cytoscape connection | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Announcement: py4cytoscape 1.5.0 | ||
--------------------------------- | ||
|
||
We're happy to announce the release of py4cytoscape 1.5.0! | ||
|
||
py4cytoscape is a Python package that communicates with `Cytoscape <https://cytoscape.org>`_ | ||
via its `REST API <https://pubmed.ncbi.nlm.nih.gov/31477170/>`_, providing access to a set over 250 functions that | ||
enable control of Cytoscape from within standalone and Notebook Python programming environments. It provides | ||
nearly identical functionality to `RCy3 <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6880260/>`_, an R package in | ||
Bioconductor available to R programmers. | ||
|
||
|
||
Highlights | ||
---------- | ||
|
||
The themes for this release are: | ||
|
||
* Removed dependence on Enum package due to build errors | ||
|
||
|
||
API Changes | ||
----------- | ||
|
||
None | ||
|
||
|
||
Deprecations | ||
------------ | ||
|
||
None | ||
|
||
Contributors to this release | ||
---------------------------- | ||
|
||
- Barry Demchak | ||
|
||
|
||
Pull requests merged in this release | ||
------------------------------------ | ||
|
||
|
||
|
||
Issues closed in this release | ||
------------------------------------ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters