Skip to content

Commit

Permalink
Document removal of enum class because of build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemchak committed Jun 28, 2022
1 parent 7086cda commit cc3186c
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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
Expand Down
47 changes: 47 additions & 0 deletions doc/release/release_1.5.0.rst
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
------------------------------------



12 changes: 12 additions & 0 deletions doc/release_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Release Log



py4cytoscape 1.5.0
-------------------
Release date: 28 June 2022

* Removed dependence on Enum package due to build errors


Release notes
~~~~~~~~~~~~~

.. include:: release/release_1.5.0.rst

py4cytoscape 1.4.0
-------------------
Release date: 28 June 2022
Expand Down

0 comments on commit cc3186c

Please sign in to comment.