- fix: package name to valid dotted path before package resource extraction (3) - chore(pre-commit): add mypy check
.. _changes_1-4-1:
1.4.1
--------------------------
- fix(logging_api): extract from non-installed package raise ImportError (2) - fix(logging_api): in fcn worker_yaml_curated remove ImportError check - ci: bump gha action versions - ci: add templates for PR feature request and bug report
.. _changes_1-4-0:
1.4.0
--------------------------
- fix: yaml logger package_name placeholder replace with target package name - ci(testsuite): fix lack hyphen between pypi and version - chore: configure interrogate in pyproject.toml and pre-commit config - docs: fill in missing in-code documentation
.. _changes_1-3-6:
1.3.6
--------------------------
- chore: bump cffi to 1.17.1 add py313 and musllinux aarch64 support (1) - test: fix windows and macos specific errors - ci(tox-test.ini): give tox-gh-actions a try - ci(tox.ini): use testenv basepython to set each env python version - ci(tox-test.ini): add seperate tests tox config file - fix(logging_yaml_validate): MapValidator --> MapPattern - feat(util_root): add detect elevated privledge on Windows - fix: remove unmaintained dependency get-pypi-latest-version - fix(util_root): no os.getuid on windows - ci(testsuite): turn on test platforms windows and macos
.. _changes_1-3-5:
1.3.5
--------------------------
- docs: fix links and doctest issues - test(util_root): on Windows, getpwnam become module level variable allow patch - fix(logging_yaml_validate): fix import to strictyaml.validators.MapValidator - fix(util_root): no pwd module on Windows. shutil.chown also not Windows