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 tensorflow-core-api to 0.4.2 #652

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

Updates org.tensorflow:tensorflow-core-api from 0.4.1 to 0.4.2.

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!

Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.tensorflow", artifactId = "tensorflow-core-api" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.tensorflow", artifactId = "tensorflow-core-api" } }] ```

labels: library-update, early-semver-minor, semver-spec-patch, commit-count:1

codecov[bot] commented 1 year ago

Codecov Report

Merging #652 (1c19f34) into main (99e3eb8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #652   +/-   ##
=======================================
  Coverage   97.59%   97.59%           
=======================================
  Files          55       55           
  Lines        1622     1622           
  Branches       80       80           
=======================================
  Hits         1583     1583           
  Misses         39       39           

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