Giter VIP home page Giter VIP logo

Comments (23)

rveltz avatar rveltz commented on June 15, 2024 1

The diff is massive but I congratulate because that was not simple work. I am impressed

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

@JuliaRegistrator register

from bifurcationinference.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 15, 2024

Registration pull request created: JuliaRegistries/General/38641

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>" 569b3cb57c0fd4cd9636b20ae3d528f5489c96fc
git push origin v0.1.0

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

@JuliaRegistrator register

from bifurcationinference.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 15, 2024

Registration pull request created: JuliaRegistries/General/38651

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>" 192e311c5b33566c13783113cb231ae2e0c7395c
git push origin v0.1.0

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

@JuliaRegistrator register

from bifurcationinference.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 15, 2024

Registration pull request created: JuliaRegistries/General/38811

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.1 -m "<description of version>" 32ae84eb6b1b5fb80398f1e811f64cdf3d11d777
git push origin v0.1.1

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

@JuliaRegistrator register

from bifurcationinference.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 15, 2024

Registration pull request created: JuliaRegistries/General/47665

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.2 -m "<description of version>" 49b1efb0bd73377cfd4d9eea50552fef22f1c7e4
git push origin v0.1.2

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

@JuliaRegistrator register

from bifurcationinference.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 15, 2024

Registration pull request created: JuliaRegistries/General/56949

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.3 -m "<description of version>" fa1e1464c671b2d14551d90d9887b2b0f27d0b3d
git push origin v0.1.3

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

@JuliaRegistrator register

from bifurcationinference.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 15, 2024

Registration pull request created: JuliaRegistries/General/107899

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 v0.1.4 -m "<description of version>" 90cb6985473e6fb5dac520bf6500ab8cd7ce608b
git push origin v0.1.4

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

@JuliaRegistrator register

from bifurcationinference.jl.

JuliaRegistrator avatar JuliaRegistrator commented on June 15, 2024

Registration pull request updated: JuliaRegistries/General/107899

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 v0.1.4 -m "<description of version>" 534ee7c23af16d542a248f181f5e6be7056e30b6
git push origin v0.1.4

from bifurcationinference.jl.

rveltz avatar rveltz commented on June 15, 2024

Hey,

Are you sure you want to do this? BK has changed a lot in the mean time.

please also consider moving it to the gh org bifurcatiokit

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

Hi @rveltz ! Thank you for reaching out :) well all the of unit tests I created are passing? I would appreciate if you can find any bugs in the diff between the two versions. Happy to move this project to the org you mention. I can initiate the transfer now

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

I do not have permissions to create repos on the bifurcationkit org. You would have to add me as a member with certain privileges before I can initiate transfer. I would also appreciate retaining admin rights to BifurcationInference.jl 😄

from bifurcationinference.jl.

rveltz avatar rveltz commented on June 15, 2024

I would also appreciate retaining admin rights to BifurcationInference.jl

Sure, if I mess up, I will give it back to you :D

from bifurcationinference.jl.

rveltz avatar rveltz commented on June 15, 2024

I sent you an invit

from bifurcationinference.jl.

gszep avatar gszep commented on June 15, 2024

I think the diff is only massive because I had an automatic formatter on CTRL+S haha

from bifurcationinference.jl.

rveltz avatar rveltz commented on June 15, 2024

from bifurcationinference.jl.

rveltz avatar rveltz commented on June 15, 2024

from bifurcationinference.jl.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.