Skip to content

Commit

Permalink
NEWS, prepare for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Jul 28, 2021
1 parent 8cff605 commit b27b8cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tfautograph
Title: Autograph R for 'Tensorflow'
Version: 0.3.0.9001
Version: 0.3.1
Authors@R: person("Tomasz", "Kalinowski", email = "kalinowskit@gmail.com", role = c("aut", "cre"))
Description: Translate R control flow expressions into 'Tensorflow' graphs.
SystemRequirements: TensorFlow (https://www.tensorflow.org/)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# tfautograph (development version)

# tfautograph 0.3.1

* Fixed issue that prevented the package from being loaded by `devtools::load_all()`

# tfautograph 0.3.0

* Improved handling of `shape_invariants` supplied to `ag_while_opts`. A named list of user variable shapes can be passed directly now, without requiring users to manually specify shapes of internal loop tracking tensors.
Expand Down

0 comments on commit b27b8cf

Please sign in to comment.