spotify / featran

A Scala feature transformation library for data science and machine learning
https://spotify.github.io/featran
Apache License 2.0
466 stars 68 forks source link

Update breeze to 2.1.0 #639

Closed scala-steward closed 1 year ago

scala-steward commented 2 years ago

Updates org.scalanlp:breeze from 1.3 to 2.1.0.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number The following files still refer to the old version number (1.3). You might want to review and update them manually. ``` build.sbt core/src/test/resources/cars.data ```
Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalanlp", artifactId = "breeze" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.scalanlp", artifactId = "breeze" } }] ```

labels: library-update, old-version-remains, commit-count:1