Skip to content

Conversation

nbigaouette-eai
Copy link
Contributor

Bump the tensorflow-sys wrapper to 1.1.0.

The script generate_bindgen_rs.sh was used (which simply executes bindgen --blacklist-type max_align_t target/libtensorflow-cpu-linux-x86_64-1.1.0/include/tensorflow/c/c_api.h --output src/bindgen.rs).

Note that I also bumped the -sys crate version to 0.8.0 and the main one to 0.3.2. Hopefully this is the proper way?

Cargo.toml Outdated
@@ -1,6 +1,6 @@
[package]
name = "tensorflow"
version = "0.3.1"
version = "0.3.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We normally wouldn't necessarily release a new version of the crate immediately after pulling in a new version of TensorFlow, but I think we're due for a release anyway, so that's fine. The new version should be 0.4.0, though. I used 0.3.1 because I botched the last release.

@adamcrume adamcrume merged commit 28647b6 into tensorflow:master May 11, 2017
@adamcrume
Copy link
Contributor

Thanks!

ramon-garcia pushed a commit to ramon-garcia/tensorflow-rust that referenced this pull request May 20, 2023
* support dates (INT64 only) in plain encoding

* update readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants