Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Fix Optim version for NLsolve #5341

Merged
merged 2 commits into from
Jun 8, 2016
Merged

Conversation

pkofod
Copy link
Contributor

@pkofod pkofod commented Jun 8, 2016

ref JuliaNLSolvers/Optim.jl#217

It only uses linesearch, so it's not affected. I've run the tests in the package as an extra check.

The KernelEstimators will run fine as well.

ref JuliaNLSolvers/Optim.jl#217

It only uses linesearch, so it's not affected. I've run the tests in the package as an extra check.
@tkelman
Copy link
Contributor

tkelman commented Jun 8, 2016

Awesome, thanks for checking these things out. Hopefully having a look at how Optim gets used by other packages is a bit useful as you work on making major improvements to it?

PkgEval picked up a possible issue with Mads.jl: https://gist.github.com/4609c24a5c7b8bb8222012c9564958c6

@tkelman tkelman merged commit c45db61 into JuliaLang:metadata-v2 Jun 8, 2016
@pkofod
Copy link
Contributor Author

pkofod commented Jun 8, 2016

Awesome, thanks for checking these things out. Hopefully having a look at how Optim gets used by other packages is a bit useful as you work on making major improvements to it?

Yes, quite helpful actually :)

PkgEval picked up a possible issue with Mads.jl: https://gist.github.com/4609c24a5c7b8bb8222012c9564958c6

Seems like it could be a bug in Optim. Thanks for letting me know.

@pkofod
Copy link
Contributor Author

pkofod commented Jun 8, 2016

PkgEval picked up a possible issue with Mads.jl: https://gist.github.com/4609c24a5c7b8bb8222012c9564958c6

Seems like it could be a bug in Optim. Thanks for letting me know.

Okay, I hadn't noticed, but Mads is calling unexported helper functions from Optim. I'll make a PR to fix their usage. Should I reinstate the limit?

@tkelman
Copy link
Contributor

tkelman commented Jun 8, 2016

Should I reinstate the limit?

Yes, I think so, since they had been passing on June 6th - http://pkg.julialang.org/detail/Mads.html

@pkofod
Copy link
Contributor Author

pkofod commented Jun 8, 2016

I will, and then they can change it once madsjulia/Mads.jl#2 is merged, and they tag a new version.

@tkelman
Copy link
Contributor

tkelman commented Jun 8, 2016

It should just do the right thing automatically when they make a new tag, since new tags populate the metadata require file from the current package version, not the previous tag's metadata version.

pkofod added a commit to pkofod/METADATA.jl that referenced this pull request Jun 8, 2016
tkelman pushed a commit that referenced this pull request Jun 8, 2016
rofinn pushed a commit to rofinn/METADATA.jl that referenced this pull request Jul 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants