Skip to content

Breaking changes for 0.4 release #28

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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Breaking changes for 0.4 release #28

wants to merge 8 commits into from

Conversation

lassepe
Copy link
Member

@lassepe lassepe commented Feb 11, 2024

Breaking changes:

  • visualize! has been deprecated. Use Makie.plot instead (via Makie recipes)
  • dynamics and constraints now accept an additional context argument:
    • dynamics(state, control, time, context)
    • coupling_constraints(state, control, context)
  • coupling_constraints now expect states and controls at individual times steps rather than a sequence of inputs
  • env has been renamed to environment

@lassepe lassepe marked this pull request as draft February 11, 2024 21:46
Copy link

codecov bot commented Feb 11, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.03%. Comparing base (f537aea) to head (2b28dfc).

Files Patch % Lines
src/linear_dynamics.jl 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   86.34%   91.03%   +4.69%     
==========================================
  Files          10       10              
  Lines         227      212      -15     
==========================================
- Hits          196      193       -3     
+ Misses         31       19      -12     
Flag Coverage Δ
unittests 91.03% <93.33%> (+4.69%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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.

1 participant