RsBundle  Check-in [b839aed06b]

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

Overview
Comment:Update version to 0.6.0
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | v0.6.0 | release
Files: files | file ages | folders
SHA1: b839aed06b092d0b370bb55cf05e814879e4f9d0
User & Date: fifr 2019-07-25 13:46:42.787
Context
2019-07-29
14:34
vector: fix bug in `DVector::add_scaled_begin` if `self` is shorter. check-in: 343b90c2ba user: fifr tags: release
2019-07-25
13:53
Merge trunk check-in: f0a36f7482 user: fifr tags: async
13:46
Update version to 0.6.0 check-in: b839aed06b user: fifr tags: release, v0.6.0
13:46
firstorderproblem: pass the subproblem index to `extend_subgradient` check-in: 166a377203 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.4"
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.6.0"
edition = "2018"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

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