File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 21
21
- Upgraded ` protobuf ` to 5.29.2 {pr}` 5298 `
22
22
- Added ` apsw ` 3.47.2.0 {pr}` 5251 `
23
23
- Added ` css_inline ` 0.14.6 {pr}` 5304 `
24
+ - Upgraded ` nlopt ` 2.9.1 {pr}` 5305 `
24
25
25
26
## Version 0.27.0
26
27
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : nlopt
3
- version : 2.7.0
3
+ version : 2.9.1
4
4
top-level :
5
5
- nlopt
6
6
7
7
source :
8
- url : https://github.com/stevengj/nlopt/archive/v2.7.0 .tar.gz
9
- sha256 : b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f
8
+ url : https://github.com/stevengj/nlopt/archive/v2.9.1 .tar.gz
9
+ sha256 : 1e6c33f8cbdc4138d525f3326c231f14ed50d99345561e85285638c49b64ee93
10
10
11
11
extras :
12
12
- - extras/setup.py
25
25
about :
26
26
home : https://github.com/stevengj/nlopt
27
27
license : LGPL-2.1+
28
+ extra :
29
+ recipe-maintainers :
30
+ - mgreminger
31
+ - tom-dudley
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def h(x, grad):
53
53
54
54
opt .add_inequality_constraint (h )
55
55
56
- opt .set_ftol_rel (1.0e-6 )
56
+ opt .set_ftol_rel (1.0e-2 )
57
57
58
58
x0 = np .array ([5 , 11 ])
59
59
You can’t perform that action at this time.
0 commit comments