2 weeks ago Tuomo Valkonen Let Zed auto-indent modified files default tip changeset | files
2 weeks ago Tuomo Valkonen maybe_uninit_uninit_array deprecation fix. changeset | files
2 months ago Tuomo Valkonen slice_assume_init_mut deprecation workaround changeset | files
2 months ago Tuomo Valkonen merge dev to default changeset | files
3 months ago Tuomo Valkonen bump version dev changeset | files
3 months ago Tuomo Valkonen doc updates dev changeset | files
3 months ago Tuomo Valkonen LogarithmicCap verbosity option dev changeset | files
3 months ago Tuomo Valkonen More Serialize / Deserialize / Debug derives draft dev changeset | files
3 months ago Tuomo Valkonen simplify draft dev changeset | files
3 months ago Tuomo Valkonen Simplify IdOp GEMV draft dev changeset | files
3 months ago Tuomo Valkonen Incomplete sketch of GEMV apply_add_mul draft dev changeset | files
3 months ago Tuomo Valkonen Add add_mul to AXPY draft dev changeset | files
3 months ago Tuomo Valkonen Try to have Field as member type in Mappings etc. draft dev changeset | files
4 months ago Tuomo Valkonen Basic arithmetric opt-in hack attempt: not allowed by Rust. draft dev changeset | files
4 months ago Tuomo Valkonen AXPY as LinSpace attempts, difficulties with Pairs and nalgebra draft dev changeset | files
4 months ago Tuomo Valkonen Try to use HasDual with adjoints. Problem with nalgebra Instances. draft dev changeset | files
21 months ago Tuomo Valkonen linearisation_error draft dev changeset | files
3 months ago Tuomo Valkonen Use anyhow::Error in DynError dev changeset | files
3 months ago Tuomo Valkonen Fix out-of-date references in doc comments dev changeset | files
3 months ago Tuomo Valkonen Fix RowOp apply_mut. dev changeset | files
3 months ago Tuomo Valkonen remove unneeded trait bound dev changeset | files
4 months ago Tuomo Valkonen NormConstraint with radius dev changeset | files
4 months ago Tuomo Valkonen Need to construct weighted norms using macros due to compiler (overflow) bugs dev changeset | files
4 months ago Tuomo Valkonen Weighted norms dev changeset | files
3 months ago Tuomo Valkonen Move Sum to operator_arithmetic as MappingSum dev changeset | files
3 months ago Tuomo Valkonen Split out and generalise Weighted dev changeset | files
3 months ago Tuomo Valkonen Discrete gradients dev changeset | files
4 months ago Tuomo Valkonen ZeroOp dev changeset | files
4 months ago Tuomo Valkonen Reduce preadjointing constraints dev changeset | files
4 months ago Tuomo Valkonen More Instance parametrisation dev changeset | files
4 months ago Tuomo Valkonen Extra reflexivity and hilbert-like requirements for Euclidean. Fuse Dot into Euclidean. dev changeset | files
4 months ago Tuomo Valkonen Move origin stuff to AXPY form Euclidean dev changeset | files
3 months ago Tuomo Valkonen Compositions dev changeset | files
3 months ago Tuomo Valkonen More convexity, normed spaces, etc. dev changeset | files
3 months ago Tuomo Valkonen Significantly simplify Mapping / Apply through Instance dev changeset | files
4 months ago Tuomo Valkonen Convex analysis basics dev changeset | files
4 months ago Tuomo Valkonen Add direct products (Pair, RowOp, ColOp, DiagOp) dev changeset | files
4 months ago Tuomo Valkonen Update dependencies. Nalgebra update required code changes. dev changeset | files
4 months ago Tuomo Valkonen Add "nightly" feature and provide alternative low-performance implementations of several things when not available. dev changeset | files
4 months ago Tuomo Valkonen Remove unused #![feature]s dev changeset | files
4 months ago Tuomo Valkonen typofix dev changeset | files
4 months ago Tuomo Valkonen Reflect and rotate of Loc dev changeset | files
5 months ago Tuomo Valkonen Add iteration to Timed log dev changeset | files
5 months ago Tuomo Valkonen Add map to Logger dev changeset | files
5 months ago Tuomo Valkonen Ref is not needed. dev changeset | files
5 months ago Tuomo Valkonen Some Differential GATs dev changeset | files
5 months ago Tuomo Valkonen Some Differentiable simplifications and clarifications dev changeset | files
5 months ago Tuomo Valkonen Add iter_init dev changeset | files
5 months ago Tuomo Valkonen Updates for current nightly rust dev changeset | files
18 months ago Tuomo Valkonen diff_ref dev changeset | files
6 months ago Tuomo Valkonen Implement Display for Loc dev changeset | files
6 months ago Tuomo Valkonen Sum Apply implementation improvements dev changeset | files
6 months ago Tuomo Valkonen Simplify iterate facility for-loop mechanism dev changeset | files
6 months ago Tuomo Valkonen New iteration interface, allowing for loops. dev changeset | files
6 months ago Tuomo Valkonen Add Sum::iter dev changeset | files
14 months ago Tuomo Valkonen merge default dev changeset | files
18 months ago Tuomo Valkonen merge from default dev changeset | files
18 months ago Tuomo Valkonen Add DifferentiableRealMapping shorthand dev changeset | files
18 months ago Tuomo Valkonen Add Mapping codomain slicing and RealVectorField dev changeset | files
18 months ago Tuomo Valkonen Add Differential struct and DifferentiableMapping.diff dev changeset | files
21 months ago Tuomo Valkonen typofix dev changeset | files
21 months ago Tuomo Valkonen NAN constant dev changeset | files
21 months ago Tuomo Valkonen Add is_quiet to AlgIteratorState as well. dev changeset | files
24 months ago Tuomo Valkonen Implement Differentiable for Weighted and Shift dev changeset | files
24 months ago Tuomo Valkonen Rename Differentiate → Differentiable dev changeset | files
24 months ago Tuomo Valkonen Implement std::iter::Sum for Loc<F, N> dev changeset | files
24 months ago Tuomo Valkonen Implement Differentiate for BTFN dev changeset | files
24 months ago Tuomo Valkonen version = 0.2.0-dev dev changeset | files
14 months ago Tuomo Valkonen Logarithmic logging base correction changeset | files
18 months ago Tuomo Valkonen std::mem::forget on a value that implements Copy does nothing. changeset | files
18 months ago Tuomo Valkonen feature(binary_heap_retain) is stable now changeset | files
18 months ago Tuomo Valkonen Update Cargo.lock to stop build failures with current nightly rust. changeset | files
2022-12-10 Tuomo Valkonen Add rust-version specification to Cargo.toml changeset | files
2022-12-07 Tuomo Valkonen Some README fine-tuning changeset | files
2022-12-07 Tuomo Valkonen Added tag v0.1.0 for changeset 51bfde513cfa changeset | files
2022-12-07 Tuomo Valkonen README beautification v0.1.0 changeset | files
2022-12-06 Tuomo Valkonen README improvements changeset | files
2022-12-06 Tuomo Valkonen Fix broken links in doc comments after Mapping -> Apply change. changeset | files
2022-12-06 Tuomo Valkonen cargo-d alias generation with a cargo-d script changeset | files
2022-11-19 Tuomo Valkonen Better Linear and Mapping structure that can provide consuming and reference `apply`. changeset | files
2022-11-18 Tuomo Valkonen Add some keywords and categories changeset | files
2022-11-01 Tuomo Valkonen work-units-sketching draft changeset | files
2022-11-18 Tuomo Valkonen Add package metadata changeset | files
2022-11-18 Tuomo Valkonen Improvements and minor fixes to bisection tree refinement. changeset | files
2022-11-01 Tuomo Valkonen Multithreaded bisection tree operations changeset | files
2022-10-26 Tuomo Valkonen Added tag unthreaded for changeset d80b87b8acd0 changeset | files
2022-10-25 Tuomo Valkonen Added NormExponent trait for exponents of norms unthreaded changeset | files
2022-10-22 Tuomo Valkonen Improve documentation changeset | files
2022-10-24 Tuomo Valkonen Added type for numerical errors changeset | files
2022-10-24 Tuomo Valkonen Allow step closure of AlgIterators to indicate succesfull termination or failure. changeset | files
2022-10-22 Tuomo Valkonen Convert iteration utilities to GATs changeset | files
2022-10-22 Tuomo Valkonen Fix some unit tests after fundamental changes that made them invalid changeset | files
2022-10-22 Tuomo Valkonen Initialise new clean repository changeset | files
(0) tip

mercurial