Closed JeffFessler closed 3 years ago
The changes to make the package work for v0.7/v1.0 have not been tagged and released. You can add manually by doing pkg> add https://github.com/ahwillia/NonNegLeastSquares.jl
The changes to make the package work for v0.7/v1.0 have not been tagged and released.
When might the changes be tagged and released? We're thinking of making this package a dependency of a larger project. Thanks!
I found an adequate solution in the Optim
package.
I have been keeping the package up to date with Julia and everything works fine. It just needs to be added to the registry
apologies
Any estimate on when the new version will make it to the registry?
Seems like not much activity in this repo :( There are other NNLS methods available, e.g.: https://github.com/StevenWhitaker/NNLS.jl
but also not in the registry.. :(
I'm happy to give anyone access to this repo to maintain it in the registry. I tried to move it over to the Julia optimizers community but that fell through for some reason
On Mon, Mar 22, 2021, 8:23 AM MatFi @.***> wrote:
but also not in the registry.. :(
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ahwillia/NonNegLeastSquares.jl/issues/12#issuecomment-804148399, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE3NUM7O34AIK7ESJAALR3TE5OGXANCNFSM4FZCL5ZA .
I am wiling to help with that. I would also like to add code coverage and a badge for that.
That would be great. The [compat]
section in the project.toml
needs to be updated, but that should be straightforward and I could do that, but I've never registred a Package before, so I'm not sure if I'll be a help in that process.
You both should have push access now
thanks for adding push access. i was able to push, but it seems like my attempts to trigger registration are not starting the registration process. i'm unsure if this is a permission issue or if something is wrong with the bot. i see registrations in the last hour https://github.com/JuliaRegistries/General so i suspect it is not the bot. @ahwillia can you look at #24 and repeat that same line as another request and see if you can kick start it? @MatFi the [compat] looked ok to me (because it seems to depend only on built-in packages i think) but if you see a needed change then submit a PR.
well, my PR didn't seem to trigger code coverage so i've copied a github action from here: https://github.com/simonster/Reexport.jl/blob/master/.github/workflows/CI.yml and i hope that might do it. anyway it might be better to migrate to github actions from travis soon.
solved by #23 and related work.
in 1.0.1 ]add NonNegLeastSquares
produces errors:
it installs fine in 0.7 though.