-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
29 lines (22 loc) · 1.23 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Summary of important user-visible changes for Bio-DB-NCBIHelper
---------------------------------------------------------------
{{$NEXT}}
1.7.8 2023-12-14 22:22:13-06:00 America/Chicago
* Fix a series of failing tests caused by changes to the data on the
NCBI databases.
1.7.7 2021-06-30 08:52:57-05:00 America/Chicago
* Merge pull request to address taxonomic name change, which led to failing network tests (thx @MrCurtis!).
1.7.6 2019-12-07 16:11:22-06:00 America/Chicago
* Requires Bio::DB::WebDBSeqI v1.7.7
1.7.5 2019-11-29 16:55:33-06:00 America/Chicago
* Explicitly add Bio::SeqIO::entrezgene and LWP::Protocol::https as dependencies
* Actually get '-email' to work which requires overriding get_seq_stream
* Fix remaining delay settings in tests which are causing issues during peak
NCBI times
1.7.4 2019-03-10 21:29:52-05:00 America/Chicago
* Switch away from Bio::Root::Test
* Add '-email' parameter, which allows lower delay interval at NCBI (currently
requires setting the '-delay' parameter separately).
1.7.3 2019-03-02 23:05:20-06:00 America/Chicago
* First release after split from bioperl-live
* Remove Bio::DB::RefSeq dependency, which isn't tested outside of Bio::DB::RefSeq.