Skip to content

Commit 7841888

Browse files
committed
Fixes #448
1 parent d0fc232 commit 7841888

File tree

8 files changed

+4
-666
lines changed

8 files changed

+4
-666
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
# 7.043
3+
* 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.
4+
25
# 7.042
36
* Upgrade hamf to get new api methods - lines and re-matches.
47

deps.edn

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
tech.v3.dataset.set
5252
tech.v3.dataset.print
5353
tech.v3.dataset.zip
54-
tech.v3.libs.smile.data
5554
tech.v3.libs.poi
5655
tech.v3.libs.parquet
5756
tech.v3.libs.fastexcel
@@ -75,11 +74,6 @@
7574
com.univocity/univocity-parsers {:mvn/version "2.9.0"}
7675
org.dhatim/fastexcel-reader {:mvn/version "0.16.4"
7776
:exclusions [org.apache.poi/poi-ooxml]}
78-
com.github.haifengl/smile-core {:mvn/version "2.6.0"
79-
:exclusions [org.slf4j/slf4j-api]}
80-
com.github.haifengl/smile-io {:mvn/version "2.6.0"
81-
:exclusions [com.github.haifengl/smile-core
82-
org.slf4j/slf4j-api]}
8377
org.apache.arrow/arrow-vector {:mvn/version "6.0.0"
8478
:exclusions [commons-codec/commons-codec
8579
com.fasterxml.jackson.core/jackson-core
@@ -115,11 +109,6 @@
115109
com.univocity/univocity-parsers {:mvn/version "2.9.0"}
116110
org.dhatim/fastexcel-reader {:mvn/version "0.16.4"
117111
:exclusions [org.apache.poi/poi-ooxml]}
118-
com.github.haifengl/smile-core {:mvn/version "2.6.0"
119-
:exclusions [org.slf4j/slf4j-api]}
120-
com.github.haifengl/smile-io {:mvn/version "2.6.0"
121-
:exclusions [com.github.haifengl/smile-core
122-
org.slf4j/slf4j-api]}
123112
org.apache.arrow/arrow-vector {:mvn/version "6.0.0"
124113
:exclusions [commons-codec/commons-codec
125114
com.fasterxml.jackson.core/jackson-core

java/smile/data/DataFrameFactory.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

java/smile/data/vector/VectorFactory.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/tech/v3/libs/smile/data.clj

Lines changed: 0 additions & 256 deletions
This file was deleted.

0 commit comments

Comments
 (0)