--------------
* NEW MODULE: mygeneinfo, pdbe
* Limits the request to 10 per seconds (3 for eutils). This fixes
https://github.com/cokelaer/bioservices/issues/7
* update quickgo
* Update PDB module (will not be maintained in the future, to usePDB instead.)
* Fix issue in Eutils/ECitMatch reported here https://github.com/cokelaer/bioservices/issues/169
and here https://tinyurl.com/y6u2cyjq on stackoverflow
Revision 1.7.4 (March 2020 Combine/Harmany2020 hackathon)
---------------------------------------------------------
* Integration of BioModels new API (REST instead of WSDL and different
functionalities) in coordination with Mihai Glont and Tung Nguyen at EMBL-EBI
during the Combine-Harmony hackathon.
* Integration of BiGG models service thanks to https://github.com/achillesrasquinha contribution.
* Fixing notebooks (biomodels and uniprot)
* Move the miriam services to the attic
Revision 1.7.3 (March 2020)
---------------------------
* fixing chembl after API changed. Fix the get_status_resources method by
removing document_term and target_prediction. Changed acd_log into alogp: for
some reasons this was changed. There was a warning on 4th March 2020 telling
that changes may occur.
Revision 1.7.2 (March 2020)
---------------------------
* Fixing ReadTheDocs online documentation and Changelog
Revision 1.7.1 (Feb 2020)
-------------------------
* Just updating the README and setup metadata
Revision 1.7.0 (Feb 2020)
-------------------------
* Pull request
* from thobalose (https://github.com/cokelaer/bioservices/pull/149) to
update tests, travis recipes, pinned matplotlib to 3.0.3
* NEWS:
* panther module (pantherdb.org)
* add a test for the pubchem, pfam and eva modules, which are still
in draft version though
* CHANGES
* PICR module is fully commented. The service is most probably deprecated.
Not on EBI website anymore
* remove TCGA, which waws only a draft version with one method.
* BUGS and FIXES
* wikipathway: fixed getPathway, savePathway, getPathwayByLiterature and
coloredPathway methods. Some are failing due to some wikipathway
temporary failures.
* Fixed https://github.com/cokelaer/bioservices/issues/148 to have a more
informative error message (array express)
* Fixed KeggParser for the GENE entries to have the correct ID name.
https://github.com/cokelaer/bioservices/issues/151