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

Add ability to register modules to be deeply serialized #417

Merged
merged 74 commits into from Aug 1, 2021

Commits on Jun 15, 2021

  1. Copy the full SHA
    8a1578b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1de1c4f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    05ebfd3 View commit details
    Browse the repository at this point in the history
  4. Fixes cloudpipe#206.

    Adding tested deep serialisation option.
    
    Based on PR391 by kinghuang, but taking on
    feedback from maintainers and adding tests.
    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    38364d6 View commit details
    Browse the repository at this point in the history
  5. Adding newline to end of file

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    3046111 View commit details
    Browse the repository at this point in the history
  6. Further flake8 changes

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    05b0f83 View commit details
    Browse the repository at this point in the history
  7. More formatting fixes

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    de1b375 View commit details
    Browse the repository at this point in the history
  8. Renaming function

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    261f127 View commit details
    Browse the repository at this point in the history
  9. Document changes in changelog

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    9dcb540 View commit details
    Browse the repository at this point in the history
  10. Unifying the naming convention

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    a2ec3a2 View commit details
    Browse the repository at this point in the history
  11. Updating naming conventions

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    6e882e8 View commit details
    Browse the repository at this point in the history
  12. Adding broken module test

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    cd1fde3 View commit details
    Browse the repository at this point in the history
  13. Resolving protocol

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    50d56a9 View commit details
    Browse the repository at this point in the history
  14. Adding instnace check for TypeVar

    Samuel Hinton committed Jun 15, 2021
    Copy the full SHA
    898cf05 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Copy the full SHA
    65df95b View commit details
    Browse the repository at this point in the history
  2. CLN fix linting errors

    pierreglaser committed Jun 19, 2021
    Copy the full SHA
    fd9d250 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5f84156 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Making separate typevar chec, and using functions for the `_should_pi…

    …ckle_by_reference` test
    Samuel Hinton committed Jun 21, 2021
    Copy the full SHA
    14067eb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. cosmit

    ogrisel committed Jun 22, 2021
    Copy the full SHA
    cce4708 View commit details
    Browse the repository at this point in the history
  2. Update cloudpickle/cloudpickle.py

    Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
    Samreay and ogrisel committed Jun 22, 2021
    Copy the full SHA
    14a5cfe View commit details
    Browse the repository at this point in the history
  3. Update tests/cloudpickle_test.py

    Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
    Samreay and ogrisel committed Jun 22, 2021
    Copy the full SHA
    ab57df8 View commit details
    Browse the repository at this point in the history
  4. Updating variable names

    Samuel Hinton committed Jun 22, 2021
    Copy the full SHA
    cfcf843 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Adding another unit test to check local module patching

    Samuel Hinton committed Jun 30, 2021
    Copy the full SHA
    cc04c2b View commit details
    Browse the repository at this point in the history
  2. Updating names and comments

    Samuel Hinton committed Jun 30, 2021
    Copy the full SHA
    c689adc View commit details
    Browse the repository at this point in the history
  3. I am a savage that didnt run flake8 and I apologise

    Samuel Hinton committed Jun 30, 2021
    Copy the full SHA
    bad9f75 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    23cbfb3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    261b5a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Updating function and variable names

    Samuel Hinton committed Jul 1, 2021
    Copy the full SHA
    b29547e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Copy the full SHA
    bd4967f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Copy the full SHA
    d83e25a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a7725bd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Copy the full SHA
    c799711 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11eb075 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Copy the full SHA
    b111a56 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4a3b3dd View commit details
    Browse the repository at this point in the history
  3. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    ad85452 View commit details
    Browse the repository at this point in the history
  4. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    4f99ad1 View commit details
    Browse the repository at this point in the history
  5. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    59a0903 View commit details
    Browse the repository at this point in the history
  6. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    0bf7c58 View commit details
    Browse the repository at this point in the history
  7. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    43210dc View commit details
    Browse the repository at this point in the history
  8. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    2fdd912 View commit details
    Browse the repository at this point in the history
  9. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    03c82cb View commit details
    Browse the repository at this point in the history
  10. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    730c11b View commit details
    Browse the repository at this point in the history
  11. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    1d97bff View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    aa12ac2 View commit details
    Browse the repository at this point in the history
  13. CI again

    pierreglaser committed Jul 13, 2021
    Copy the full SHA
    93544c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Copy the full SHA
    2d3d1ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fd740f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1794c2e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Copy the full SHA
    a6637d5 View commit details
    Browse the repository at this point in the history
  2. CLN remove unused import

    pierreglaser committed Jul 15, 2021
    Copy the full SHA
    866f096 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Copy the full SHA
    1206827 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4ee37d9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4faafbc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dae05bb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3d4c896 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4f5942e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Copy the full SHA
    c50aa4c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5843205 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a2b25b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2b82f4d View commit details
    Browse the repository at this point in the history
  5. TST fix typo in test

    pierreglaser committed Jul 22, 2021
    Copy the full SHA
    058c537 View commit details
    Browse the repository at this point in the history
  6. CLN remove stale file

    pierreglaser committed Jul 22, 2021
    Copy the full SHA
    850be6c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    749a6b7 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c5bc41e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Copy the full SHA
    6ef5ec8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8004bae View commit details
    Browse the repository at this point in the history
  3. CLN unused import

    pierreglaser committed Jul 31, 2021
    Copy the full SHA
    418b848 View commit details
    Browse the repository at this point in the history
  4. Apply docs suggestions

    Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
    pierreglaser and ogrisel committed Jul 31, 2021
    Copy the full SHA
    79a38fe View commit details
    Browse the repository at this point in the history
  5. Update tests/cloudpickle_test.py

    Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
    pierreglaser and ogrisel committed Jul 31, 2021
    Copy the full SHA
    4f9af38 View commit details
    Browse the repository at this point in the history
  6. fix linting errors

    pierreglaser committed Jul 31, 2021
    Copy the full SHA
    5f079b0 View commit details
    Browse the repository at this point in the history
  7. more linting...

    pierreglaser committed Jul 31, 2021
    Copy the full SHA
    0589dcb View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e4ca37d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    1e9a48d View commit details
    Browse the repository at this point in the history