RsBundle  Changes On Branch release

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

Changes In Branch release Excluding Merge-Ins

This is equivalent to a diff from addf0513e0 to c028b76612

2024-07-19
19:26
Merge release check-in: ea12b221ec user: fifr tags: trunk
19:26
Merge trunk Leaf check-in: c028b76612 user: fifr tags: release, v0.7.1
2024-07-16
13:30
mcf: fix handling empty primals. check-in: addf0513e0 user: fifr tags: trunk
09:33
Remove `c_str_macro` and use raw C-string literals instead. check-in: 6c20ae1028 user: fifr tags: trunk
2023-08-29
10:18
Update version to 0.7.0 check-in: 6d5e7a2926 user: fifr tags: release, v0.7.0

Changes to Cargo.toml.
1
2
3
4
5
6
7
8
9
10
[package]
name = "bundle"
version = "0.8.0-dev"
edition = "2021"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]
build = "build.rs"

[features]
default = ["distributed", "mcf"]
blas = ["rs-blas", "openblas-src"]


|







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

[features]
default = ["distributed", "mcf"]
blas = ["rs-blas", "openblas-src"]