BlastHTTP 1.4.0 → 1.4.1
raw patch · 3 files changed
+38/−24 lines, 3 filesdep ~BiobaseBlastPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: BiobaseBlast
API changes (from Hackage documentation)
Files
- BlastHTTP.cabal +6/−6
- ChangeLog.md +32/−0
- changelog +0/−18
BlastHTTP.cabal view
@@ -1,5 +1,5 @@ name: BlastHTTP-version: 1.4.0+version: 1.4.1 synopsis: Libary to interface with the NCBI blast REST interface description: Searches for a provided nucleotide or protein sequence with the NCBI Blast REST service and returns a blast result in xml format as BlastResult datatype. .@@ -17,10 +17,10 @@ category: Bioinformatics build-type: Simple cabal-version: >=1.10.0-Tested-With: GHC == 8.4.3+Tested-With: GHC == 8.4.4 extra-source-files:- README.md changelog+ README.md ChangeLog.md source-repository head type: git@@ -28,8 +28,8 @@ source-repository this type: git- location: https://github.com/eggzilla/BlastHTTP/tree/1.4.0- tag: 1.4.0+ location: https://github.com/eggzilla/BlastHTTP/tree/1.4.1+ tag: 1.4.1 library exposed-modules: Biobase.BLAST.HTTP@@ -42,7 +42,7 @@ hxt, network ==2.8.0.0, mtl,- BiobaseBlast ==0.3.0.*,+ BiobaseBlast ==0.3.1.*, BiobaseFasta ==0.3.0.*, either-unwrap, zip-archive
+ ChangeLog.md view
@@ -0,0 +1,32 @@+-*-change-log-*-++### 1.4.1 [Florian Eggenhofer](mailto:egg@informatik.uni-freiburg.de) 20. August 2019++ * Adjusting version constraint for BiobaseBlast++### 1.4.0 [Florian Eggenhofer](mailto:egg@informatik.uni-freiburg.de) 17. June 2019++ * Compatibility with Biobase+ * Added requests with JSON2 response as default+ * Using Biobase.Fasta for encoding query sequences+ * Removed XML queries++### 1.3.0 [Florian Eggenhofer](mailto:egg@informatik.uni-freiburg.de) 12. March 2018++ * Added tabular format request use BiobaseBlast attoparsec parser+ * Improved travis testing+ * Compatibility with http-conduit-2.3.0++### 1.2.1 [Florian Eggenhofer](mailto:egg@informatik.uni-freiburg.de) 12. November 2016++ * Changed used NCBI URL to HTTPS++### 1.2.0 [Florian Eggenhofer](mailto:florian.eggenhofer@univie.ac.at) 20. April 2015++ * Added experimental support for the european bioinformatics institute blast REST interface+ * Added support for multiple sequences in one request++### 1.0.1 [Florian Eggenhofer](mailto:florian.eggenhofer@univie.ac.at) 09. October 2014++ * Added README.md, travis CI support+ * Added new optionalArgument parameter enabling submission of optional blast search parameters, like e-value cutoff
− changelog
@@ -1,18 +0,0 @@--*-change-log-*--1.4.0 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 17. June 2019- * Compatibility with Biobase- * Added requests with JSON2 response as default- * Using Biobase.Fasta for encoding query sequences- * Removed XML queries-1.3.0 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 12. March 2018- * Added tabular format request use BiobaseBlast attoparsec parser- * Improved travis testing- * Compatibility with http-conduit-2.3.0-1.2.1 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 12. November 2016- * Changed used NCBI URL to HTTPS-1.2.0 Florian Eggenhofer <florian.eggenhofer@univie.ac.at> 20. April 2015- * Added experimental support for the european bioinformatics institute blast REST interface- * Added support for multiple sequences in one request-1.0.1 Florian Eggenhofer <florian.eggenhofer@univie.ac.at> 09. October 2014- * Added README.md, travis CI support- * Added new optionalArgument parameter enabling submission of optional blast search parameters, like e-value cutoff