SDS-EPFL / PointProcessFilters.jl

Julia package for filtering point processes
MIT License
0 stars 0 forks source link

Register v0.1.0 #1

Open JakeGrainger opened 1 year ago

JakeGrainger commented 1 year ago

@JuliaRegistrator register

Release notes:

Initial release of PointProcessFilters.jl
A package for applying bandpass filters to spatial point processes.
JuliaRegistrator commented 1 year ago

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

JakeGrainger commented 1 year ago

@JuliaRegistrator register

Release notes:

Initial release of PointProcessFilters.jl A package for applying bandpass filters to spatial point processes.

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/89603

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>" 37173717e857ff7ea019ab5f8f382da34a67c58f
git push origin v0.1.0
juliohm commented 1 year ago

Hey @JakeGrainger ,nice to see another package on top of Meshes.jl for spatial point processes. Are you aware of PointPatterns.jl? That is where we are building this functionality:

https://juliaearth.github.io/GeoStats.jl/stable/pointpatterns/pointprocs.html

Should we join efforts? It would be nice to port filters or any other utility function to PointPatterns.jl to reduce fragmentation and increase visibility.

JakeGrainger commented 1 year ago

Hi @juliohm, yes I had, the last time I looked it had less functionality, so really cool to see stuff getting added. Actually I have some other stuff for simulation so I will create an issue on PointPatterns.jl for some of that. Wrt the filtering, yeah probably that would make sense, either properly merging it or including the functionality from this within PointPatterns.jl. I guess it depends how large PointPatterns.jl is likely to get, and how you plan to structure things?

juliohm commented 1 year ago

I think just merging it would reduce the maintenance burden and give us the chance to work closer together. We have two operations currently: thin and superposition. Perhaps this package could become a third operation.

Em ter., 15 de ago. de 2023 04:59, Jake P. Grainger < @.***> escreveu:

Hi @juliohm https://github.com/juliohm, yes I had, the last time I looked it had less functionality, so really cool to see stuff getting added. Actually I have some other stuff for simulation so I will create an issue on PointPatterns.jl for some of that. Wrt the filtering, yeah probably that would make sense, either properly merging it or including the functionality from this within PointPatterns.jl. I guess it depends how large PointPatterns.jl is likely to get, and how you plan to structure things?

— Reply to this email directly, view it on GitHub https://github.com/SDS-EPFL/PointProcessFilters.jl/issues/1#issuecomment-1678556721, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZQW3MOYBBE6NKLMNUI2GTXVMT6JANCNFSM6AAAAAA3PVMT7U . You are receiving this because you were mentioned.Message ID: @.***>

sofiaolhede commented 1 year ago

Hi, how do we arrange this? Thanks Sofia

On 14 Aug 2023, at 15:06, Registrator @.***> wrote:

Error while trying to register: Register Failed @JakeGraingerhttps://github.com/JakeGrainger, it looks like you are not a publicly listed member/owner in the parent organization (SDS-EPFL). If you are a member/owner, you will need to change your membership to public. See GitHub Helphttps://help.github.com/en/articles/publicizing-or-hiding-organization-membership

— Reply to this email directly, view it on GitHubhttps://github.com/SDS-EPFL/PointProcessFilters.jl/issues/1#issuecomment-1677282121, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AASIEM244W3RN72QERSO3NTXVIPHDANCNFSM6AAAAAA3PVMT7U. You are receiving this because you are subscribed to this thread.Message ID: @.***>

JakeGrainger commented 1 year ago

Hi Sofia,

I fixed it I just had to change my status to public, so it’s working now

Thanks, Jake

Le 15 août 2023 à 19:22, sofiaolhede @.***> a écrit :



Hi, how do we arrange this? Thanks Sofia

On 14 Aug 2023, at 15:06, Registrator @.***> wrote:

Error while trying to register: Register Failed @JakeGraingerhttps://github.com/JakeGrainger, it looks like you are not a publicly listed member/owner in the parent organization (SDS-EPFL). If you are a member/owner, you will need to change your membership to public. See GitHub Helphttps://help.github.com/en/articles/publicizing-or-hiding-organization-membership

— Reply to this email directly, view it on GitHubhttps://github.com/SDS-EPFL/PointProcessFilters.jl/issues/1#issuecomment-1677282121, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AASIEM244W3RN72QERSO3NTXVIPHDANCNFSM6AAAAAA3PVMT7U. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/SDS-EPFL/PointProcessFilters.jl/issues/1#issuecomment-1679324084, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANYUDIG3QVCRQHBQFM2X6HLXVOV6HANCNFSM6AAAAAA3PVMT7U. You are receiving this because you were mentioned.Message ID: @.***>

JakeGrainger commented 1 year ago

Hey @JakeGrainger ,nice to see another package on top of Meshes.jl for spatial point processes. Are you aware of PointPatterns.jl? That is where we are building this functionality:

https://juliaearth.github.io/GeoStats.jl/stable/pointpatterns/pointprocs.html

Should we join efforts? It would be nice to port filters or any other utility function to PointPatterns.jl to reduce fragmentation and increase visibility.

Hey @juliohm

Yeah that seems sensible, I will stop the merge for this and make an issue for pointpatterns

juliohm commented 1 year ago

Sounds great! Feel free to open the issue or to submit PRs directly if you have code ready. Looking forward to it.

Em qua., 16 de ago. de 2023 04:34, Jake P. Grainger < @.***> escreveu:

Hey @JakeGrainger https://github.com/JakeGrainger ,nice to see another package on top of Meshes.jl for spatial point processes. Are you aware of PointPatterns.jl? That is where we are building this functionality:

https://juliaearth.github.io/GeoStats.jl/stable/pointpatterns/pointprocs.html

Should we join efforts? It would be nice to port filters or any other utility function to PointPatterns.jl to reduce fragmentation and increase visibility.

Hey @juliohm https://github.com/juliohm

Yeah that seems sensible, I will stop the merge for this and make an issue for pointpatterns

— Reply to this email directly, view it on GitHub https://github.com/SDS-EPFL/PointProcessFilters.jl/issues/1#issuecomment-1680109117, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZQW3JOYTPN6DKQWNCEOHDXVRZX7ANCNFSM6AAAAAA3PVMT7U . You are receiving this because you were mentioned.Message ID: @.***>