AStupidBear / SpikingNeuralNetworks.jl

Julia Spiking Neural Network Simulator
Other
37 stars 16 forks source link

Rename to SpikingNeuralNetworks.jl and register in General #4

Closed jpsamaroo closed 4 years ago

jpsamaroo commented 4 years ago

As recommended in the pkg-usage channel on Slack, this package should be renamed to something like SpikingNeuralNetworks.jl before registering it in the General registry.

jpsamaroo commented 4 years ago

Done at https://github.com/jpsamaroo/SpikingNeuralNetworks.jl

I've decided to take on maintenance on my own branch, however I'd be happy to add you to my repo with merge rights, or review any PRs you have, should you be interested :)

AStupidBear commented 4 years ago

Thanks for your nice fix. I'm releasing a bunch of packages recently and planning to revive this package and write some documentations. Could you please wait for one day and collaborate here?

jpsamaroo commented 4 years ago

Thanks for responding, and for merging #1! I'll move my work over here then.

I cancelled the open General registration PR for my own repo, I'll post a PR momentarily to fix some compat upper-bounds in the Project.toml and then we can register this package once that is merged and JuliaRegistrator is installed on this repo (which I think is something you need to do).

AStupidBear commented 4 years ago

I have installed JuliaRegistrator in my account and registered some other packages. Is that sufficient?

jpsamaroo commented 4 years ago

5 is needed first

jpsamaroo commented 4 years ago

Ok, we can go ahead and register now. I think you can comment "@JuliaRegistrator register()" (without quotes) on the latest commit to initiate the registration.

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/4962

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" b342489d980eb6c2478c53fad8d4cb0bbbeecf71
git push origin v0.1.0
jpsamaroo commented 4 years ago

Oh, apparently I could do it :smile: @AStupidBear I would also recommend installing Julia TagBot (as linked in the above comment).

AStupidBear commented 4 years ago

@jpsamaroo Julia TagBot is already installed.

jpsamaroo commented 4 years ago

Done!