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

Tag ScikitLearn.jl v0.5.0 #17379

Merged
merged 1 commit into from
Sep 4, 2018

Conversation

attobot
Copy link
Contributor

@attobot attobot commented Aug 27, 2018

Repository: cstjean/ScikitLearn.jl
Release: v0.5.0
Travis: Travis Build Status
Diff: vs v0.4.0
requires vs v0.4.0:

--- 0.4.0/requires
+++ 0.5.0/requires
@@ -1,4 +1,4 @@
-julia 0.6
+julia 0.7
 PyCall 1.6.2
 Parameters 0.3.0
 MacroTools 0.3.0

cc: @cstjean

Please make sure that:

  • CI passes for supported Julia versions (if applicable).
  • Version bounds reflect minimum requirements.

@andreasnoack
Copy link
Member

The CIBot tests currently fail because Mocking includes a project file. Later today there might be a new release of Mocking without a project file so I'll restart the tests once it has been released.

@andreasnoack
Copy link
Member

Please add an upper bound if Julia 1.0 isn't supported.

@cstjean
Copy link
Contributor

cstjean commented Sep 3, 2018

I have a new version for 1.0 already (barring a few problems with PyCall and RDatasets not being quite 1.0-compatible). I've just been waiting for this PR to be pulled into metadata to release 0.5.1.

@cstjean
Copy link
Contributor

cstjean commented Sep 3, 2018

Should I just update the attobot PR? I thought that it would be simpler to review the much smaller diff from the next tag, than to restart the review process.

@andreasnoack
Copy link
Member

I'd just move (delete and reapply) the tag here instead. I'm not sure what you mean by "restart the review process". The only thing we do here (almost) is to check that tests pass.

@attobot
Copy link
Contributor Author

attobot commented Sep 3, 2018

Repository: cstjean/ScikitLearn.jl
Release: v0.5.0
Travis: Travis Build Status
Diff: vs v0.4.0
requires vs v0.4.0:

--- 0.4.0/requires
+++ 0.5.0/requires
@@ -1,10 +1,10 @@
-julia 0.6
+julia 0.7
 PyCall 1.6.2
 Parameters 0.3.0
 MacroTools 0.3.0
 Conda
 ScikitLearnBase 0.0.6
 StatsBase 0.8.0
-Iterators 0.1.9
+IterTools
 Compat 0.18.0
 DataFrames 0.11

cc: @cstjean

Please make sure that:

  • CI passes for supported Julia versions (if applicable).
  • Version bounds reflect minimum requirements.

@andreasnoack
Copy link
Member

There still isn't an upper bound on Julia

@cstjean
Copy link
Contributor

cstjean commented Sep 4, 2018

As I've said above, the remaining tests failures are, to the best of my knowledge, PyCall and RDatasets failures on 1.0. Otherwise the package seems to work perfectly fine on 1.0.

@andreasnoack
Copy link
Member

I misunderstood. I thought you had a version different from this one for 1.0. RDatasets was release in a 1.0 compatible version a while ago and PyCall for 1.0 was merged earlier today so I'll try to restart tests.

@andreasnoack andreasnoack reopened this Sep 4, 2018
@cstjean
Copy link
Contributor

cstjean commented Sep 4, 2018

There's still an error, AFAICT because of PyCall/Base. JuliaPy/PyCall.jl#555

I know you're not the only person involved in setting the rules for METADATA, but I find the policy to insist on 100% test success a bit frustrating. I haven't added functionality to this package in forever. I'm just trying to fight code rot, but because I'm "just" fixing 80% of the new test failures, we can't merge into METADATA, even though the new tag is a clear improvement on all fronts. Last time, I updated ScikitLearn for the new DataFrames release in February, but it took me four months to find the time to deal with 100% of the issues. During those four months, all new users of ScikitLearn saw their DataFrames.jl install downgraded, even though the master was perfectly good. It's hardly ideal.

@andreasnoack
Copy link
Member

Hm. For some reason, CIBot seems to get stuck when trying to process this package so I'll go ahead an merge. Regarding your comment then, generally, I think passing test is a reasonable minimum requirement for a release. Hopefully, things will be more stable now and in the future, it should also be easier to avoid that a single package keeps other packages on lower versions for all projects.

@andreasnoack andreasnoack merged commit b424162 into JuliaLang:metadata-v2 Sep 4, 2018
@attobot attobot deleted the ScikitLearn/v0.5.0 branch September 4, 2018 20:26
@cstjean
Copy link
Contributor

cstjean commented Sep 5, 2018

Thanks!

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.

3 participants