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

Refactorings in model config & base model classes #304

Merged
merged 10 commits into from
Mar 23, 2022

Commits on Mar 21, 2022

  1. Remove DataclassJSONEncoder

    calpt committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    2d0b55f View commit details
    Browse the repository at this point in the history
  2. Unswizzle config classes:

    - remove `ModelConfigAdaptersMixin`
    - add config injector
    calpt committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7e59e31 View commit details
    Browse the repository at this point in the history
  3. Unswizzle modeling_utils.py

    calpt committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f39956d View commit details
    Browse the repository at this point in the history
  4. Unswizzle another test class

    calpt committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    96870f9 View commit details
    Browse the repository at this point in the history
  5. style

    calpt committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    32fac9c View commit details
    Browse the repository at this point in the history
  6. Bug fixes.

    Remove option to pass custom_heads during config loading.
    calpt committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b129df6 View commit details
    Browse the repository at this point in the history
  7. Test tolerance

    calpt committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a2ea4e2 View commit details
    Browse the repository at this point in the history
  8. Rename injectors -> wrappers

    calpt committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6943c3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c28c290 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c692ba View commit details
    Browse the repository at this point in the history