=====================
IMPORTANT NOTES:
1. This release will drop support for Python 3.6 and 3.7!
(88, 95, 99)
2. This release will drop support for legacy task names! (96)
3. This release introduces dotted keys (97)
Features
--------
- 96: Drop legacy task names
- 97: Better context class. This allows dotted keys!
- 99: Add support for Python 3.12 (and drop 3.6, 3.7)
- 100: Better error messages for Jinja2 errors
Fixes
-----
- 87: Update deepdiff dependencies
- 89, 92, 93: Fix typos in sources and docs (thanks kinow)
- 90: Add and install optional/extra dependencies (thanks kinow)
- 98: Fix errors in base.command tests
Internal changes
----------------
- 88 Drop Python3.6 support
- 99 Drop Python3.7 support
- 95 Improve packaging and CI
+ switch to src-layout
+ drop Python3.6 support
+ add Python3.11 support
+ add environment files for conda
+ migrate from pkg_resources to importlib.metadata