Skip to content

Commit

Permalink
Fixes #448
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Feb 15, 2025
1 parent d0fc232 commit 7841888
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 666 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
# 7.043
* Legacy smile -- 2.6.0 -- support was removed. Support for later smile versions has moved to the scicloj system and operations like PCA are best implemented at this time using neanderthal.

This comment has been minimized.

Copy link
@behrica

behrica Feb 16, 2025

Contributor

Correctly I would say:

Smile support (up to 2.6) is now part of
https://github.com/scicloj/scicloj.ml.smile


# 7.042
* Upgrade hamf to get new api methods - lines and re-matches.

Expand Down
11 changes: 0 additions & 11 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
tech.v3.dataset.set
tech.v3.dataset.print
tech.v3.dataset.zip
tech.v3.libs.smile.data
tech.v3.libs.poi
tech.v3.libs.parquet
tech.v3.libs.fastexcel
Expand All @@ -75,11 +74,6 @@
com.univocity/univocity-parsers {:mvn/version "2.9.0"}
org.dhatim/fastexcel-reader {:mvn/version "0.16.4"
:exclusions [org.apache.poi/poi-ooxml]}
com.github.haifengl/smile-core {:mvn/version "2.6.0"
:exclusions [org.slf4j/slf4j-api]}
com.github.haifengl/smile-io {:mvn/version "2.6.0"
:exclusions [com.github.haifengl/smile-core
org.slf4j/slf4j-api]}
org.apache.arrow/arrow-vector {:mvn/version "6.0.0"
:exclusions [commons-codec/commons-codec
com.fasterxml.jackson.core/jackson-core
Expand Down Expand Up @@ -115,11 +109,6 @@
com.univocity/univocity-parsers {:mvn/version "2.9.0"}
org.dhatim/fastexcel-reader {:mvn/version "0.16.4"
:exclusions [org.apache.poi/poi-ooxml]}
com.github.haifengl/smile-core {:mvn/version "2.6.0"
:exclusions [org.slf4j/slf4j-api]}
com.github.haifengl/smile-io {:mvn/version "2.6.0"
:exclusions [com.github.haifengl/smile-core
org.slf4j/slf4j-api]}
org.apache.arrow/arrow-vector {:mvn/version "6.0.0"
:exclusions [commons-codec/commons-codec
com.fasterxml.jackson.core/jackson-core
Expand Down
11 changes: 0 additions & 11 deletions java/smile/data/DataFrameFactory.java

This file was deleted.

44 changes: 0 additions & 44 deletions java/smile/data/vector/VectorFactory.java

This file was deleted.

256 changes: 0 additions & 256 deletions src/tech/v3/libs/smile/data.clj

This file was deleted.

Loading

0 comments on commit 7841888

Please sign in to comment.