nearform / node-hidden-markov-model-tf

A trainable Hidden Markov Model with Gaussian emissions using TensorFlow.js
Other
30 stars 7 forks source link

An in-range update of @tensorflow/tfjs-core is breaking the build 🚨 #5

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

The devDependency @tensorflow/tfjs-core was updated from 0.13.3 to 0.13.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@tensorflow/tfjs-core is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **ci/circleci: node-v8:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/nearform/node-hidden-markov-model-tf/15?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: node-v10:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/nearform/node-hidden-markov-model-tf/16?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Commits

The new version differs by 9 commits.

  • f59c084 v0.13.4 (#1306)
  • 32547e4 Optimize resizeBilinearBackprop on CPU (#1299)
  • 276a4b8 Fix typo in error message of slice2d (#1300)
  • 6277376 Optimize resizeBilinear on CPU (#1291)
  • e128f93 Add fft as tensor ops to the chaining API (#1294)
  • c615d26 Chores: Cleans up dead scripts; Standardizes test file names (#1290)
  • 88709cb Prevent TypeError of 'arraysEqual()' for null arguments. (#1281)
  • 0afc3ef Im2Col (#1289)
  • 68ff4f3 always return from uploadtogpu if texture is already on gpu (#1295)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 0.13.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 8 commits.

  • 925ae6d Bump version: 0.13.4 --> 0.13.5 (#1311)
  • fb39555 Make packed 2D logical coordinates independent of texture coordinates (#1302)
  • 8dd16e0 added support for GatherNd op (#1298)
  • e48803c Move FFT ops under the spectral namespace. (#1309)
  • b650bfd Fix the firebase push script to actually call getFullYear() (#1310)
  • 3192b3b Add 16bit support for packed matmul (#1308)
  • e8e11a5 Support ScatterNd op (#1296)
  • 2e98642 Add a PROD environment flag (#1301)

See the full diff