- Stabilize new graph generation code (removed experimental_training feature)
- Add Scope::{with_device, with_control_dependencies}
- Add optional support for Tensor conversions to/from ndarray::Array
- Add Library::op_list
- Allow tensorflow-sys to download prebuilt windows releases
- Improve ergonomics for graph building
- Allow conversions for arguments to generated ops
- Implement From for arrays for Shape
- Allow VariableBuilder::shape to take Into
- Fix memory safety bug in Operation::control_inputs
- Allow 0 colons in output names, default to index 0
- Fix docs.rs (hopefully)
- Add generated code for all standard ops
- Currently guarded by experimental_training feature
- Add RecordReader for TFRecords
- Add support for creating saved models
- Document that BFloat16 is not an IEEE-754 16-bit float
- Implement Send and Sync for Status
- Add Tensor::get and Tensor::set
- Use std::alloc instead of aligned_alloc
- Support for high-level graph building in pure Rust
- Adds Scope, ops module, etc.
- Currently guarded by experimental_training feature
- Includes a basic xor example
- Support requesting run metadata from Session::run
- Implement TensorType for half::f16
- Add From<&[i64]> and From<&[u64]> for Shape
- Add Tensor::shape
- Add Shape::new
- Change return type of Graph::add_gradients to return optional gradients
- Fix memory initialization bug in Operation::output_consumers