-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add likelihood experiments to main repo #69
base: main
Are you sure you want to change the base?
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fe59e7 - Browse repository at this point
Copy the full SHA 5fe59e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc70fe6 - Browse repository at this point
Copy the full SHA cc70fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d28367b - Browse repository at this point
Copy the full SHA d28367bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9445d90 - Browse repository at this point
Copy the full SHA 9445d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 183d320 - Browse repository at this point
Copy the full SHA 183d320View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d8b483 - Browse repository at this point
Copy the full SHA 3d8b483View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a0190e - Browse repository at this point
Copy the full SHA 8a0190eView commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2511e8 - Browse repository at this point
Copy the full SHA f2511e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5274431 - Browse repository at this point
Copy the full SHA 5274431View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4330670 - Browse repository at this point
Copy the full SHA 4330670View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cdee2 - Browse repository at this point
Copy the full SHA c4cdee2View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a01c02c - Browse repository at this point
Copy the full SHA a01c02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf893d - Browse repository at this point
Copy the full SHA cdf893dView commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71ce938 - Browse repository at this point
Copy the full SHA 71ce938View commit details
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20d01e7 - Browse repository at this point
Copy the full SHA 20d01e7View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for c992885 - Browse repository at this point
Copy the full SHA c992885View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd1ec4 - Browse repository at this point
Copy the full SHA bdd1ec4View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for edefa2a - Browse repository at this point
Copy the full SHA edefa2aView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 213945f - Browse repository at this point
Copy the full SHA 213945fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for a973326 - Browse repository at this point
Copy the full SHA a973326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5f1b4 - Browse repository at this point
Copy the full SHA 0c5f1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd0092 - Browse repository at this point
Copy the full SHA ffd0092View commit details
Commits on Jul 23, 2024
-
first pass at ruff linter fixes (#68)
This PR: - fixes many ruff linter errors, removing unused imports and variables - disables ruff formatting and linting for ipynb files I verified that all tests pass on a cloud VM.
Configuration menu - View commit details
-
Copy full SHA for 7c9208d - Browse repository at this point
Copy the full SHA 7c9208dView commit details -
[pre-commit.ci] pre-commit autoupdate (#73)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sam Ritchie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9fb151 - Browse repository at this point
Copy the full SHA d9fb151View commit details -
Move code to src directory (#74)
This PR moves all code into a `src` directory, instead of the current flat package structure. This is a prerequisite for the reproducible build that @eightysteele is working on, and is a good change anyway for a project destined to become a library.
Configuration menu - View commit details
-
Copy full SHA for 3ecaa2e - Browse repository at this point
Copy the full SHA 3ecaa2eView commit details -
Port setup.py to modern pyproject.toml (#75)
This PR ports setup.py to pyproject.toml; this is the modern, recommended way to configure python projects, and gives us a way to add proper settings to things like linting, type-checking etc that match the other projects at probcomp. I've checked that the tests all run to the same failure as on main, the scripts are all installed correctly, the versioning works well etc.
Configuration menu - View commit details
-
Copy full SHA for 114e2b6 - Browse repository at this point
Copy the full SHA 114e2b6View commit details -
Upgrade to GenJAX 0.5.0, fix unsupported escape sequences (#76)
This PR: - Upgrades b3d to https://github.com/probcomp/genjax/releases/tag/v0.5.0 - escapes math backslashes in python strings - these were causing "unsupported literal" exceptions on import GenJAX 0.5.0 doesn't break anything that b3d uses, and includes some nice-to-have type upgrades that will make development a bit more pleasant.
Configuration menu - View commit details
-
Copy full SHA for a25a464 - Browse repository at this point
Copy the full SHA a25a464View commit details -
This PR: - turns on the ruff configuration that we're using for genjax - adds it to the pre-commit hooks - auto-fixes most errors (unsorted imports, unused local variables etc) - manually fixes the last few
Configuration menu - View commit details
-
Copy full SHA for e539c74 - Browse repository at this point
Copy the full SHA e539c74View commit details -
Fix bugs in run_tests.sh (#79)
@sritchie @nishadgothoskar after this change, run_tests.sh passes on my machine.
Configuration menu - View commit details
-
Copy full SHA for f61b095 - Browse repository at this point
Copy the full SHA f61b095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ceabcf - Browse repository at this point
Copy the full SHA 4ceabcfView commit details
Commits on Jul 24, 2024
-
Turn on ruff linter, fix final 7 bugs (#78)
This PR turns on the linter; we can't merge until we address the final linter bugs. - `ruff` is enabled as a GitHub Action, so that we see errors in the PRs in github format - `ruff` locally is added (with the same version) to `.pre-commit-config.yml`
Configuration menu - View commit details
-
Copy full SHA for 0256164 - Browse repository at this point
Copy the full SHA 0256164View commit details
Commits on Jul 25, 2024
-
Make object acquisition demo callable by webapp (#81)
This PR: - moves the body of the script into a function I can call from elsewhere - lets the user supply an output path
Configuration menu - View commit details
-
Copy full SHA for 4bb14fc - Browse repository at this point
Copy the full SHA 4bb14fcView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93c6088 - Browse repository at this point
Copy the full SHA 93c6088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c18562 - Browse repository at this point
Copy the full SHA 5c18562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 179edf5 - Browse repository at this point
Copy the full SHA 179edf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002379c - Browse repository at this point
Copy the full SHA 002379cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3709c - Browse repository at this point
Copy the full SHA bf3709cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ffc1e - Browse repository at this point
Copy the full SHA 21ffc1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 297081f - Browse repository at this point
Copy the full SHA 297081fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb33c19 - Browse repository at this point
Copy the full SHA cb33c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9083bd - Browse repository at this point
Copy the full SHA f9083bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 618a9d4 - Browse repository at this point
Copy the full SHA 618a9d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40370d - Browse repository at this point
Copy the full SHA c40370dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80e3cf6 - Browse repository at this point
Copy the full SHA 80e3cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4693c - Browse repository at this point
Copy the full SHA 7f4693cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a753aba - Browse repository at this point
Copy the full SHA a753abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6324c - Browse repository at this point
Copy the full SHA cf6324cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb73a1a - Browse repository at this point
Copy the full SHA eb73a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a820b - Browse repository at this point
Copy the full SHA 83a820bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3af5a - Browse repository at this point
Copy the full SHA 6e3af5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ca514 - Browse repository at this point
Copy the full SHA d6ca514View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7942f1 - Browse repository at this point
Copy the full SHA d7942f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 214cad3 - Browse repository at this point
Copy the full SHA 214cad3View commit details -
Re-enable ruff formatting rules (#84)
@nishadgothoskar , my guess about what is going on is that you have an empty `b3d` folder. Can you give this a try and let me know?
Configuration menu - View commit details
-
Copy full SHA for f9cf441 - Browse repository at this point
Copy the full SHA f9cf441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6e355 - Browse repository at this point
Copy the full SHA 6b6e355View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e61fc2 - Browse repository at this point
Copy the full SHA 5e61fc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 806eb7d - Browse repository at this point
Copy the full SHA 806eb7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 020da29 - Browse repository at this point
Copy the full SHA 020da29View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b44dd - Browse repository at this point
Copy the full SHA c9b44ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 570e794 - Browse repository at this point
Copy the full SHA 570e794View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2917db - Browse repository at this point
Copy the full SHA b2917dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e18db7a - Browse repository at this point
Copy the full SHA e18db7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea48a0 - Browse repository at this point
Copy the full SHA dea48a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2382025 - Browse repository at this point
Copy the full SHA 2382025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507481f - Browse repository at this point
Copy the full SHA 507481fView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8935880 - Browse repository at this point
Copy the full SHA 8935880View commit details
Commits on Jul 31, 2024
-
[pre-commit.ci] pre-commit autoupdate (#91)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sam Ritchie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7e7ab1 - Browse repository at this point
Copy the full SHA d7e7ab1View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c509923 - Browse repository at this point
Copy the full SHA c509923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6981077 - Browse repository at this point
Copy the full SHA 6981077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 472e5d8 - Browse repository at this point
Copy the full SHA 472e5d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac869a - Browse repository at this point
Copy the full SHA 9ac869aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d7df63 - Browse repository at this point
Copy the full SHA 6d7df63View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27f949 - Browse repository at this point
Copy the full SHA b27f949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7aa38 - Browse repository at this point
Copy the full SHA 6f7aa38View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b9dec - Browse repository at this point
Copy the full SHA f8b9decView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b76ab - Browse repository at this point
Copy the full SHA 30b76abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ee28f - Browse repository at this point
Copy the full SHA 37ee28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 867cd83 - Browse repository at this point
Copy the full SHA 867cd83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 566d305 - Browse repository at this point
Copy the full SHA 566d305View commit details -
Merge branch 'likelihood_experiments' of github.com:probcomp/b3d into…
… likelihood_experiments
Configuration menu - View commit details
-
Copy full SHA for 38a8420 - Browse repository at this point
Copy the full SHA 38a8420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5332a62 - Browse repository at this point
Copy the full SHA 5332a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f5ab6 - Browse repository at this point
Copy the full SHA 79f5ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d7ba3b - Browse repository at this point
Copy the full SHA 1d7ba3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f02def6 - Browse repository at this point
Copy the full SHA f02def6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 387da91 - Browse repository at this point
Copy the full SHA 387da91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1fb51f - Browse repository at this point
Copy the full SHA c1fb51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1f597 - Browse repository at this point
Copy the full SHA 4d1f597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec5168 - Browse repository at this point
Copy the full SHA 3ec5168View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c0442 - Browse repository at this point
Copy the full SHA a8c0442View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ee7e8 - Browse repository at this point
Copy the full SHA b1ee7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0bc56c - Browse repository at this point
Copy the full SHA d0bc56cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 124fcb9 - Browse repository at this point
Copy the full SHA 124fcb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7209c18 - Browse repository at this point
Copy the full SHA 7209c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 476fd5f - Browse repository at this point
Copy the full SHA 476fd5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed40928 - Browse repository at this point
Copy the full SHA ed40928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acf2b3 - Browse repository at this point
Copy the full SHA 2acf2b3View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 6745ef2 - Browse repository at this point
Copy the full SHA 6745ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a2410 - Browse repository at this point
Copy the full SHA 99a2410View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad698fa - Browse repository at this point
Copy the full SHA ad698faView commit details