lbfgsb 0.2.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lbfgsb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-14 00:00:00.000000000 Z
11
+ date: 2021-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: numo-narray
@@ -24,7 +24,9 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.9.1
27
- description: Lbfgsb.rb is a Ruby binding for L-BFGS-B
27
+ description: |
28
+ Lbfgsb.rb is a Ruby binding for L-BFGS-B that is a limited-memory algorithm for
29
+ solving large nonlinear optimization problems subject to simple bounds on the variables.
28
30
  email:
29
31
  - yoshoku@outlook.com
30
32
  executables: []
@@ -32,6 +34,7 @@ extensions:
32
34
  - ext/lbfgsb/extconf.rb
33
35
  extra_rdoc_files: []
34
36
  files:
37
+ - ".clang-format"
35
38
  - ".github/workflows/build.yml"
36
39
  - ".gitignore"
37
40
  - ".rspec"
@@ -41,6 +44,7 @@ files:
41
44
  - LICENSE.txt
42
45
  - README.md
43
46
  - Rakefile
47
+ - Steepfile
44
48
  - ext/lbfgsb/extconf.rb
45
49
  - ext/lbfgsb/lbfgsbext.c
46
50
  - ext/lbfgsb/lbfgsbext.h
@@ -54,6 +58,7 @@ files:
54
58
  - lbfgsb.gemspec
55
59
  - lib/lbfgsb.rb
56
60
  - lib/lbfgsb/version.rb
61
+ - sig/lbfgsb.rbs
57
62
  homepage: https://github.com/yoshoku/lbfgsb.rb
58
63
  licenses:
59
64
  - BSD-3-Clause
@@ -62,7 +67,7 @@ metadata:
62
67
  source_code_uri: https://github.com/yoshoku/lbfgsb.rb
63
68
  changelog_uri: https://github.com/yoshoku/lbfgsb.rb/blob/main/CHANGELOG.md
64
69
  documentation_uri: https://yoshoku.github.io/lbfgsb.rb/doc/
65
- post_install_message:
70
+ post_install_message:
66
71
  rdoc_options: []
67
72
  require_paths:
68
73
  - lib
@@ -77,8 +82,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
82
  - !ruby/object:Gem::Version
78
83
  version: '0'
79
84
  requirements: []
80
- rubygems_version: 3.1.2
81
- signing_key:
85
+ rubygems_version: 3.2.21
86
+ signing_key:
82
87
  specification_version: 4
83
- summary: Lbfgsb.rb is a Ruby binding for L-BFGS-B
88
+ summary: Lbfgsb.rb is a Ruby binding for L-BFGS-B.
84
89
  test_files: []