Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zincware/ZnInit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: zincware/ZnInit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 20 files changed
  • 2 contributors

Commits on Dec 7, 2022

  1. rename cls attributes and keep backwards compatibility (#7)

    * rename cls attributes and keep backwards compatibility
    
    - `init_descriptors` to `_init_descriptors_`
    - `use_repr` to `_use_repr_`
    - `init_subclass_basecls` to `_init_subclass_basecls_`
    
    * fix lint.yaml
    PythonFZ authored Dec 7, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    850e56e View commit details
  2. fix issues in #7 with metaclasses (#8)

    * fix issues in #7 with metaclasses
    
    * remove unused code
    PythonFZ authored Dec 7, 2022
    Copy the full SHA
    a64e6c8 View commit details

Commits on Dec 8, 2022

  1. allow different versions of _post_init_. (#10)

    Note: The order goes from '__' -> '_' -> '' and they will all be called if multiple ones are defined.
    PythonFZ authored Dec 8, 2022
    Copy the full SHA
    562dddc View commit details

Commits on Dec 14, 2022

  1. Copy the full SHA
    14685d0 View commit details
  2. allow for custom repr function + bump version (#13)

    * allow for custom repr function + bump version
    
    * remove '_get_descriptors'
    
    * make private classmethods functions
    
    * improve readability
    PythonFZ authored Dec 14, 2022
    Copy the full SHA
    b8f1a00 View commit details
  3. add on_setattr (#14)

    * allow for custom repr function + bump version
    
    * remove '_get_descriptors'
    
    * make private classmethods functions
    
    * improve readability
    
    * add 'on_setattr'
    PythonFZ authored Dec 14, 2022
    Copy the full SHA
    8a058cc View commit details
  4. bugfix for on_setattr (#15)

    PythonFZ authored Dec 14, 2022
    Copy the full SHA
    4e6b824 View commit details

Commits on Feb 1, 2023

  1. add zincware badge

    PythonFZ authored Feb 1, 2023
    Copy the full SHA
    ccefb26 View commit details

Commits on Feb 22, 2023

  1. Add get dict method to Descriptor class (#17)

    * maintenance
    
    * add get_dict
    
    * update ruff and fix lint
    PythonFZ authored Feb 22, 2023
    Copy the full SHA
    e4fb2bf View commit details

Commits on Mar 14, 2023

  1. fix repr attr error (#18)

    * fix repr attr error
    
    * reduce number of test runs
    PythonFZ authored Mar 14, 2023
    Copy the full SHA
    5ef9b21 View commit details

Commits on Apr 14, 2023

  1. Allow positional arguments (#21)

    * introduce keyword
    
    * allow args
    
    * more tests
    
    * bump version
    
    * poetry update
    
    * change default args to true
    PythonFZ authored Apr 14, 2023
    Copy the full SHA
    e7e3acf View commit details

Commits on Sep 21, 2023

  1. add priority kwargs; use pre-commit.ci; bump version (#23)

    * add pirority kwargs; use pre-commit.ci; bump version
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * lint
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    PythonFZ and pre-commit-ci[bot] authored Sep 21, 2023
    Copy the full SHA
    0ce3fc7 View commit details

Commits on Nov 23, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#24)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
    - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0)
    - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
    - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.1.6](astral-sh/ruff-pre-commit@v0.0.290...v0.1.6)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 23, 2023
    Copy the full SHA
    4f7b349 View commit details
Loading