Skip to content

Bump smile-core.version from 4.4.0 to 5.2.3#279

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/smile-core.version-5.2.3
Open

Bump smile-core.version from 4.4.0 to 5.2.3#279
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/smile-core.version-5.2.3

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps smile-core.version from 4.4.0 to 5.2.3.
Updates com.github.haifengl:smile-core from 4.4.0 to 5.2.3

Release notes

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

5.2.3

✨ New Features

  • Multi-notebook workspace.
  • File Explorer for easy file navigation.
  • File watch service for real-time file monitoring.
  • Support Jupyter notebooks (ipynb).
  • Add Python, Scala, and Kotlin kernels.
  • Lazy kernel initialization for improved performance.
  • Add raw and markdown cells.

🔧 Improvements

  • Updated notebook handling and UI enhancements.
  • Improved cell output throttling and highlighting.
  • Enhanced markdown rendering and link navigation.
  • Refactored studio packages for better modularity.
  • Additional unit tests for enhanced reliability.

5.2.2

Various improvements of notebook usability:

  • Enhance Tab behavior in code cells
  • Code cell auto-sizing based on content
  • Notebook-level scrolling
  • Support cell collapse

Thanks @​TsybulkaM for great contributions!

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

... (truncated)

Commits

Updates com.github.haifengl:smile-plot from 4.4.0 to 5.2.3

Release notes

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

5.2.3

✨ New Features

  • Multi-notebook workspace.
  • File Explorer for easy file navigation.
  • File watch service for real-time file monitoring.
  • Support Jupyter notebooks (ipynb).
  • Add Python, Scala, and Kotlin kernels.
  • Lazy kernel initialization for improved performance.
  • Add raw and markdown cells.

🔧 Improvements

  • Updated notebook handling and UI enhancements.
  • Improved cell output throttling and highlighting.
  • Enhanced markdown rendering and link navigation.
  • Refactored studio packages for better modularity.
  • Additional unit tests for enhanced reliability.

5.2.2

Various improvements of notebook usability:

  • Enhance Tab behavior in code cells
  • Code cell auto-sizing based on content
  • Notebook-level scrolling
  • Support cell collapse

Thanks @​TsybulkaM for great contributions!

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

... (truncated)

Commits

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 `smile-core.version` from 4.4.0 to 5.2.3.

Updates `com.github.haifengl:smile-core` from 4.4.0 to 5.2.3
- [Release notes](https://github.com/haifengl/smile/releases)
- [Commits](haifengl/smile@v4.4.0...v5.2.3)

Updates `com.github.haifengl:smile-plot` from 4.4.0 to 5.2.3
- [Release notes](https://github.com/haifengl/smile/releases)
- [Commits](haifengl/smile@v4.4.0...v5.2.3)

---
updated-dependencies:
- dependency-name: com.github.haifengl:smile-core
  dependency-version: 5.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.github.haifengl:smile-plot
  dependency-version: 5.2.3
  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 30, 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