systemds icon indicating copy to clipboard operation
systemds copied to clipboard

An open source ML system for the end-to-end data science lifecycle

Results 7 systemds issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps commons-collections from 3.2.1 to 3.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-collections:commons-collections&package-manager=maven&previous-version=3.2.1&new-version=3.2.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Switch to using `SystemDSContext` as a `ContextManager` instead of purely automatic startup and manual shutdown. This makes performance impact more obvious for the user because the expensive startup of a...

WIP

A fix on the conditional that is now not applied in the outer product template, needs more work to get it right (see discussion on commit https://github.com/tugraz-isds/systemds/commit/4d085ad5c9df30c54d4de7f412f327df5cb7b84b#comments)

I looked at the bug :bug: @Shafaq-Siddiqi mentioned. I didn't find where to fix it, but I'll leave some more information for somebody to fix it: I reduced the DML...

I would prefer some other way to shutdown the server than `shutdown`. Fist of all a check is missing since we only start a subprocess if no SystemDS instance is...