changelog
- Mon, 28 Apr 2025 21:32:37 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Mon, 28 Apr 2025 21:32:37 -0500] rev 102
- LipschitzDifferentiableImpl
- Mon, 28 Apr 2025 16:52:15 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Mon, 28 Apr 2025 16:52:15 -0500] rev 101
- Add some missing #derives
- Mon, 28 Apr 2025 09:08:45 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Mon, 28 Apr 2025 09:08:45 -0500] rev 100
- Remove Send + Sync + 'static requirement on NormExponent. Allow Zed to reindent norms.rs.
- Mon, 28 Apr 2025 08:26:04 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Mon, 28 Apr 2025 08:26:04 -0500] rev 99
- Quadratic Mappings; Lipschitz trait (moved from pointsource_algs).
- Sun, 27 Apr 2025 20:41:36 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 20:41:36 -0500] rev 98
- merge stable/nightly fixes from default
- Sun, 27 Apr 2025 15:56:43 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 15:56:43 -0500] rev 97
- MinMaxMapping trait to allow alternatives to BTFN with relevant properties.
- Sun, 27 Apr 2025 15:45:40 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 15:45:40 -0500] rev 96
- Allow Zed to reindent btfn.rs, support.rs, aggregator.rs, and bt.rs.
- Sun, 27 Apr 2025 14:48:13 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 14:48:13 -0500] rev 95
- Start work on 0.4.0(-dev).
- Sun, 27 Apr 2025 20:29:43 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Sun, 27 Apr 2025 20:29:43 -0500] rev 94
- Fix build with stable rust.
For optimisations, build.rs now automatically sets a nightly cfg flag,
so problems with the nightly feature are avoided. It is still used for
required for additional nightly-only features.
- Tue, 08 Apr 2025 13:30:12 -0500
- by Tuomo Valkonen <tuomov@iki.fi> [Tue, 08 Apr 2025 13:30:12 -0500] rev 93
- Let Zed auto-indent modified files