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

Rename and set as a breaking change #665

Merged
merged 2 commits into from
Jun 25, 2022
Merged

Commits on Jun 25, 2022

  1. Rename and set as a breaking change

    There are a lot of breaking changes in this one, especially the sign change and the mixed adjoint (continuous + discrete) causing changes to the direct version. But the docs are also all fixed so yay!
    
    The reason for the name change is because this package is the core package for all of SciML's integration with AD and sensitivity analysis. For example, the issue with Integrals.jl is that it cannot handle all of the vjps... which are defined here. Optimization.jl needs adjoints, defined here for vjps. Etc. so the name change reflects that, and since we also had a massive breaking API change, it makes sense to pair this together as essentially a new package.
    ChrisRackauckas committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    b3b7311 View commit details
    Browse the repository at this point in the history
  2. rename top level file

    ChrisRackauckas committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    ade9405 View commit details
    Browse the repository at this point in the history