AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 1.13 * added @wrap_with() * added nullcontext
- version update to 1.12 - added @cached_readonly - more introspection in @decorator decorators - documented @cached_property inheritance limitations - included tests in pypi sdist tarball (Tomáš Chvátal) - back to PyPI tarball
- Update to 1.11: - switched docs and internals to Python 3 - improved docs: better texts and examples here and there - support Python 3.7 officially - added popups over functions everywhere in docs - accept any iterables of errors in flow utils - fixed walk_values() for defaultdicts with empty factory - fixed xmap() signature introspection - documented lzip()
- Remove superfluous devel dependency for noarch package
- Avoid first person in description.
- Update to 1.10.1 * use raise from in reraise() * fix @cache with mixed positional and keywords args (thx to adrian-dankiv) - Update to 1.10 * added @reraise() * added unit and threshold params to *_durations() utils * published and documented LazyObject * fixed iffy() default argument when action is not present (Dmytro Kabakchei)
- Implement single-spec version - Update to 1.9.1 * See changelog at https://github.com/Suor/funcy/blob/1.9.1/CHANGELOG
- - Initial version