linkedin/isolation-forest

Publish for Scala 2.13

Closed this issue · 2 comments

Hi,

Thanks for this library.
Since it's compatible with Spark 3.2, and this Spark version support 2.13, it would be nice to publish the library for this Scala version.

This is done.

#37

#35

A version with Scala 2.13 and Spark 3.2 is now available in Maven Central.

<dependency>
  <groupId>com.linkedin.isolation-forest</groupId>
  <artifactId>isolation-forest_3.2.0_2.13</artifactId>
  <version>3.0.1</version>
</dependency>