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 scalafmt-core to 3.6.1 #658

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

Updates org.scalameta:scalafmt-core from 3.3.3 to 3.6.1. GitHub Release Notes - Version Diff

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 (3.3.3). You might want to review and update them manually. ``` build.sbt ```
Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

codecov[bot] commented 1 year ago

Codecov Report

Merging #658 (a582bab) into main (43bb7fd) will increase coverage by 0.23%. The diff coverage is n/a.

:exclamation: Current head a582bab differs from pull request most recent head 264eaeb. Consider uploading reports for the commit 264eaeb to get more accurate results

@@            Coverage Diff             @@
##             main     #658      +/-   ##
==========================================
+ Coverage   97.36%   97.59%   +0.23%     
==========================================
  Files          57       55       -2     
  Lines        1706     1622      -84     
  Branches      120       80      -40     
==========================================
- Hits         1661     1583      -78     
+ Misses         45       39       -6     
Impacted Files Coverage Δ
...ify/featran/transformers/NHotWeightedEncoder.scala 96.77% <0.00%> (-0.29%) :arrow_down:
...n/scala/com/spotify/featran/transformers/MDL.scala 100.00% <0.00%> (ø)
...com/spotify/featran/transformers/NHotEncoder.scala 100.00% <0.00%> (ø)
...om/spotify/featran/transformers/HeavyHitters.scala 100.00% <0.00%> (ø)
...om/spotify/featran/transformers/MaxAbsScaler.scala 100.00% <0.00%> (ø)
...om/spotify/featran/transformers/MinMaxScaler.scala 100.00% <0.00%> (ø)
...m/spotify/featran/transformers/OneHotEncoder.scala 100.00% <0.00%> (ø)
.../spotify/featran/transformers/StandardScaler.scala 100.00% <0.00%> (ø)
...spotify/featran/transformers/HashNHotEncoder.scala 100.00% <0.00%> (ø)
...spotify/featran/transformers/PositionEncoder.scala 100.00% <0.00%> (ø)
... and 8 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.