Skip to content

Dragonfire 1.0.4: Upgrade TensorFlow to 1.14.0

Compare
Choose a tag to compare
@mertyildiran mertyildiran released this 28 Nov 22:53
· 94 commits to master since this release

In this release we have finally upgraded the TensorFlow version to 1.14.0 with the purpose of addressing the issue reports that tell us, it's impossible to install Dragonfire on relatively newer systems. We have also polished our CI pipelines to have more strict delivery cycles.

Changelog:

  • Upgraded TensorFlow version from 1.0.0 to 1.14.0
  • Upgraded spaCy version from 2.0.13 to 2.1.3
  • Upgraded NeuralCoref version to 4.0
  • Updated the DeepConversation Tensorflow model and published (v3)
  • Refactored some of the NLP methods
  • Updated the Docker image
  • Added a Makefile to simplify installation commands
  • Fixed some of the tests
  • Fixed the CI pipelines
  • Implemented code coverage by integrating CI to Codecov
  • Integrated Code Climate to have automated code reviews and metrics
  • Fixed Read the Docs documentation build pipeline