jacobusmmsmit / DiscreteVoronoi.jl

Julia implementation of various algorithms for calculating discrete Voronoi diagrams.
MIT License
5 stars 1 forks source link

Get the code ready for a 0.1.0 release #16

Closed jacobusmmsmit closed 2 years ago

jacobusmmsmit commented 2 years ago

Opening this issue to have a place to discuss what we need to to before initially putting out the code we already have. It's cool that our algorithms are already faster than what's out there so we should let others use it as soon as we can.

The minimum that needs to happen is:

After this we can register the package.

In terms of functionality, what do we want to make the user do? Should we have out-of-place versions of our in-place jfa! and jdac! functions?

jacobusmmsmit commented 2 years ago

I've not done the whole package workflow before so if you're (@goerch) comfortable with turning our repo into a package I would appreciate if you could!

jacobusmmsmit commented 2 years ago

The package was entirely rewritten.