sciruby 0.2.10 → 0.2.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa16f2933fedc31b1c1e46233ef3418ea1aa463f
4
- data.tar.gz: e288eaa5835a87d243435681cc8d7c973eb83a15
3
+ metadata.gz: 9b8f55f92481e195934b2213fcf6bc5f30abe535
4
+ data.tar.gz: 577f119ab2e57903035fbaa4b5db23192c6efb27
5
5
  SHA512:
6
- metadata.gz: 1aecd6c83a28d3cb37e2a72738e2870e62bfe24b70827d0918535048287a27659ad5e91a2fb3d6b4baed0d21f561a509a3ae8dfd57d4bdfcafcb3c675938d23f
7
- data.tar.gz: 6ef2424c08496be3f35c50a7a1f4949deb54352236b29244d5bf0067e7ee6a9ea2831ff2efd2734b2855dab8536f467401d775a9bd4012efe2636f3ef1b961e6
6
+ metadata.gz: 22923dd27af9e899ea62f0b39dbee483f9f7ae1e94bc15b5561325c394db90f9b5311ccf5c4f725faf4d2615a3951334f8a355a3e9d72f2ece194af44eb425e0
7
+ data.tar.gz: 8f5442a1a1169dd4047b9e557848a159b9987a3e0ed3338cc2ae42bbff8a395767c3d0c6237724f76c0fdfce50453463fc373f7bcf91af67e82515e64430a191
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ 0.2.11 (2016-03-05)
2
+
3
+ * Add rbczmq because of iruby
4
+
1
5
  0.2.10 (2016-03-05)
2
6
 
3
7
  * Version locking
data/gems.yml CHANGED
@@ -187,8 +187,8 @@ minimization:
187
187
  mixed_models:
188
188
  category: statistics
189
189
  description: Fit statistical models
190
- module: MixedModels
191
190
  exclude: Bad version constraints on daru
191
+ module: MixedModels
192
192
  modshogun:
193
193
  category: ai
194
194
  description: Machine learning
@@ -227,8 +227,8 @@ ode:
227
227
  omoikane:
228
228
  category: ai
229
229
  description: Machine learning
230
- module: Omoikane
231
230
  exclude: Outdated nmatrix dependency
231
+ module: Omoikane
232
232
  parallel:
233
233
  category: utilties
234
234
  description: Parallel processing
@@ -273,6 +273,10 @@ rb-libsvm:
273
273
  module: Libsvm
274
274
  require: libsvm
275
275
  version: "~> 1.3"
276
+ rbczmq:
277
+ category: ui
278
+ description: Needed by iruby
279
+ version: "~> 1.7"
276
280
  rbmetis:
277
281
  category: graph
278
282
  description: Graph partitioning
@@ -2,5 +2,5 @@
2
2
  module SciRuby
3
3
  # SciRuby version string
4
4
  # @api public
5
- VERSION = '0.2.10'
5
+ VERSION = '0.2.11'
6
6
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.license = 'BSD'
10
10
  s.homepage = 'http://sciruby.com'
11
11
  s.summary =
12
- s.description = "Scientific gems for Ruby. #{__FILE__ =~ /full/ ? 'This is the full installation rigid version constraints.' : 'See the sciruby-full gem for a full installation of many compatible scientific gems.'}"
12
+ s.description = "Scientific gems for Ruby. #{__FILE__ =~ /full/ ? 'This is the full installation with rigid version constraints.' : 'See the sciruby-full gem for a full installation of many compatible scientific gems.'}"
13
13
 
14
14
  if __FILE__ =~ /full/
15
15
  s.files = %w(CHANGES CONTRIBUTING.md README.md LICENSE sciruby-full.gemspec)
@@ -3,12 +3,12 @@ doctype html
3
3
  html
4
4
  head
5
5
  title SciRuby gems
6
- link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
7
- link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.8.1/bootstrap-table.min.css"
8
- link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"
9
- script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"
10
- script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"
11
- script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.8.1/bootstrap-table.min.js"
6
+ link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
7
+ link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.10.1/bootstrap-table.min.css"
8
+ link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
9
+ script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"
10
+ script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
11
+ script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.10.1/bootstrap-table.min.js"
12
12
  css:
13
13
  td, th { white-space: nowrap; font-size: small; }
14
14
  td .fa-diamond, .fa-close { color: #8B0000 }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sciruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - SciRuby Development Team
@@ -90,6 +90,7 @@ post_install_message: |+
90
90
  * pry - Ruby shell
91
91
  * publisci - Publishing toolkit
92
92
  * rb-libsvm - Support vector machines (machine learning)
93
+ * rbczmq - Needed by iruby
93
94
  * rbmetis - Graph partitioning
94
95
  * rinruby - R interpreter
95
96
  * rsemantic - Machine learning