Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps com.github.haifengl:smile-core from 4.4.2 to 5.1.0.

Release notes

Sourced from com.github.haifengl:smile-core's releases.

5.1.0

  1. Release Smile Studio. Smile Studio is an interactive desktop application to help you be more productive in building and serving models with SMILE. Similar to Jupyter Notebooks, Smile Studio is a REPL (Read-Evaluate-Print-Loop) containing an ordered list of input/output cells. Cd into the bin directory of pre-built package in a terminal, type ./smile to enter Smile Studio. If you work in a headless environment without graphical interface, you may run ./smile shell to enter Smile Shell for Java, which pre-imports all major SMILE packages. If you prefer Scala, type ./smile scala to enter Smile Shell for Scala.
  2. Rename package smile.base to smile.model.
  3. Add smile.model.ClassificationModel and smile.model.RegressionModel for model persistence and serving with metadata.
  4. Rename the method soft() and online() of class Classifier to isSoft() and isOnline().

5.0.2

  1. Update smile-kotlin to Kotlin 2.3.0 for Java 25 support.
  2. Remove SentencePiece class. See SentencePiece4J for a pure Java implementation.

5.0.1

  1. Support Iceberg tables
  2. Read Parquet files through Arrow
  3. Assume UTC if no timezone info in data files
  4. Add split and stratify methods to Bag class for training and testing data split
  5. Remove Hadoop dependency
  6. Pause publishing spark module as spark depends on hadoop, which runs only on java 8/11
  7. Bug fixes

5.0.0

  1. V5.x requires Java 25
  2. Fully redesign linear algebra and tensor/matrix package
  3. 20% faster on average
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.github.haifengl:smile-core](https://github.com/haifengl/smile) from 4.4.2 to 5.1.0.
- [Release notes](https://github.com/haifengl/smile/releases)
- [Commits](haifengl/smile@v4.4.2...v5.1.0)

---
updated-dependencies:
- dependency-name: com.github.haifengl:smile-core
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 26, 2026
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants