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 particlewise keyword to particle_collections.is_category #2648

Merged
merged 24 commits into from May 4, 2024

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    8ff6349 View commit details
    Browse the repository at this point in the history
  2. add changelog

    Jeffrey Reep committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7e2de30 View commit details
    Browse the repository at this point in the history
  3. fix precommit

    Jeffrey Reep committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c665e0b View commit details
    Browse the repository at this point in the history
  4. remove brackets in test input

    Jeffrey Reep committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3ed6f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    365700f View commit details
    Browse the repository at this point in the history
  2. add noqa

    Jeffrey Reep committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2ac9384 View commit details
    Browse the repository at this point in the history
  3. attempt to fix decorators with particlewise=True

    Jeffrey Reep committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c0b34f9 View commit details
    Browse the repository at this point in the history
  4. attempt to fix decorators with particlewise=True

    Jeffrey Reep committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d53330e View commit details
    Browse the repository at this point in the history
  5. fix iterable bool issue

    Jeffrey Reep committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5d21d6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d677446 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. np.allclose -> all(), and remove # noqa

    Jeffrey Reep authored and Jeffrey Reep committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d1967f7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    962c683 View commit details
    Browse the repository at this point in the history
  2. overload is_category to improve type hints -- does this fix mypy stat…

    …ic check?
    Jeffrey Reep committed May 1, 2024
    Configuration menu
    Copy the full SHA
    08b97c8 View commit details
    Browse the repository at this point in the history
  3. refactor overload to use Literal[]

    Jeffrey Reep committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fcc75b2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. revert the changes to particles.decorator.verify_allowed_types

    Jeffrey Reep authored and Jeffrey Reep committed May 2, 2024
    Configuration menu
    Copy the full SHA
    79ff73b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    bfcaa2c View commit details
    Browse the repository at this point in the history
  2. modify mypy checks

    Jeffrey Reep committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0548303 View commit details
    Browse the repository at this point in the history
  3. modify docstring

    Jeffrey Reep committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2aeb804 View commit details
    Browse the repository at this point in the history
  4. add info to docs about particlewise

    Jeffrey Reep committed May 3, 2024
    Configuration menu
    Copy the full SHA
    925760e View commit details
    Browse the repository at this point in the history
  5. fix changelog + typo

    Jeffrey Reep committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2daceaa View commit details
    Browse the repository at this point in the history
  6. fix docs

    Jeffrey Reep committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b29c854 View commit details
    Browse the repository at this point in the history
  7. fix changelog link

    Jeffrey Reep committed May 3, 2024
    Configuration menu
    Copy the full SHA
    783c25d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    f8df663 View commit details
    Browse the repository at this point in the history
  2. update changelog

    Jeffrey Reep authored and Jeffrey Reep committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8fe0fd8 View commit details
    Browse the repository at this point in the history