All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- eutils.jl now retries requests that have been rate-limited (#26).
- Added EBIProteins (#27).
- Updated CI / documentation building (#36 and lots of others)
- also removes julia < 1.0 support
0.3.2 - 2018-12-13
- eutils.jl set
retry_non_idempotent=true
on http requests
- Project.toml
0.3.1 - 2018-10-5
- eutils.jl to use the correct http parameter when passing the body to POST
- tests/eutils.jl to perform efetch with large number of PMID which breaks if incorrect http format is used
- *.toml files to wait until versioning is ready for new Pkg
0.3.0 - 2018-09-21
- Updated HUMANS.md.
- Added compatibility with Julia 1.0
0.2.0 - 2018-07-18
- Updated project files.
- Add GGGenome (#12).
0.1.3 - 2018-06-28
- Use XMLDict instead of EzXML until EzXML installation is fixed.
0.1.2 - 2018-05-22
- Optionally retry after HTTP posts to UMLS fail.
0.1.1 - 2018-05-16
- Contributing, code of conduct, and github templates rollout.
- EUtils now uses HTTP.jl.
- Test coverage increases.
- ❗ Dropped deprecated libraries from UMLS.jl.
0.1.0 - 2017-11-14
- The first release of BioServices as in independent module in BioJulia. (Transferred from Bio.jl).
- Interfaces to EUtils (Enztrez Utilities) and UMLS (Unified Medical Language System) APIs.