slimgroup / InvertibleNetworks.jl

A Julia framework for invertible neural networks
MIT License
149 stars 21 forks source link

Release? #32

Closed cscherrer closed 2 years ago

cscherrer commented 2 years ago

Hi, Thanks for your work on this package, I enjoyed your JuliaCon talk! Do you have an estimate when this might be available on the general registry?

mloubout commented 2 years ago

Hi

As of now, due to the packages we work on and develop, we have our own registry (as shown in the README) which makes it more manageable due to some packages being private for development. We don't have a current timeline on switching to the general registry but we will discuss it and may change that.

I'll leave this open for others to comment and discuss and updates on the status.

cscherrer commented 2 years ago

Thanks for the quick response. I understand there are tradeoffs to consider. A registered package is a little easier to use, but it's great to have this available at all, especially with an MIT license. :)

EDIT: Sorry I misunderstood. Other than the general registry, I've only seen these used privately. So my usual workflow is (1) try ]add ... (2) if that fails, ]add https://github.... Now that I know there are some outside registries that are publicly available, I'll check for that. Thanks again.

mloubout commented 2 years ago

We will be working on releasing it. Since it depends on other packages from our registry it will take a little bit as we will need to register these dependencies first.

mloubout commented 2 years ago

We are now released and available in the general registry.

Closing.