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

[SEDONA-476] Fixed package names of SedonaKepler and SedonaPyDeck; do not require IPython to be installed to import sedona.spark #1260

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

Kontinuation
Copy link
Member

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Fix how we import SedonaKepler and SedonaPyDeck in sedona/spark/__init__.py, so that we can call sedona.spark.SedonaKepler.create_map after import sedona.spark, instead of sedona.spark.SedonaKepler.SedonaKepler.create_map.

This PR also contains a fix for #1253, so that import sedona.spark won't require IPython to be present.

How was this patch tested?

Tested manually in a virtual environment.

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the docs.

…IPython to

be installed when importing sedona.spark.
@Kontinuation Kontinuation marked this pull request as ready for review February 28, 2024 10:22
@jiayuasu jiayuasu added this to the sedona-1.6.0 milestone Feb 28, 2024
@jiayuasu jiayuasu linked an issue Feb 28, 2024 that may be closed by this pull request
@jiayuasu jiayuasu merged commit 7e3fe3a into apache:master Feb 28, 2024
26 checks passed
jiayuasu pushed a commit that referenced this pull request Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undeclared IPython dependency
2 participants