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 🚨 #6

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency @tensorflow/tfjs-core was updated from 0.13.8 to 0.13.9.

🚨 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-v10:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/nearform/node-hidden-markov-model-tf/33?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: node-v8:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/nearform/node-hidden-markov-model-tf/34?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Commits

The new version differs by 16 commits.

  • acaf3e2 upgrade the version to 0.13.9 (#1373)
  • 353ac6f allow user to specify the path prefix for weight files (#1369)
  • e07b049 Add tf prefix to symbols in tf core docs. (#1370)
  • 5744944 Fix pool() when dilation > 1 (#1367)
  • fb86033 Add tf.rfft. (#1351)
  • 6dead84 confusionMatrix: Address args and return types inconsistency with Python tf (#1359)
  • a83a0e7 Fix sparseToDense unit tests by ensuring default value dtype matches sparseValues. (#1361)
  • e12e8b0 Change KernelBackend from an interface to a class (#1355)
  • 5525357 Update .travis.yml to send notifications on build failure. (#1360)
  • 8dde094 Update pool docs. (#1357)
  • 7aa138c Convert ComplexAbs to a kernel. (#1353)
  • 2a4cf6d Speedup yarn publish-local by not producing browser bundles (#1354)
  • 3788cff Centralize canvas and WebGL context creation to avoid 'WEBGL_CONTEXT_LOST' (#1350)
  • 3177ead Move auto-incremented tensor and variable ids to Engine (#1349)
  • 1ba3f31 Stop polling for the query timer extension when the GPGPU context is disposed (#1352)

There are 16 commits in total.

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 5 years ago

After pinning to 0.13.8 your tests are passing again. Downgrade this dependency πŸ“Œ.

mcollina commented 5 years ago

flaky CI