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

fix deprecation for setindex! using 1-row DataFrame #1928

Merged
merged 2 commits into from
Aug 25, 2019

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Aug 25, 2019

This fixes https://discourse.julialang.org/t/overwrite-partial-dataframe-row-with-new-array/27953.

@nalimilan After this is merged we should tag a release. Ideally I would also merge #1925 and #1899 if they could be ready relatively soon (I have time to work on it) and then tag 0.20.0 release (this is my preferred option if you have time to have a look, especially at #1899 which is large). Otherwise we should just pick this PR over 0.19.3 and tag 0.19.4 with only this fix.

Copy link
Member

@nalimilan nalimilan left a comment

Choose a reason for hiding this comment

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

We can tag a release immediately with this fix, that doesn't mean we cannot tag another release soon with other changes. Do we really need to bump the minor release number? We haven't broken anything, right?

@bkamins
Copy link
Member Author

bkamins commented Aug 25, 2019

What was mildly non-breaking, but on the border is:

  • deprecation of Tuple for on in join
  • different printing of DataFrameRows and DataFrameColumns

And what is breaking is #1899 (as I disallow some old functionality).

So if it is OK with you I would:

and leave #1899 for later (this is a complex PR so it is better to sleep over it). Please confirm if we can go this way.

@bkamins bkamins merged commit a9b83b5 into JuliaData:master Aug 25, 2019
@bkamins bkamins deleted the fix_1_row_dataframe_setindex branch August 25, 2019 14:52
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.

2 participants