RsBundle  Check-in [8224602a4c]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update version to 0.5.4
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v0.5.4
Files: files | file ages | folders
SHA1: 8224602a4c6d72632ef7b80a0799415a1465b466
User & Date: fifr 2019-07-25 13:43:51.794
Context
2019-07-25
13:46
firstorderproblem: pass the subproblem index to `extend_subgradient` check-in: 166a377203 user: fifr tags: trunk
13:43
Update version to 0.5.4 check-in: 8224602a4c user: fifr tags: trunk, v0.5.4
13:42
Fix indexing of minorants in solver. check-in: 4728cdaec5 user: fifr tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Cargo.toml.
1
2
3
4
5
6
7
8
9
10
[package]
name = "bundle"
version = "0.5.3"
edition = "2018"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

[dependencies]
itertools = "^0.8"
libc = "^0.2.6"
log = "^0.4"


|







1
2
3
4
5
6
7
8
9
10
[package]
name = "bundle"
version = "0.5.4"
edition = "2018"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

[dependencies]
itertools = "^0.8"
libc = "^0.2.6"
log = "^0.4"