bio 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ChangeLog +98 -0
- data/KNOWN_ISSUES.rdoc +9 -1
- data/README.rdoc +3 -3
- data/RELEASE_NOTES.rdoc +19 -0
- data/bioruby.gemspec +1 -2
- data/bioruby.gemspec.erb +0 -1
- data/lib/bio/sequence/format.rb +1 -0
- data/lib/bio/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c68318f6e170c45020baac59d2be85490d901837ffe5ec136b86ac80901618f
|
4
|
+
data.tar.gz: 5e2813540c9789252d3be786076fe56e6b64dc07655c0bee0873847b643c3dfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03b065e96fcd4afcf1e6c95207ca2999d8855a16e25c11a3d2aa1478ff9ae3e0686887e501f53ff7b3fa4cbf10cd8200a0ac667282b191d7ade47e6122dfd678
|
7
|
+
data.tar.gz: 0c152f67d43b8ad359f2beef4dc84f134ab26f08490fb151a76fa5149380174cb65058831095c21618836eb01f1b785b88ed5cbf3cfb90687a6649f002aa51be
|
data/ChangeLog
CHANGED
@@ -1,3 +1,101 @@
|
|
1
|
+
commit fd420b713ca364e677ef3551919ec907791df86d
|
2
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
3
|
+
Date: Thu Dec 31 23:51:08 2020 +0900
|
4
|
+
|
5
|
+
RELEASE_NOTES.rdoc: change some description
|
6
|
+
|
7
|
+
RELEASE_NOTES.rdoc | 2 +-
|
8
|
+
1 file changed, 1 insertion(+), 1 deletion(-)
|
9
|
+
|
10
|
+
commit 0ed9b37f38fa1b00dcc1d422914e4cbdbbc5f6ab
|
11
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
12
|
+
Date: Thu Dec 31 23:46:46 2020 +0900
|
13
|
+
|
14
|
+
regenerate bioruby.gemspec with rake regemspec
|
15
|
+
|
16
|
+
bioruby.gemspec | 2 +-
|
17
|
+
1 file changed, 1 insertion(+), 1 deletion(-)
|
18
|
+
|
19
|
+
commit fa84b8fac653c26b9f8db429321ef49202554a69
|
20
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
21
|
+
Date: Thu Dec 31 23:45:38 2020 +0900
|
22
|
+
|
23
|
+
prepare for BioRuby 2.0.2 release
|
24
|
+
|
25
|
+
lib/bio/version.rb | 2 +-
|
26
|
+
1 file changed, 1 insertion(+), 1 deletion(-)
|
27
|
+
|
28
|
+
commit 32c5efccbad4e0d3440726383f863520ee242cc5
|
29
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
30
|
+
Date: Thu Dec 31 23:39:18 2020 +0900
|
31
|
+
|
32
|
+
update release notes for upcoming BioRuby 2.0.2
|
33
|
+
|
34
|
+
RELEASE_NOTES.rdoc | 19 +++++++++++++++++++
|
35
|
+
1 file changed, 19 insertions(+)
|
36
|
+
|
37
|
+
commit c2f6e62ab64bc532f442bccc0d76ced5380664ec
|
38
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
39
|
+
Date: Thu Dec 31 23:38:43 2020 +0900
|
40
|
+
|
41
|
+
add a known issue about Ruby 3.0
|
42
|
+
|
43
|
+
KNOWN_ISSUES.rdoc | 10 +++++++++-
|
44
|
+
1 file changed, 9 insertions(+), 1 deletion(-)
|
45
|
+
|
46
|
+
commit a733c0816da7c97ca0c23016b473b004fb755f54
|
47
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
48
|
+
Date: Thu Dec 31 23:04:55 2020 +0900
|
49
|
+
|
50
|
+
remove deprecation warning of Gem::Specification#has_rdoc=
|
51
|
+
|
52
|
+
Gem::Specification#has_rdoc= have been deprecated since RubyGems 1.3.3
|
53
|
+
in 2009. (https://blog.rubygems.org/2009/05/04/1.3.3-released.html )
|
54
|
+
RDoc is always generated regardless of the value, and the line is
|
55
|
+
safely removed.
|
56
|
+
|
57
|
+
This fixes https://github.com/bioruby/bioruby/issues/138 .
|
58
|
+
Thanks to @jaysonvirissimo for reporting the issue.
|
59
|
+
|
60
|
+
bioruby.gemspec | 1 -
|
61
|
+
bioruby.gemspec.erb | 1 -
|
62
|
+
2 files changed, 2 deletions(-)
|
63
|
+
|
64
|
+
commit bed6746ce62059795996eeb6e5ac65655bab12b5
|
65
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
66
|
+
Date: Thu Dec 31 22:51:56 2020 +0900
|
67
|
+
|
68
|
+
require ruby's date library to avoid NameError for Date
|
69
|
+
|
70
|
+
In Bio::Sequence#output(:embl), NameError (uninitialized constant
|
71
|
+
Bio::Sequence::Format::INSDFeatureHelper::Date) is observed.
|
72
|
+
The error message is misleading because Date is provided by Ruby's
|
73
|
+
standard date library.
|
74
|
+
|
75
|
+
This fixes https://github.com/bioruby/bioruby/issues/135 .
|
76
|
+
Thanks to Dr. Mark Wilkinson for reporting the issue.
|
77
|
+
|
78
|
+
lib/bio/sequence/format.rb | 1 +
|
79
|
+
1 file changed, 1 insertion(+)
|
80
|
+
|
81
|
+
commit 5f3aa79fdaf6dd5551d51663ca2e9b6f5e56d855
|
82
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
83
|
+
Date: Fri Nov 6 17:45:12 2020 +0900
|
84
|
+
|
85
|
+
fix mistaken URLs
|
86
|
+
|
87
|
+
README.rdoc | 6 +++---
|
88
|
+
1 file changed, 3 insertions(+), 3 deletions(-)
|
89
|
+
|
90
|
+
commit d5e1670ee4863cc60d3aa08432a7ee3b1e445439
|
91
|
+
Author: Naohisa Goto <ng@bioruby.org>
|
92
|
+
Date: Fri Sep 6 15:48:45 2019 +0900
|
93
|
+
|
94
|
+
BioRuby 2.0.1 is released
|
95
|
+
|
96
|
+
ChangeLog | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
97
|
+
1 file changed, 185 insertions(+)
|
98
|
+
|
1
99
|
commit 21bf51a1ec8c18c9cdf8528ffc3c59c503cef042
|
2
100
|
Author: Naohisa Goto <ng@bioruby.org>
|
3
101
|
Date: Fri Sep 6 15:45:47 2019 +0900
|
data/KNOWN_ISSUES.rdoc
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
= KNOWN_ISSUES.rdoc - Known issues and bugs in BioRuby
|
2
|
-
Copyright:: Copyright (C) 2009-
|
2
|
+
Copyright:: Copyright (C) 2009-2020 Naohisa Goto <ng@bioruby.org>
|
3
3
|
License:: The Ruby License
|
4
4
|
|
5
5
|
= Known issues and bugs in BioRuby
|
@@ -12,6 +12,14 @@ they are not BioRuby's issues and/or it is very difficult to fix them.
|
|
12
12
|
|
13
13
|
== 1. Ruby version specific issues
|
14
14
|
|
15
|
+
==== Ruby 3.0
|
16
|
+
|
17
|
+
Since Ruby 3.0, internal inplementation of String methods are changed and
|
18
|
+
methods in a subclass of String return String instead of the subclass
|
19
|
+
instance. Bio::Sequence::NA, AA, and Generic inherit String and are severely
|
20
|
+
affected by this change.
|
21
|
+
See GitHub issue https://github.com/bioruby/bioruby/issues/137 .
|
22
|
+
|
15
23
|
==== String encodings
|
16
24
|
|
17
25
|
Currently, BioRuby do not care string encodings. In some cases,
|
data/README.rdoc
CHANGED
@@ -206,9 +206,9 @@ Plugins (Biogems) listed below had been included in BioRuby in former days,
|
|
206
206
|
and were split to separate packages to reduce complexity and external
|
207
207
|
dependencies.
|
208
208
|
|
209
|
-
* {bio-shell}[https://rubygems.org/gems/
|
210
|
-
* {bio-executables}[https://rubygems.org/gems/
|
211
|
-
* {bio-blast-xmlparser}[https://rubygems.org/gems/
|
209
|
+
* {bio-shell}[https://rubygems.org/gems/bio-shell]
|
210
|
+
* {bio-executables}[https://rubygems.org/gems/bio-executables]
|
211
|
+
* {bio-blast-xmlparser}[https://rubygems.org/gems/bio-blast-xmlparser]
|
212
212
|
* {bioruby-phyloxml}[https://rubygems.org/gems/bioruby-phyloxml]
|
213
213
|
* NOTE: Please uninstall bio-phyloxml, that have been created as a
|
214
214
|
preliminary trial of splitting a module in 2012 and have not been
|
data/RELEASE_NOTES.rdoc
CHANGED
@@ -1,3 +1,22 @@
|
|
1
|
+
= BioRuby 2.0.2 RELEASE NOTES
|
2
|
+
|
3
|
+
Some bugs fixes have been made in BioRuby 2.0.2 after the release of 2.0.1.
|
4
|
+
|
5
|
+
== Bug fixes
|
6
|
+
|
7
|
+
* Fix NameError in Bio::Sequence#output(:embl)
|
8
|
+
(https://github.com/bioruby/bioruby/issues/135 )
|
9
|
+
* Suppress warning: Gem::Specification#has_rdoc= is deprecated
|
10
|
+
(https://github.com/bioruby/bioruby/issues/138 )
|
11
|
+
* Fix misspelling URL in README.rdoc
|
12
|
+
|
13
|
+
== Known issues
|
14
|
+
|
15
|
+
A known issue about Ruby 3.0 is added to KNOWN_ISSUES.rdoc.
|
16
|
+
The issue will be fixed in the near future.
|
17
|
+
|
18
|
+
|
19
|
+
|
1
20
|
= BioRuby 2.0.1 RELEASE NOTES
|
2
21
|
|
3
22
|
Some bug fixes and improvements have been made to the BioRuby 2.0.1 after
|
data/bioruby.gemspec
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
#
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = 'bio'
|
6
|
-
s.version = "2.0.
|
6
|
+
s.version = "2.0.2"
|
7
7
|
|
8
8
|
s.author = "BioRuby project"
|
9
9
|
s.email = "staff@bioruby.org"
|
@@ -580,7 +580,6 @@ Gem::Specification.new do |s|
|
|
580
580
|
"test/unit/bio/util/test_sirna.rb"
|
581
581
|
]
|
582
582
|
|
583
|
-
s.has_rdoc = true
|
584
583
|
s.extra_rdoc_files = [
|
585
584
|
"KNOWN_ISSUES.rdoc",
|
586
585
|
"README.rdoc",
|
data/bioruby.gemspec.erb
CHANGED
data/lib/bio/sequence/format.rb
CHANGED
data/lib/bio/version.rb
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
module Bio
|
11
11
|
|
12
12
|
# BioRuby version (Array containing Integer)
|
13
|
-
BIORUBY_VERSION = [2, 0,
|
13
|
+
BIORUBY_VERSION = [2, 0, 2].extend(Comparable).freeze
|
14
14
|
|
15
15
|
# Extra version specifier (String or nil).
|
16
16
|
# Existance of the value indicates development version.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BioRuby project
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: BioRuby is a library for bioinformatics (biology + information science).
|
14
14
|
email: staff@bioruby.org
|