Skip to content

build(deps): update MLJ requirement from 0.20 to 0.20, 0.22 in the all-julia-packages group across 1 directory#687

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-14f29d4d6d
Open

build(deps): update MLJ requirement from 0.20 to 0.20, 0.22 in the all-julia-packages group across 1 directory#687
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-14f29d4d6d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Updates the requirements on MLJ to permit the latest version.
Updates MLJ to 0.22.0

Release notes

Sourced from MLJ's releases.

v0.22.0

MLJ v0.22.0

Diff since v0.21.0

  • (mildly breaking) The behaviour of levels and unique on CategoricalArrays has changed. (Such arrays are created in MLJ, for example, by coerce(array, Multiclass) or coerce(array, OrderedFactor). ) The levels and unique methods now return a CategoricalVector whereas previously they returned a vector of "raw" values. So, running levels(array) previously is equivalent to now running CategoricalArrays.unwrap.(levels(array)). The new behaviour is the result of breaking changes in CategoricalArrays.jl, on which MLJ.jl depends (#1172)

Merged pull requests:

Closed issues:

  • Reinstate CatBoost integraton test (#1092)
  • Re-instate integration tests for scikit-learn models (#1119)
  • Reinistate integration tests for SymbolicRegression? (#1152)
  • Reinstate Outlier detection model s (#1153)
  • Error when loading ContinuousEncoder (#1181)
Commits
  • d94a3cd Merge pull request #1186 from JuliaAI/dev
  • cc61b31 re-export DeterministicConstantRegressor/Classifier
  • 290319f remove redundant exports (these now reexported from MLJTransforms)
  • c73ef9f Merge pull request #1175 from JuliaAI/dependabot/github_actions/actions/check...
  • 2542fb6 Merge pull request #1185 from JuliaAI/assorted-compat-updates
  • 29d7fab pare down integration tests to a core set of well-maintained packages
  • d60df51 bump CategoricalArrays = "1", StatisticalMeasures = "0.3", v=0.22.0
  • d6defb0 Merge pull request #1184 from JuliaAI/dev
  • ec2a62b whitespace
  • 2611367 rm more BetaML models from integrations tests
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added Dependencies 🍱 Pull requests that update a dependency file julia labels Feb 19, 2026
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-14f29d4d6d branch 3 times, most recently from b9c60ef to eaf3f41 Compare February 27, 2026 01:01
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-14f29d4d6d branch from eaf3f41 to 0e82f56 Compare March 2, 2026 04:17
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-14f29d4d6d branch 2 times, most recently from 2bb56b1 to f0cfb1b Compare March 9, 2026 23:50
@trontrytel trontrytel added ✖️ On_hold Not being worked on right now and removed julia labels Mar 13, 2026
@trontrytel
Copy link
Copy Markdown
Member

Will update after we make decisions about our ML and calibration examples

@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-14f29d4d6d branch 3 times, most recently from f3f63e0 to ec464a6 Compare March 25, 2026 14:29
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-14f29d4d6d branch from ec464a6 to 2207ff7 Compare April 1, 2026 18:41
Updates the requirements on [MLJ](https://github.com/JuliaAI/MLJ.jl) to permit the latest version.

Updates `MLJ` to 0.22.0
- [Release notes](https://github.com/JuliaAI/MLJ.jl/releases)
- [Commits](JuliaAI/MLJ.jl@v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: MLJ
  dependency-version: 0.22.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/julia/all-julia-packages-14f29d4d6d branch from 2207ff7 to d6bd312 Compare April 15, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies 🍱 Pull requests that update a dependency file ✖️ On_hold Not being worked on right now

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant