Skip to content

Commit

Permalink
Release 0.5.1 (#531)
Browse files Browse the repository at this point in the history
* Add docstring correlation cost (#514)

* Add Docstring CorrelationCost
* Add CorrelationCost Documentation
* Small reformat

* BLD: built on 2.0.0-rc1

* DOC: doc for 0.5.1

* Fix optical_flow test case (#527)

* typo fix (#523)

* CLN: fix file permission 755 in #527

* CLN: use public api, tf.keras
  • Loading branch information
facaiy authored and seanpmorgan committed Sep 20, 2019
1 parent cffee80 commit e2ddb4b
Show file tree
Hide file tree
Showing 13 changed files with 468 additions and 526 deletions.
2 changes: 1 addition & 1 deletion build_deps/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# TensorFlow greater than this date is manylinux2010 compliant
tensorflow==2.0.0-rc0
tensorflow==2.0.0-rc1
2 changes: 1 addition & 1 deletion build_deps/requirements_gpu.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# TensorFlow greater than this date is manylinux2010 compliant
tensorflow-gpu==2.0.0-rc0
tensorflow-gpu==2.0.0-rc1
Loading

0 comments on commit e2ddb4b

Please sign in to comment.