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

Register v1.0 #46

Closed
gdalle opened this issue Apr 19, 2024 · 6 comments
Closed

Register v1.0 #46

gdalle opened this issue Apr 19, 2024 · 6 comments

Comments

@gdalle
Copy link
Collaborator

gdalle commented Apr 19, 2024

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 SciML/SciMLBase.jl#674), to make testing possible with CI. For some reason, installation fails on the DifferentiationInterface PR gdalle/DifferentiationInterface.jl#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
Copy link
Member

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

@Vaibhavdixit02
Copy link
Member

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

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
Copy link
Collaborator Author

gdalle commented Apr 21, 2024

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
Copy link
Member

@JuliaRegistrator register

@JuliaRegistrator
Copy link

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

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

No branches or pull requests

4 participants