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

Feature Lists Have Different Ordering In Python 3.5 vs. 3.6+ #687

Closed
jeremyliweishih opened this issue Jul 30, 2019 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@jeremyliweishih
Copy link
Contributor

Feature Lists Have Different Ordering In Python 3.5 vs. 3.6+

Due to dictionaries retaining insertion order in python 3.6+, feature lists in Python 3.6 and 3.6+ have a different order. It is unknown where this creates issues other than serialization and deserializing between different versions

@rwedge
Copy link
Contributor

rwedge commented May 18, 2020

Since Featuretools has dropped Python 3.5, we no longer have this problem

@rwedge rwedge closed this as completed May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants