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

Updated "Use __dict__ and ignore __slots__ on classes #169 #181

Merged
merged 8 commits into from
Jan 27, 2024

Commits on Dec 19, 2023

  1. Always use __dict__ and ignore __slots__ on classes

    Nodd authored and Kyle D Fawcett committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2a09c80 View commit details
    Browse the repository at this point in the history
  2. abc module unused

    Nodd authored and Kyle D Fawcett committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d5ae502 View commit details
    Browse the repository at this point in the history
  3. TST: test classes that use __slots__

    Kyle D Fawcett committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    29ed8b4 View commit details
    Browse the repository at this point in the history
  4. update change log

    Kyle D Fawcett committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    472cd4a View commit details
    Browse the repository at this point in the history
  5. Update CHANGES.rst

    Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
    kylefawcett and pllim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e00be6f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. make slots example more consistent with python nomenclature

    Kyle D Fawcett committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fc31e65 View commit details
    Browse the repository at this point in the history
  2. TST: add basic coverage test for slots example

    Kyle D Fawcett committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d58f35f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. DOC: fixup changelog

    bsipocz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5904a17 View commit details
    Browse the repository at this point in the history