Skip to content

Tags: uxlfoundation/oneDAL

Tags

2025.10.0

Toggle 2025.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2025.10 deprecations (#3407)

This PR adds information about the APIs that are planned to be removed in oneDAL 2026.0.
All those APIs are now marked as deprecated in the headers and in the docs.

The description of the deprecations added into the documentation:
docs/source/deprecation.rst‎

Also:

-Wno-deprecated-declarations flag was added into Bazel config, and
/wd4996 flag was added to DAAL examples CMake on Windows
in order to suppress the deprecation warnings.

See the respective RFCS for the details:
https://github.com/uxlfoundation/oneDAL/tree/rfcs/rfcs/20251015-DAAL-algorithms-deprecation
https://github.com/uxlfoundation/oneDAL/tree/rfcs/rfcs/20251016-DAAL-data-sources-deprecation
https://github.com/uxlfoundation/oneDAL/tree/rfcs/rfcs/20251023-DAAL-matrices-deprecation
https://github.com/uxlfoundation/oneDAL/tree/rfcs/rfcs/20251022-DAAL-interfaces-deprecation

2025.9.0

Toggle 2025.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support spmd knn search (#3262)

* Support spmd knn search

* clang

* further restriction of responses logic based on result_options

* clang

* fix event addition

* add queue waits for experimentation

* trying without split_table

* take 2

* revert debugging

* address comment

* restore last

* debugaboo

* further debugging

* MORE DEBUG

* further debugging

* more

* shared instead of device

* revert last and try wait and throw on copy

* trying wait_or_pass

* push back events

* hotfix: working but suboptimal wait_and_throw in loop

* remove debug

* minor formatting revisions

2025.8.0

Toggle 2025.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MAINT: Fix typo in variable used for KMeans (#3319)

* fix typo

* another typo

2025.7.0

Toggle 2025.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add correlation distance algorithm (#3131)

* Adds correlation distance algorithm, examples, docs, and unit tests

Signed-off-by: North Iii <[email protected]>
Co-authored-by: Victoriya Fedotova <[email protected]>

2025.6.0

Toggle 2025.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: nightly win issue with profiler(main) (#3222) (#3243)

Co-authored-by: Aleksandr Solovev <[email protected]>

2025.5.0

Toggle 2025.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove dead code (#3174)

2025.4.0

Toggle 2025.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(dev): multiple versions of OpenCL lib for bazel (#3097)

2025.2.0

Toggle 2025.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dependency editorconfig-checker/editorconfig-chec…

…ker to v3.2.0 (#3051)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

2025.1.0

Toggle 2025.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Set the correct CPATH for oneAPI toolkit (#2979)

2025.0.0

Toggle 2025.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: oneMKL migration (#2865) (#2919)