Version 0.14.1
Technologicat
released this
09 Jun 08:50
·
2007 commits
to master
since this release
Retrofuturistic edition:
Language version:
- Support Python 3.6. First released in 2016, supported until 2021, most distros should have it by now.
- This will be the final release that supports Python 3.4; upstream support for 3.4 ended in March 2019.
New:
Popper
, a pop-while iterator.window
, a length-n sliding window iterator for general iterables.autoref[]
can now be nested.dbg[]
now supports also an expression variant, customizable by lexically assigningdbgprint_expr
. See the README on macros for details.
Bugfixes:
- Fix crash when SymPy or mpmath are not installed.
mogrify
is now part of the public API, as it should have been all along.- Docs: Mention the
mg
function in the README.
Non-breaking changes:
- Future-proof
namelambda
for Python 3.8. - Docs:
dbg[]
is now listed as a convenience feature in the README.