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

initial working jaxtyping serializing/deserializing #576

Merged
merged 5 commits into from
Aug 2, 2024
Merged

initial working jaxtyping serializing/deserializing #576

merged 5 commits into from
Aug 2, 2024

Commits on Jul 26, 2024

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

Commits on Jul 27, 2024

  1. chore: Handle TypeError in is_numpy_jaxtyping

    The code changes in `serde/numpy.py` modify the `is_numpy_jaxtyping` function to handle a `TypeError` exception. This change ensures that if a `TypeError` occurs when trying to determine if a type is a numpy jaxtyping, the function will return `False` instead of raising an error.
    pablovela5620 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    76d9c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edea8f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Jul 31, 2024

  1. add jaxtyping test

    pablovela5620 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2a012c1 View commit details
    Browse the repository at this point in the history