-
Notifications
You must be signed in to change notification settings - Fork 11
Move PenaltyFunctions and LearningStrategies from build.jl to REQUIRE #3
base: master
Are you sure you want to change the base?
Conversation
Looks like PenaltyFunctions.jl is v0.6-only. Is the plan to move all of Learn up to v0.6 too? |
Sooner or later. It will be a while before I devote attention to things like |
Ok, no problem. Just figured I'd try to fix the situation if I could 😉 |
Thanks for that! Any support is appreciated. Looks like CI is broken given the 0.5 / 0.6 conflict. Does this change work locally for you? I'd be ok merging this |
Cloning and building Learn.jl works with this PR on Julia v0.6 (but fails for v0.5) locally. But actually trying to do
|
|
Most of these affected packages were Tom's brain childs and haven't been updated in a while, since he stepped back a bit from Julia. I want to update them again, but this will surely take me a while, since I have other packages on my agenda first If you feel like you have some time and interest to give parts of these problems a shot I'd appreciate the help and promise quick reviews |
No problem! I'll see what I can do (I've just started some research which may involve playing with neural nets in Julia, so I've got a lot of learning to do). I'll keep trying to fix things as I come across them. |
@joshday any hints about how to go about fixing this in Transformations? |
It looks like it's only used in inputnorm.jl. Commenting it out until someone needs it is probably fine since it's already broken. OnlineStats went through some breaking changes since this was written and rewriting InputNorm from scratch is probably easiest than trying to patch it up. |
@joshday done, thanks! |
(since they've been registered).
I'm not familiar with the JuliaML ecosystem yet, but I believe this is the correct thing to do, given that
Pkg.build("Learn")
currently gives: