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

Merge release v1.0.0 #196

Merged
merged 45 commits into from
Jun 20, 2024
Merged

Merge release v1.0.0 #196

merged 45 commits into from
Jun 20, 2024

Conversation

sibocw
Copy link
Contributor

@sibocw sibocw commented Jun 19, 2024

Description

Continuation of #184 (v1.0.0-pre.4 renamed v1.0.0; a 5th pre-release is not needed anymore)

Does this address any currently open issues?

[list open issues here]

sibocw and others added 30 commits June 13, 2024 13:42
At some point we made the run_simulation function return the Simulation
object to facilitate testing. However this broke the parallel execution
of the code because parallelization (at least via joblib) pickles the
returned object in the reduce step. However, the Simulation object is
not pickle-able.
Fix bug in parallelized closed-loop plume tracking
@sibocw sibocw requested a review from tkclam June 19, 2024 12:27
@sibocw sibocw merged commit c75c722 into main Jun 20, 2024
15 checks passed
@sibocw sibocw deleted the dev-v1.0.0 branch June 20, 2024 07:46
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.

2 participants