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

feat: add packages and content packages #313

Merged
merged 14 commits into from
Nov 12, 2024
Merged

Commits on Nov 12, 2024

  1. fix: raise AttributeError instead of returning None on __getattr__.

    The __getattr__ method should always raise an AttributeError if the value does not exist instead of returning None. The existing implementation causes issues when converting to a Pandas DataFrame
    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1d9bec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7778028 View commit details
    Browse the repository at this point in the history
  3. --wip-- [skip ci]

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    436c8b9 View commit details
    Browse the repository at this point in the history
  4. --wip-- [skip ci]

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a4bc536 View commit details
    Browse the repository at this point in the history
  5. feat: adds packages

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0e8e34a View commit details
    Browse the repository at this point in the history
  6. fix makefile

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    09fdb06 View commit details
    Browse the repository at this point in the history
  7. fix jobs test

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f91e357 View commit details
    Browse the repository at this point in the history
  8. fix jobs test

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b892026 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3895d72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2af9e39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0941576 View commit details
    Browse the repository at this point in the history
  12. fix linting errors

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4b0bed2 View commit details
    Browse the repository at this point in the history
  13. apply pr feedback

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0c9f372 View commit details
    Browse the repository at this point in the history
  14. adds type: ignore for now

    tdstein committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9d9d948 View commit details
    Browse the repository at this point in the history