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: set default allow_pickle param to False #4557

Merged
merged 3 commits into from
Apr 29, 2024

Commits on Apr 29, 2024

  1. breaking: set default allow_pickle param to False

    Ashwin Krishna authored and akrishna1995 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9c5cfdb View commit details
    Browse the repository at this point in the history
  2. breaking: fix unit tests and linting

    NumpyDeserializer will not allow deserialization
    unless allow_pickle flag is set to True explicitly
    Ashwin Krishna authored and akrishna1995 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    64e1ac5 View commit details
    Browse the repository at this point in the history
  3. fix: black-check

    Ashwin Krishna authored and akrishna1995 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d214df4 View commit details
    Browse the repository at this point in the history