Skip to content
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
52fa102
feat: added common operations folding
shri-acha Jan 15, 2026
4efb87f
add: replaced parsed polynomial with folded polynomial
shri-acha Jan 15, 2026
628c0fa
refactor: reduced redundant code
shri-acha Jan 15, 2026
8a8cae5
Resolve requests for change
dawnandrew100 Jan 16, 2026
30da628
chore: merge fix
shri-acha Jan 16, 2026
26c5e89
feat: add passes for substitution of variables
shri-acha Jan 16, 2026
da0286b
chore: clippy fixes
shri-acha Jan 16, 2026
ad89c5c
chore: clippy fixes
shri-acha Jan 16, 2026
7d88344
refactor: Changed implementation for the evaluation function
shri-acha Jan 18, 2026
be760d9
chore: merge fix
shri-acha Jan 18, 2026
2ffc4b6
Merge branch 'main' into polynomial_traits
shri-acha Jan 18, 2026
141c784
feat: support for uni and multivariate evaluation
shri-acha Jan 22, 2026
0d56b05
add: additional test for missing variable mapping in case of multivar…
shri-acha Jan 22, 2026
890a7e0
Merge branch 'main' into polynomial_traits
dawnandrew100 Feb 3, 2026
0ca191d
chore: rename function and removed dependencies
shri-acha Feb 5, 2026
bc10e6c
Merge branch 'polynomial_traits' of github.com:shri-acha/spindalis in…
shri-acha Feb 5, 2026
11ee031
Merge branch 'main' into polynomial_traits
dawnandrew100 Mar 12, 2026
0955182
Add explicit match arms for advanced eval_univariate
dawnandrew100 Mar 13, 2026
a12f0f2
Merge branch 'polynomial_traits' of https://github.com/shri-acha/spin…
dawnandrew100 Mar 13, 2026
3c06902
Merge branch 'lignum-vitae:main' into main
shri-acha Mar 16, 2026
2fe6299
Merge branch 'main' of github.com:shri-acha/spindalis into polynomial…
shri-acha Apr 22, 2026
ef5ae3c
fix: added fix for unecessary clones
shri-acha Apr 28, 2026
89ed944
chore: lint
shri-acha Apr 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
301 changes: 301 additions & 0 deletions spindalis_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions spindalis_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ edition = "2024"
description = "Core polynomial logic for Spindalis package"
repository = "https://github.com/lignum-vitae/spindalis"
license = "MIT"

[dependencies]
statrs = "0.18.0"
Comment thread
dawnandrew100 marked this conversation as resolved.
Outdated
Loading