Skip to content

Releases: BioJulia/BioServices.jl

v0.4.1

09 Feb 18:15
dabf2eb
Compare
Choose a tag to compare

BioServices v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

07 Apr 20:03
42fe4ac
Compare
Choose a tag to compare

BioServices v0.4.0

Diff since v0.3.2

Closed issues:

  • ERROR: type Response has no field data (#31)
  • Update CI and docs to github actions (#35)
  • License notice in header points to broken URL (#38)

Merged pull requests:

v0.3.2

14 Dec 02:37
54a2e3e
Compare
Choose a tag to compare

Adding retry_non_idempotent=true to failing http requests

v0.3.1

05 Oct 18:07
d09d6ce
Compare
Choose a tag to compare

Bug fix. Fixed HTTP POST in EUtils module where the body was being passed as a query parameter and therefore as part of the URL

v0.3.0

21 Sep 17:47
cb25daf
Compare
Choose a tag to compare

Changed

Upgraded to support Julia 0.7/1.0

v0.2.0

18 Jul 14:48
29bf3d9
Compare
Choose a tag to compare

Changed

  • Updated project files.

Added

  • Add GGGenome (#12).

v0.1.3

29 Jun 14:03
d74a326
Compare
Choose a tag to compare

Switch XML related from EzXML(currently failing in Linux) to XMLDict

v0.1.2

22 May 04:58
2677c7a
Compare
Choose a tag to compare

Minor bug fix, to retry after failure of HTTP posts to UMLS

v0.1.1

16 May 14:52
5066442
Compare
Choose a tag to compare

BioServices now uses HTTP.jl. Rquests.jl and HttpServer.jl are both deprecated

v0.1.0

14 Nov 16:17
8cc43a8
Compare
Choose a tag to compare

First release of BioServices as an independent module in BioJulia. (Transferred from Bio.jl)

Compatible with Julia v0.6.
Includes interfaces to EUtils (Entrez Utilities) and UMLS (Unified Medical Language System) APIs