-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Prepare branch for the TFP 0.12.0rc2 release #1174
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
Conversation
Also adds a test to the harness in `structural_time_series_test`. This fixes a bug where `ssm.copy()` didn't work. PiperOrigin-RevId: 341714072
PiperOrigin-RevId: 341715953
former split into separate controller and state classes. PiperOrigin-RevId: 341846197
…est. PiperOrigin-RevId: 341867916
…alar function. Putting this under experimental for now, since it's not clear whether this is compatible with the bijector contract. PiperOrigin-RevId: 341889649
It's not clear that we *really* need this, but I got most of the way through implementing it before I noticed that `secant_root` already existed. :-) So I figured I might as well check it in, and it does has somewhat different properties. I tried to mostly mimic the interface of `secant_root`. I think the main practical distinction is that Chandrupatla's method takes a pair of bounds, instead of just an initial position, and is guaranteed to converge if those bounds bracket a root. PiperOrigin-RevId: 341901341
PiperOrigin-RevId: 341939581
PiperOrigin-RevId: 342087045
`NaN` in the extreme cases where `p == 0` or `p == 1`. PiperOrigin-RevId: 342127106
…r multiple arg functions. Also support variables and variable tracking via tf.Module. PiperOrigin-RevId: 342133664
- Use text_fixtures instead of copying. - Delete redundant tests - Use `tf.while_loop` instead of Python `for` to iterate over large arrays. This speeds the test up considerably, by saving on graph construction time. PiperOrigin-RevId: 342273733
- Delete redundant tests - Use `tf.while_loop` instead of Python `for` to iterate over large arrays. This speeds the test up about 2x, by saving on graph construction time. PiperOrigin-RevId: 342699805
they don't defaulted to float64 precision in float64-enabled JAX. PiperOrigin-RevId: 342720623
PiperOrigin-RevId: 342884167
…ts in the unit ball. PiperOrigin-RevId: 342899955
PiperOrigin-RevId: 342909438
PiperOrigin-RevId: 342910093
PiperOrigin-RevId: 342923768
PiperOrigin-RevId: 342924894
…ead of the former split into separate controller and state classes. PiperOrigin-RevId: 342956217
The previous re-import logic clobbered too many builtin globals, breaking the importlib reload functionality. PiperOrigin-RevId: 343133516
… to converge. PiperOrigin-RevId: 343141509
Fix Oryx to point to the internal name jax._src.source_info_util. PiperOrigin-RevId: 343278153
Use jax.lax.linalg instead. PiperOrigin-RevId: 343289024
PiperOrigin-RevId: 343322613
…nd 2. PiperOrigin-RevId: 343330154
… DeterminantalPointProcess. PiperOrigin-RevId: 343376467
PiperOrigin-RevId: 343378461
…m in TF. PiperOrigin-RevId: 343380177
PiperOrigin-RevId: 343380724
…ns to log space. PiperOrigin-RevId: 343419035
PiperOrigin-RevId: 343488163
… Expm+FillSkewSymmetric bijectors). PiperOrigin-RevId: 343490438
PiperOrigin-RevId: 343500115
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
1 similar comment
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
1 similar comment
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
|
NOTE: All commits in the PR (besides 1fd985d) are cherry-picked from TFP's master banch. |
No description provided.