Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
274f0c8
refactor StepGLM.dml from a script into a function and resolve a few …
Bruno-Ignaz May 24, 2026
78018f9
rename builtin StepGLM.dml to stepglm.dml
Bruno-Ignaz Jun 25, 2026
739c5d2
rename builtin stepglm.dml to stepGLM.dml
Bruno-Ignaz Jun 25, 2026
9dc956b
fix syntax errors in stepGLM
Bruno-Ignaz Jun 26, 2026
e60c2dd
fix glm_fit call syntax
Bruno-Ignaz Jun 26, 2026
9de039d
remove fit_glm
Bruno-Ignaz Jun 26, 2026
482349c
replace glm_fit with m_glm
Bruno-Ignaz Jun 26, 2026
8e24e9c
add missing glm_fit replacment
Bruno-Ignaz Jun 28, 2026
ca5429b
edit test script
Bruno-Ignaz Jun 28, 2026
3321316
add license to TestBuiltinStepGLM.dml
Bruno-Ignaz Jun 29, 2026
e13e83a
rename stepGLM to m_stepGLM; register stepGLM in Builtins.java
Bruno-Ignaz Jul 1, 2026
c341063
add BuiltinSTEPGlmTest.java
Bruno-Ignaz Jul 1, 2026
8887e5a
indent BuiltinSTEPGlmTest.java
Bruno-Ignaz Jul 1, 2026
159fa87
replace spaces with tabs in BuiltinSTEPGlmTest.java
Bruno-Ignaz Jul 2, 2026
b7e64b8
format BuiltinSTEPGlmTest.java via jdtls
Bruno-Ignaz Jul 2, 2026
59b8d88
remove print statments
Bruno-Ignaz Aug 30, 2026
bc4dfe2
remove comment
Bruno-Ignaz Aug 30, 2026
69ccca9
rm old stepGLM.dml script
Bruno-Ignaz Aug 31, 2026
8aa902b
replace misleading comments
Bruno-Ignaz Aug 31, 2026
0d9e6eb
[SYSTEMDS-2651] Extend TCP port polling to federated monitoring backend
Baunsgaard May 25, 2026
a8dabe0
[SYSTEMDS-2651] Poll for async compression in federated component tes…
Baunsgaard May 26, 2026
4fccae4
[MINOR] Upgrade Surefire to 3.5.2 and enforce fork exit timeout
Baunsgaard May 28, 2026
9876057
[MINOR] Fix incorrect formatting of various tests
mboehm7 May 26, 2026
a221629
[SYSTEMDS-3887] Add video modality to Scuro optimizer pipeline
christinadionysio Jun 2, 2026
a9fd90d
[SYSTEMDS-3947] Use optuna for Scuro hyperparameter tuning
christinadionysio Jun 2, 2026
35b17a9
[SYSTEMDS-3835] Improve window aggregation efficiency in Scuro
christinadionysio Jun 2, 2026
fd5c556
Bump codecov/codecov-action from 6.0.1 to 7.0.0 (#2477)
dependabot[bot] Jun 8, 2026
f0d59db
[CI] Configure GitHub workflows to use concurrency cancel-in-progress
apupier Jun 8, 2026
c465a3a
[MINOR] Reduce surefire per-fork test timeout from 1380s to 600s (#2485)
Baunsgaard Jun 8, 2026
5653337
[MINOR][CI] Retry Maven test-compile on transient repository download…
Baunsgaard Jun 9, 2026
3f44187
[MINOR] Fix CholeskyTest crash when residual is exactly zero (#2487)
Baunsgaard Jun 9, 2026
3a59d44
[BWARE] Add HashMapIntToInt primitive int-to-int hash map (#2478)
Baunsgaard Jun 9, 2026
efe8cbd
[BWARE] Speed up frame-to-matrix conversion and harden number parsing…
Baunsgaard Jun 9, 2026
503146d
[MINOR] Fix Flaky Tests from Blocking Thread Pools (#2489)
janniklinde Jun 15, 2026
dbe321a
[BWARE] Track more compressed-friendly ops in FederatedWorkloadAnalyz…
Baunsgaard Jun 15, 2026
d77096f
[MINOR][CI] Fix leaked threads hanging Java test forks (#2488)
Baunsgaard Jun 16, 2026
db4f60d
[BWARE] Add getCategoricalMask DML builtin (#2482)
Baunsgaard Jun 16, 2026
0680df8
[MINOR] Deduplicate not-implemented logs in ColGroupTest (#2491)
Baunsgaard Jun 17, 2026
e71501b
[MINOR] Improve efficiency of Scuro tests
christinadionysio Jun 23, 2026
aa1c718
[MINOR] Fix class-init deadlock between AOffset and its subclasses (#…
Baunsgaard Jun 23, 2026
9fba045
[BWARE] Tune compressed matmul fast paths and Spark execution decisio…
Baunsgaard Jun 23, 2026
c2ae705
[BWARE] Handle hash columns in transform decoders and tighten decode …
Baunsgaard Jun 23, 2026
b83f71a
[MINOR][CI] Raise federated request timeout for multitenant Spark tes…
Baunsgaard Jun 23, 2026
2ba9304
[MINOR] Add ToString test for decimal-formatting in toString builtin …
Baunsgaard Jun 24, 2026
e177b99
[BWARE] Add removeEmpty support to compressed column groups (#2504)
Baunsgaard Jun 24, 2026
b36b6c7
[MINOR][CI] Make federated client and monitoring threads daemon (#2508)
Baunsgaard Jun 24, 2026
51c5752
Bump actions/checkout from 6 to 7 (#2493)
dependabot[bot] Jun 24, 2026
5c72d53
Bump actions/cache from 5 to 6 (#2506)
dependabot[bot] Jun 24, 2026
8e235f4
[BWARE] Add sort support to compressed column groups (#2507)
Baunsgaard Jun 25, 2026
a8f3462
[MINOR] Bump jackson to 2.15.4 (core/databind/annotations) (#2512)
Baunsgaard Jun 25, 2026
ed849bb
Serialize federated monitoring and multitenant tests in CI (#2517)
Baunsgaard Jun 26, 2026
6d1d218
[BWARE] Tighten MatrixBlock quantile/sort API surface (#2513)
Baunsgaard Jun 26, 2026
b119435
[MINOR][CI] Run component.c tests in parallel again (#2518)
Baunsgaard Jun 26, 2026
8ab6b98
[MINOR] Reference-count shared Spark context to prevent concurrent sh…
Baunsgaard Jun 27, 2026
35af80f
[BWARE] Restructure CLALibBinaryCellOp and decompression fallbacks (#…
Baunsgaard Jun 28, 2026
eb6928e
[SYSTEMDS-3949] Add native Delta Lake matrix read/write via Delta Ker…
Baunsgaard Jun 28, 2026
5e476bb
[MINOR][TEST] Add Asserts to ScalarIOTest for Result Validation (#2522)
ywcb00 Jun 29, 2026
ef54020
[SYSTEMDS-3835] Fine grained window size parameters
christinadionysio Jul 1, 2026
aca41a4
[SYSTEMDS-3891] Add OOC reshape
jessicapriebe Jul 1, 2026
119a7e1
[OOC] Move Old Files to Legacy Package (#2530)
janniklinde Jul 3, 2026
9a4415f
[OOC] Move I/O Related Classes to cache.io Package (#2531)
janniklinde Jul 3, 2026
9b419c8
[SYSTEMDS-3949] Add native Delta Lake frame read/write via Delta Kern…
Baunsgaard Jul 3, 2026
9361cbc
[SYSTEMDS-3949] Add Demo for Databricks Workspace Execution (#2520)
Baunsgaard Jul 3, 2026
e782caa
[OOC] IO Handler Performance Improvements and Generalization (#2532)
janniklinde Jul 5, 2026
ddc761d
[CI] Add Java Format CI check for pull requests (#2527)
Baunsgaard Jul 6, 2026
c174b79
[OOC] Add OOCCache (#2533)
janniklinde Jul 6, 2026
100dd9d
[OOC] Add OOCPackedCache (#2534)
janniklinde Jul 7, 2026
3e184e9
[OOC] Adapt OOCStream to Forward QueueCallbacks (#2537)
janniklinde Jul 7, 2026
2de79f5
Bump actions/setup-python from 5 to 6 (#2536)
dependabot[bot] Jul 12, 2026
f0043b6
[SYSTEMDS-3949] Column API parquet decode for Delta frame reads (#2535)
Jakob-al28 Jul 12, 2026
84436ab
[MINOR] Prepare Release Metadata for SystemDS 3.4.0
janniklinde Jul 13, 2026
1ee76a8
[MINOR] Add Java 17 Module Access Options
janniklinde Jul 13, 2026
193c261
[maven-release-plugin] prepare release 3.4.0-rc1
Jul 13, 2026
b49ebf5
[maven-release-plugin] prepare for next development iteration
Jul 13, 2026
a4642e7
[MINOR][FIX] Add SciPy as Dependency
janniklinde Jul 13, 2026
1c23a16
[Minor] Update python api README.md
e-strauss Jul 13, 2026
6808f5c
[maven-release-plugin] prepare release 3.4.0-rc2
Jul 13, 2026
5f33cd1
[maven-release-plugin] prepare for next development iteration
Jul 13, 2026
a060404
[SYSTEMDS-3891] Add Materialized OOC Structures
janniklinde Jul 16, 2026
90d8e4e
[OOC] Add StateTable
janniklinde Jul 16, 2026
e9e7d1e
[SYSTEMDS-3891] OOC Memory Allowance/Broker Improvements
janniklinde Jul 17, 2026
24b70f7
[SYSTEMDS-3891] Remove Unused OOC Messaging Features
janniklinde Jul 17, 2026
b120efb
[SYSTEMDS-3891] Add StoreBackedStream
janniklinde Jul 18, 2026
91f16cd
[SYSTEMDS-3891] Add AllocatedOOCStream and ReservationBudget
janniklinde Jul 18, 2026
ae34b95
[SYSTEMDS-3891] Add OOCInstructionUtils
janniklinde Jul 19, 2026
1e3ae35
[SYSTEMDS-3891] Add OOC Primitives
janniklinde Jul 20, 2026
75c1e48
[SYSTEMDS-3922] Fix distributed (SPARK/FED) quantile pick instruction
MegaByteTron Jul 21, 2026
a84e865
[SYSTEMDS-3891] Add OOC Planner and First Primitive Implementations
janniklinde Jul 21, 2026
43304d6
[SYSTEMDS-3891] Wire First Reworked OOC Primitives
janniklinde Jul 21, 2026
ce49a64
[SYSTEMDS-3891] Wire JoinOOCPrimitive (#2566)
janniklinde Jul 22, 2026
0eb76ed
[SYSTEMDS-3953] Add test case for array percentiles as argument for t…
ywcb00 Jul 23, 2026
fe7f8f5
[SYSTEMDS-2525] Fix sparsity rewrites by switching the MNC estimator …
ywcb00 Jul 23, 2026
460588b
[MINOR] Fix literal parsing issue in svn promote script
j143 Jul 24, 2026
3c5414d
[MINOR] Downgrade Docker Action Majors
Jul 24, 2026
44099b3
Revert "[MINOR] Downgrade Docker Action Majors"
Jul 24, 2026
370b882
[SYSTEMDS-3894] Add OOC covariance and extend TSMM support
tuluyhansozen Jul 30, 2026
fd9c845
[SYSTEMDS-3891] OOC Bugfixes and Improved Error Propagation
janniklinde Jul 31, 2026
c833a3c
[SYSTEMDS-3891] OOC Add Materialized Planning Support
janniklinde Aug 1, 2026
e61b9d4
[SYSTEMDS-3891] Add Broadcast and Grouped Reduction Primitives
janniklinde Aug 3, 2026
b08de57
[SYSTEMDS-3891] Wire OOC Materialized Stores
janniklinde Aug 4, 2026
be8c150
[SYSTEMDS-3955] Support SSL authentication for federated network comm…
gaturchenko Aug 4, 2026
391623c
[SYSTEMDS-3891] OOC Primitive Simplification and Streamable Injection…
janniklinde Aug 4, 2026
3d419e3
Bump actions/setup-python from 6 to 7 (#2563)
dependabot[bot] Aug 6, 2026
38e34f3
Bump docker/login-action from 4 to 4.5.2 (#2571)
dependabot[bot] Aug 6, 2026
20146c1
Bump actions/setup-node from 6 to 7 (#2546)
dependabot[bot] Aug 6, 2026
08249af
[SYSTEMDS-3929] Speed up Parquet frame reader/writer (#2528)
Jakob-al28 Aug 6, 2026
4db79bd
[SYSTEMDS-3949] Extend Delta Spark round trip tests (#2580)
Jakob-al28 Aug 6, 2026
5327c3b
[SYSTEMDS-3947] Introduce robustness check in hyperparameter tuning
christinadionysio Aug 7, 2026
9e9902a
[SYSTEMDS-3958] Add XML options for sparsity rewrites.
ywcb00 Aug 7, 2026
b333755
[SYSTEMDS-3891] Wire OOC Instructions with New Primitives
janniklinde Aug 7, 2026
6077976
[SYSTEMDS-3891] OOC Non-blocking Join and Primitive Simplification
janniklinde Aug 8, 2026
e672d4f
[SYSTEMDS-3956] Add AI Policy
janniklinde Aug 11, 2026
2b6212f
[SYSTEMDS-3940] Improve Scuro Node Executor
christinadionysio Aug 14, 2026
6401a62
[SYSTEMDS-3956] Extend AI Policy for IP Provenance
janniklinde Aug 18, 2026
e2e1f5d
[SYSTEMDS-3891] Wire OOC Aggregate Unary and Bugfix Race Condition
janniklinde Aug 18, 2026
e1376a0
[SYSTEMDS-3863] Add PowerTransformer built-in functions
WenliangCao Aug 18, 2026
b810e54
[SYSTEMDS-3891] Add Generic OOC Reduce
janniklinde Aug 18, 2026
88309f0
[SYSTEMDS-3891] Add NaryJoinOOCPrimitive and Generic Join
janniklinde Aug 19, 2026
9b0584c
[SYSTEMDS-3891] Add GeneralMMultOOCPrimitive
janniklinde Aug 21, 2026
3f6326a
[SYSTEMDS-3960] Improve robustness against network delays in federate…
gaturchenko Aug 24, 2026
781840d
[SYSTEMDS-3962] Fix memory check on recent windows11 versions
mboehm7 Aug 25, 2026
c32f48a
Bump docker/login-action from 4.5.2 to 4.6.0 (#2582)
dependabot[bot] Aug 25, 2026
044f96f
[SYSTEMDS-3887] Improve Scuro DAGs
christinadionysio Aug 26, 2026
072d50a
[SYSTEMDS-3835] Add physiological representations to Scuro
christinadionysio Aug 26, 2026
b8c8aa8
[SYSTEMDS-3835] Improve efficiency of Representations in Scuro
christinadionysio Aug 31, 2026
3254d94
[SYSTEMDS-3967] Add a multimodal GA optimizer approach
christinadionysio Aug 31, 2026
b76bbd6
[SYSTEMDS-3968] Add test set evaluator - #2602
christinadionysio Sep 1, 2026
55e6bf6
dev/format-changed.sh
Bruno-Ignaz Sep 1, 2026
056c7f9
Revert "dev/format-changed.sh"
Bruno-Ignaz Sep 1, 2026
3962ff1
dev/format-changed.sh
Bruno-Ignaz Sep 1, 2026
325d24f
Revert "dev/format-changed.sh"
Bruno-Ignaz Sep 1, 2026
35cb6a7
Merge branch 'main' into main
Bruno-Ignaz Sep 1, 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
Loading