| hide |
|
|---|
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
To see unreleased changes, please see the CHANGELOG on the master branch guide.
- Explicitly enumerate all exportable symbols into
__all__. - Python 3.14 support.
- Install security updates during devcontainer build.
- Ruff 0.14.0
- Mypy 1.18.2
- Pytest 8.4.2
- IPython 9.6.0
- Codecov integration.
- Use python:3.14-slim-trixie as base for devcontainer.
- Restore previous exception handler on deleting err object
- Python 3.13 support
- Minimal sentry_sdk version is 2.8.0
- Python 3.8 support
- Move requirements to pyproject.toml
- Move to ruff formatter from black
- mkdocs-material 9.5.44
- mypy 1.13.0
- ruff 0.11.2
- pytest 8.3.3
- Python 3.12 tests.
- docs: Fancy home page.
- devcontainer: Use Python 3.12.
errcommand-line tool.BaseFormatterabstract base class.TerseFormatterandExtendFormatterformatters.ErrorInfogot optionalroot_modulefield.ErrorInfo.get_top_app_frame()function.py.typedfile for PEP-561 compatibility- docs: "Supported standards" page
- docs: Code Quality
- Refined docstrigs
- Use
actions/checkout@v3 - Use
actions/cache@v3 - Use
pypa/gh-action-pypi-publish@release/v1 - Project structure tests
- CI workflows tests
- Adopt Ruff
- Coverage 7.3.0
- mypy 1.5.1
- Move
.coveragerctopyproject.toml - Move
setup.cfgtopyproject.toml
- Python 3.11 support.
- TracebackMiddleware shows exact problem position on Python 3.11+
CodePositionstructure for exact code location (Python 3.11+)SourceInfogot optionalposfield.- Add CITATIONS.cff
- Developer's Common Tasks
- Move changelog into the project's root
- Use Python 3.11 for devcontainer
- mkdocs-material 8.5.8
- pytest 7.2.0
- Coverage 6.5.0
-
ErrorInfoJSON serialization/deserialization. -
ErrorInfoMiddleware to write collected errors to JSON files.
-
New Err.setup options:
error_info_patherror_info_compress
__version__attribute.
- Initial release.