Skip to content

Commit e74bf85

Browse files
committed
Version 22.1.0 (2020-06-22)
=========================== * Add type hinting and verify it with ``mypy`` * Minor backward incompatible changes: * some function argument are now mandatory: * e3.anod.context.AnodContext.add_anod_action ``env`` * e3.anod.context.AnodContext.add_spec ``env`` and ``primitive`` * some attribute have been replaced by properties to avoid being marked as Optional * e3.anod.spec.Anod ``build_space`` * e3.os.process out and err attributes preserve CR characters * Deprecate e3.decorator.memoize, use functools.lru_cache instead * Prevent crash when a process launched by e3.os.process.Run does not emit utf-8 on stdout or stderr. Output and error is now processed using bytes_as_str and bytes version of output and error is available through raw_out and raw_err attributes.
1 parent 89a089b commit e74bf85

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Version 22.1.0 (2020-??-??) *NOT RELEASED YET*
1+
# Version 22.2.0 (2020-??-??) *NOT RELEASED YET*
2+
3+
# Version 22.1.0 (2020-06-22)
24

35
* Add type hinting and verify it with ``mypy``
46
* Minor backward incompatible changes:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.0
1+
22.1

0 commit comments

Comments
 (0)