-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: zincware/ZnInit
base: v0.1.3
head repository: zincware/ZnInit
compare: main
- 13 commits
- 20 files changed
- 2 contributors
Commits on Dec 7, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 850e56e - Browse repository at this point
Copy the full SHA 850e56eView commit details -
fix issues in #7 with metaclasses (#8)
* fix issues in #7 with metaclasses * remove unused code
Configuration menu - View commit details
-
Copy full SHA for a64e6c8 - Browse repository at this point
Copy the full SHA a64e6c8View commit details
Commits on Dec 8, 2022
-
allow different versions of
_post_init_
. (#10)Note: The order goes from '__' -> '_' -> '' and they will all be called if multiple ones are defined.
Configuration menu - View commit details
-
Copy full SHA for 562dddc - Browse repository at this point
Copy the full SHA 562dddcView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 14685d0 - Browse repository at this point
Copy the full SHA 14685d0View commit details -
allow for custom repr function + bump version (#13)
* allow for custom repr function + bump version * remove '_get_descriptors' * make private classmethods functions * improve readability
Configuration menu - View commit details
-
Copy full SHA for b8f1a00 - Browse repository at this point
Copy the full SHA b8f1a00View commit details -
* allow for custom repr function + bump version * remove '_get_descriptors' * make private classmethods functions * improve readability * add 'on_setattr'
Configuration menu - View commit details
-
Copy full SHA for 8a058cc - Browse repository at this point
Copy the full SHA 8a058ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6b824 - Browse repository at this point
Copy the full SHA 4e6b824View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ccefb26 - Browse repository at this point
Copy the full SHA ccefb26View commit details
Commits on Feb 22, 2023
-
Add get dict method to Descriptor class (#17)
* maintenance * add get_dict * update ruff and fix lint
Configuration menu - View commit details
-
Copy full SHA for e4fb2bf - Browse repository at this point
Copy the full SHA e4fb2bfView commit details
Commits on Mar 14, 2023
-
* fix repr attr error * reduce number of test runs
Configuration menu - View commit details
-
Copy full SHA for 5ef9b21 - Browse repository at this point
Copy the full SHA 5ef9b21View commit details
Commits on Apr 14, 2023
-
Allow positional arguments (#21)
* introduce keyword * allow args * more tests * bump version * poetry update * change default args to true
Configuration menu - View commit details
-
Copy full SHA for e7e3acf - Browse repository at this point
Copy the full SHA e7e3acfView commit details
Commits on Sep 21, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0ce3fc7 - Browse repository at this point
Copy the full SHA 0ce3fc7View commit details
Commits on Nov 23, 2023
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 4f7b349 - Browse repository at this point
Copy the full SHA 4f7b349View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.3...main