Skip to content

[sql] remove deprecated options and code #18634

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 5 commits into from
May 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion README/ReleaseNotes/v638/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* The `RooDataSet` constructors to construct a dataset from a part of an existing dataset were deprecated in ROOT 6.36 and are now removed. This is to avoid interface duplication. Please use `RooAbsData::reduce()` instead, or if you need to change the weight column, use the universal constructor with the `Import()`, `Cut()`, and `WeightVar()` arguments.
* The `RooStats::HLFactory` class that was deprecated in ROOT 6.36 is now removed. It provided little advantage over using the RooWorkspace directly or any of the other higher-level frameworks that exist in the RooFit ecosystem.
* The build options `mysql`, `odbc` and `pgsql`, that were deprecated in ROOT 6.36, are now removed.

## RooFit

Expand All @@ -14,4 +15,4 @@ If you know what you are doing and want to restore the old clipping behavior, yo

## Versions of built-in packages

* The version of openssl has been updated to 3.5.0
* The version of openssl has been updated to 3.5.0
74 changes: 0 additions & 74 deletions cmake/modules/FindMySQL.cmake

This file was deleted.

227 changes: 0 additions & 227 deletions cmake/modules/FindODBC.cmake

This file was deleted.

Loading
Loading