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

1.0.6 release #87

Merged
merged 16 commits into from
Dec 15, 2023
Merged

1.0.6 release #87

merged 16 commits into from
Dec 15, 2023

Conversation

kilianFatras
Copy link
Collaborator

@kilianFatras kilianFatras commented Dec 14, 2023

What does this PR do?

  1. This PR fixes SDE class bugs in utils and mnist notebooks. There was a - sign instead of a + sign in the notebooks and the diffusion coefficient was not correct.
  2. This PR refactors the example folder to split the examples into different folders.
  3. This PR adds two new tutorials: one on Flow Matching and another one on minibatch OT

Fixes #85

Before submitting

  • Did you make sure title is self-explanatory and the description concisely explains the PR?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you test your PR locally with pytest command?
  • Did you run pre-commit hooks with pre-commit run -a command?

Did you have fun?

Make sure you had fun coding 🙃

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b29d418) 35.90% compared to head (fafa308) 35.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
+ Coverage   35.90%   35.92%   +0.01%     
==========================================
  Files          67       67              
  Lines        7419     7399      -20     
==========================================
- Hits         2664     2658       -6     
+ Misses       4755     4741      -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kilianFatras kilianFatras merged commit 6b3adb4 into main Dec 15, 2023
33 checks passed
@kilianFatras kilianFatras changed the title fix SDE class bugs in utils and mnist notebooks 1.0.6 release Dec 15, 2023
@kilianFatras kilianFatras deleted the fix_sde_bugs branch January 4, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDE class inconsistencies
1 participant