Skip to content

Update last time index code to fix Koalas error#1202

Merged
thehomebrewnerd merged 7 commits into
mainfrom
koalas-error
Oct 27, 2020
Merged

Update last time index code to fix Koalas error#1202
thehomebrewnerd merged 7 commits into
mainfrom
koalas-error

Conversation

@thehomebrewnerd

@thehomebrewnerd thehomebrewnerd commented Oct 27, 2020

Copy link
Copy Markdown
Contributor

Update add last time index code to fix Koalas error

When Koalas 1.3.0 was released a new error occurred when setting last time indexes as a result. This PR implements changes to fix this error. The updated code was tested with Koalas 1.1.0, 1.2.0 and 1.3.0 and works fine for each. As a result, the upper version restriction on Koalas in koalas-requirements.txt was also removed.

@thehomebrewnerd thehomebrewnerd self-assigned this Oct 27, 2020
@codecov

codecov Bot commented Oct 27, 2020

Copy link
Copy Markdown

Codecov Report

Merging #1202 into main will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1202   +/-   ##
=======================================
  Coverage   98.60%   98.60%           
=======================================
  Files         130      130           
  Lines       13932    13932           
=======================================
  Hits        13738    13738           
  Misses        194      194           
Impacted Files Coverage Δ
featuretools/entityset/entityset.py 97.76% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7d7f56...da678b1. Read the comment docs.

Comment thread docs/source/release_notes.rst Outdated
**Future Release**
* Enhancements
* Fixes
* Update ``EntitySet.add_last_time_indexes`` to work with Koalas 1.3.0 (:pr:`1202`)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we remove the "Restrict koalas version" entry in the release notes and and add its PR number to this entry?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done!

Comment thread featuretools/entityset/entityset.py

@rwedge rwedge left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good

@thehomebrewnerd thehomebrewnerd merged commit 7907f3b into main Oct 27, 2020
@thehomebrewnerd thehomebrewnerd deleted the koalas-error branch October 27, 2020 20:46
@jeff-hernandez jeff-hernandez mentioned this pull request Oct 30, 2020
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