Skip to content

Commit

Permalink
Merge pull request #6 from QuEraComputing/john/fix-readme-name
Browse files Browse the repository at this point in the history
Fix name of package on README.md
  • Loading branch information
weinbe58 authored Dec 15, 2023
2 parents d65902a + 38674c1 commit deea248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DormandPrince
# DormandPrince.jl

Julia-native implementation of the Dormand-Prince 5th order solver

Expand Down

4 comments on commit deea248

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release via ion

@JuliaRegistrator register branch=main

Release notes:

Release Note

This is the initial release of DormandPrince.jl: It implements a slightly modified version of the old Fortran77 solver "dopri5" inside the old SciPy integration interface.

We have modified the code to use more modern Julia syntax, but the logic of the implementation is the same as the original

On top of the original solver, we have implemented a basic interface.

Currently, it is uncertain if we will port over the higher order versions of this class of solvers.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Register Failed
@weinbe58, it looks like you are not a publicly listed member/owner in the parent organization (QuEraComputing).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release via ion

@JuliaRegistrator register branch=main

Release notes:

Release Note

This is the initial release of DormandPrince.jl: It implements a slightly modified version of the old Fortran77 solver "dopri5" inside the old SciPy integration interface.

We have modified the code to use more modern Julia syntax, but the logic of the implementation is the same as the original

On top of the original solver, we have implemented a basic interface.

Currently, it is uncertain if we will port over the higher order versions of this class of solvers.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/97186

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 v0.1.0 -m "<description of version>" deea248aae10e42086875909eae0affc24a0dcea
git push origin v0.1.0

Please sign in to comment.