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

A temporary quick fix for dataclass serialization (#500) #503

Merged
merged 4 commits into from
Jul 21, 2022

Commits on Jun 8, 2022

  1. A temporary quick fix for dataclass serialization (uqfoundation#500)

    This quick fix will be removed when proper dataclass serialization 
    support is added to dill. This is just here to allow for better support, 
    at least for now. dataclasses pickled with this PR will be unpicklable 
    by future versions of dill, but the future versions of dill will be able 
    to be automatically use the newer features in dataclasses.py that were 
    not available in older versions of Python. That forward compatibility 
    features is not present in this PR.
    anivegesana committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    1f5814e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    b78b6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7427c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    3a1e799 View commit details
    Browse the repository at this point in the history