SciML / ADTypes.jl

Repository for automatic differentiation backend types
https://sciml.github.io/ADTypes.jl/
MIT License
36 stars 11 forks source link

Register v1.0 #46

Closed gdalle closed 3 months ago

gdalle commented 3 months ago

I have just finished implementing a barebones version of SparseDiffTools in DifferentiationInterface:

I can confirm that it works locally, and that the current design of ADTypes v1.0 is all we need for that. Therefore, I would like to suggest registration of ADTypes v1.0 (and SciMLBase v2.34 following https://github.com/SciML/SciMLBase.jl/pull/674), to make testing possible with CI. For some reason, installation fails on the DifferentiationInterface PR https://github.com/gdalle/DifferentiationInterface.jl/pull/194 despite me committing the manifests.

I have asked for feedback on Slack and Zulip and got no negative response, except for a small remark about the package name (which isn't gonna change). What do you think?

Keep in mind that the most breaking change is probably the Julia v1.10 compat lower bound, which we decided to put in place because 1.10 will be the new LTS.

cc @ChrisRackauckas @Vaibhavdixit02 @avik-pal @adrhill

Vaibhavdixit02 commented 3 months ago

I will do a release by evening EST unless someone raises any concerns

Vaibhavdixit02 commented 3 months ago

@JuliaRegistrator register()

JuliaRegistrator commented 3 months ago

Registration pull request created: JuliaRegistries/General/105267

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" aa2429e3b8720ce510083519a094bb003c748f6a
git push origin v1.0.0
gdalle commented 3 months ago

Awesome, thanks! A SciMLBase release with the new ADTypes compat bound (already on master) seems to be the last missing piece on my end!

ChrisRackauckas commented 1 month ago

@JuliaRegistrator register

JuliaRegistrator commented 1 month ago

Registration pull request created: JuliaRegistries/General/108454

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.0 -m "<description of version>" 602ce688220ca1355640037d86f8eaaec117cdd9
git push origin v1.3.0