Skip to content

Bump com.github.haifengl:smile-base from 4.4.0 to 5.2.1#274

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.github.haifengl-smile-base-5.2.1
Open

Bump com.github.haifengl:smile-base from 4.4.0 to 5.2.1#274
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.github.haifengl-smile-base-5.2.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps com.github.haifengl:smile-base from 4.4.0 to 5.2.1.

Release notes

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

5.2.1

Safeguard finding Cauchy point in BFGS algorithms.

5.2.0

Migrate SMILE Serve (ML and LLM inference server) from Akka to Quarkus.

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

4.4.2

Bug fixes

4.4.1

Bug fixes

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 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-base](https://github.com/haifengl/smile) from 4.4.0 to 5.2.1.
- [Release notes](https://github.com/haifengl/smile/releases)
- [Commits](haifengl/smile@v4.4.0...v5.2.1)

---
updated-dependencies:
- dependency-name: com.github.haifengl:smile-base
  dependency-version: 5.2.1
  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 Mar 9, 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