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

Implement pickling for PyStructList and FastList #285

Merged
merged 10 commits into from
Jun 18, 2024
Merged

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    b0bfdca View commit details
    Browse the repository at this point in the history
  2. Remove note about gnu toolchain from docs

    Signed-off-by: Tim Paine <[email protected]>
    Signed-off-by: Petr Ogarok <[email protected]>
    timkpaine authored and ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a8449bf View commit details
    Browse the repository at this point in the history
  3. fix listing/linting typo

    Signed-off-by: Tim Paine <[email protected]>
    Signed-off-by: Petr Ogarok <[email protected]>
    timkpaine authored and ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3cb0a3e View commit details
    Browse the repository at this point in the history
  4. add markdown linters to wiki

    Signed-off-by: Tim Paine <[email protected]>
    Signed-off-by: Petr Ogarok <[email protected]>
    timkpaine authored and ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    709f154 View commit details
    Browse the repository at this point in the history
  5. Force numpy<2 for now

    Signed-off-by: Tim Paine <[email protected]>
    Signed-off-by: Petr Ogarok <[email protected]>
    timkpaine authored and ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    884d823 View commit details
    Browse the repository at this point in the history
  6. Implement pickling for PyStructList and FastList

    Signed-off-by: Petr Ogarok <[email protected]>
    ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e6ee7ec View commit details
    Browse the repository at this point in the history
  7. Clean up code changes for pickling impl

    Signed-off-by: Petr Ogarok <[email protected]>
    ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8f62895 View commit details
    Browse the repository at this point in the history
  8. Fix linting

    Signed-off-by: Petr Ogarok <[email protected]>
    ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e6e2d3c View commit details
    Browse the repository at this point in the history
  9. Remove Py_NewRef as not available in PY3.8

    Signed-off-by: Petr Ogarok <[email protected]>
    ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3143fb0 View commit details
    Browse the repository at this point in the history
  10. Address code review comments

    Signed-off-by: Petr Ogarok <[email protected]>
    ogarokpeter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cf02f94 View commit details
    Browse the repository at this point in the history