Skip to content

better handle import strings of numpy scalars#678

Merged
mmckerns merged 2 commits intomasterfrom
scalarsource
Sep 10, 2024
Merged

better handle import strings of numpy scalars#678
mmckerns merged 2 commits intomasterfrom
scalarsource

Conversation

@mmckerns
Copy link
Member

@mmckerns mmckerns commented Sep 10, 2024

Summary

fixes #674 and other handling of numpy scalars in dill.source

Checklist

Documentation and Tests

  • Added relevant tests that run with python tests/__main__.py, and pass.
  • Added relevant documentation that builds in sphinx without error.
  • Artifacts produced with the main branch work as expected under this PR.

Release Management

  • Added "Fixes #NNN" in the PR body, referencing the issue (#NNN) it closes.
  • Added a comment to issue #NNN, linking back to this PR.
  • Added rationale for any breakage of backwards compatibility.

@mmckerns mmckerns added this to the dill-0.3.9 milestone Sep 10, 2024
@mmckerns mmckerns merged commit 15d7c6d into master Sep 10, 2024
@mmckerns mmckerns deleted the scalarsource branch September 10, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

getsource yields python scalars for numpy scalars

1 participant