Skip to content

Commit b4eb262

Browse files
committed
CHORE(VER): bump 2.1.1.dev0 --> 2.1.1, +CHANGES
1 parent 1758dbb commit b4eb262

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ See also :gg:`1`.
1010
+ [ ] support functions with ``*args`` and ``**kwargs``.
1111

1212

13+
v2.1.1 (12 Oct 2019, @ankostis):
14+
=================================================================================================
15+
- BREAK: drop Python-3.6 compatibility.
16+
- FEAT: Use (possibly multiple) global configurations for all networks,
17+
stored in a :class:`contextvars.ContextVar`.
18+
- ENH/BREAK: Use a (possibly) single `execution_pool` in global-configs.
19+
- feat: add `abort` flag in global-configs.
20+
- feat: add `skip_evictions` flag in global-configs.
21+
22+
1323
v2.1.0 (20 Oct 2019, @ankostis): DROP BW-compatible, Restruct modules/API, Plan perfect evictions
1424
=================================================================================================
1525
The first non pre-release for 2.x train.

graphtik/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""Lightweight computation graphs for Python."""
44

55
__author__ = "hnguyen"
6-
__version__ = "2.1.1.dev0"
6+
__version__ = "2.1.1"
77
__release_date__ = "20 Oct 2019, 01:30"
88
__license__ = "Apache-2.0"
99
__title__ = "graphtik"

0 commit comments

Comments
 (0)