Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Julia v0.6 #32

Merged
merged 9 commits into from
Nov 4, 2017
Merged

Update to Julia v0.6 #32

merged 9 commits into from
Nov 4, 2017

Conversation

alyst
Copy link
Collaborator

@alyst alyst commented Nov 1, 2017

Cherry-picked from #28: update to Julia v0.6 (support for prior versions dropped), excluding the migration to DataFrames v0.11/CategoricalArrays/Nulls + minor tweaks.
I tried to make the commits atomic, so no squashing is required.

It would allow merging #31.

@alyst
Copy link
Collaborator Author

alyst commented Nov 1, 2017

v0.6 tests are ok; fails on nightly due to DataFrames

@alyst
Copy link
Collaborator Author

alyst commented Nov 2, 2017

I would like to merge it rather soon so that we can merge #31.
Would it make sense to tag 0.1.0 as soon as this and #31 are merged, and then tag 0.2.0 when #28 is merged?

REQUIRE Outdated
DataFrames 0.7
DataArrays 0.3
julia 0.6
DataFrames 0.10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this release really needed? Not that it makes a big difference, but previous versions should also work (if they were ported to 0.6).

src/convert.jl Outdated
@@ -40,6 +40,10 @@ function DataArrays.data(ri::RIntegerVector)
return PooledDataArray(DataArrays.RefArray(refs), pool)
end

# convert R logical vector (uses Int32 to store values) into Vector{Bool[?]}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vector{Bool[?]} isn't completely correct, for now it's just DataVector{Bool}. Same in the release notes.

alyst added a commit that referenced this pull request Nov 4, 2017
@alyst
Copy link
Collaborator Author

alyst commented Nov 4, 2017

I've set REQUIRES to the minimal versions that pass the tests on v0.6.

@alyst alyst merged commit 36cbd5c into master Nov 4, 2017
@alyst alyst deleted the only_update_to_0.6 branch November 4, 2017 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants