Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update in find_root_secant in order to use dynamic tensor shape R0.13 #1415

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
4760825
Update TF version.
brianwa84 May 14, 2021
9589930
Merge pull request #1333 from brianwa84/r0.13
brianwa84 May 14, 2021
884e74e
Bump version suffix to rc0
brianwa84 May 14, 2021
2eba9ac
Merge pull request #1334 from brianwa84/r0.13
brianwa84 May 14, 2021
74c6b0e
Update distribution_layer.py
brianwa84 May 17, 2021
7aa2f5d
Merge pull request #1336 from tensorflow/brianwa84-patch-3
brianwa84 May 17, 2021
9c29868
Update independent.py
brianwa84 May 18, 2021
b145480
Update distribution_layer.py
brianwa84 May 18, 2021
c0e7515
Replace einsum in JDAB test for TF 2.5 compatibility.
davmre May 19, 2021
b54bb7b
Replace deprecation of `parameter_properties` inheritance with a warn…
davmre May 19, 2021
375eb0b
Add `tensor_util.identity_as_tensor` and use it in place of `tf.ident…
emilyfertig May 14, 2021
e8d0b53
Refactor `AutoCompositeTensorTypeSpecTest`.
emilyfertig May 15, 2021
673ff89
Patch Numpy and JAX backends before converting `DeferredTensor` and `…
emilyfertig May 15, 2021
0236e5a
Add `TypeSpec` for `tfp.util.TransformedVariable`.
emilyfertig May 18, 2021
ed68695
Convert `tfb.Invert` to `AutoCompositeTensor`.
emilyfertig May 18, 2021
35932a7
Add `non_identifying_kwargs` to AutoCompositeTensor. These kwargs are…
emilyfertig May 19, 2021
1b1beb7
Add an `auto_composite_tensor_bijector` decorator for bijectors that …
emilyfertig May 19, 2021
49e7f5e
Temporarily remove AutoCompositeTensor from bijectors for TFP 0.13 re…
emilyfertig May 20, 2021
9e50fa3
Graduate 0.13 to full release
brianwa84 May 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow_probability/python/version.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
# release branch, the current version is by default assumed to be a
# 'development' version, labeled 'dev'.
_VERSION_SUFFIX = 'dev'
_VERSION_SUFFIX = 'rc0'

# Example, '0.4.0-dev'
__version__ = '.'.join([