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

Use Tensorflow 2.0 #534

Merged
merged 328 commits into from
Aug 1, 2024
Merged

Use Tensorflow 2.0 #534

merged 328 commits into from
Aug 1, 2024

Conversation

njtierney
Copy link
Collaborator

No description provided.

@njtierney njtierney mentioned this pull request Jul 6, 2022
@njtierney njtierney added this to the 0.5.0 milestone Sep 2, 2022
njtierney and others added 27 commits July 26, 2024 15:31
- Iteration --> Iteration**s**
… rows to print exceeds/matches/is less than the max print
… to do this that is more elegant but this will work for the time being
- replace `vapply(x, length, 1L)` with `lengths`
- replace `vapply(x, inherits, "greta_array", TRUE)` with `vapply(x, is.greta_array, TRUE)`
- updated NEWS.md
- rename `get_unique_name()` to `create_unique_name()` as this better describes what it does - creation, not extraction.
- `extract_unique_names(x)` wraps `vapply(x, member, "unique_name", character(1))`
- `are_identical(x, y)` wraps `vapply(x, identical, y, logical(1))`
- `are_null(x)` wraps `vapply(x, is.null, logical(1))` (needs to be exported to work with future in MCMC
- `are_greta_array(x)` replaces `vapply(x, is.greta_array, logical(1))`
- `have_distribution(x)` replaces `vapply(x, has_distribution, logical(1))`
@njtierney
Copy link
Collaborator Author

Resolves #660

@njtierney njtierney merged commit 6fa9dd7 into greta-dev:master Aug 1, 2024
4 of 8 checks passed
@njtierney njtierney deleted the tf2-poke-tf-fun branch August 1, 2024 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants