RsBundle  Check-in [cdf3cd36ad]

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

Overview
Comment:Update to 0.2.0. Change of `FirstOrderProblem::aggregate_primals` signature.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v0.2.0
Files: files | file ages | folders
SHA1: cdf3cd36ad745868228957760b71ed992567d63b
User & Date: fifr 2016-10-13 18:37:38.523
Context
2016-10-14
18:40
Add ignore patterns. check-in: bd1c515e0b user: fifr tags: trunk
2016-10-13
18:37
Update to 0.2.0. check-in: cdf3cd36ad user: fifr tags: trunk, v0.2.0
17:47
Change parameters of `FirstOrderProblem::aggregate_primals`. check-in: 5221a3331a 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.1.0"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

build = "build.rs"

[dependencies]
libc = "^0.2.6"
quick-error = "^1.1.0"


|







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

build = "build.rs"

[dependencies]
libc = "^0.2.6"
quick-error = "^1.1.0"