From 6c77f293552efebaefbf82d0c69b09f610a71f15 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Tue, 13 Jul 2021 12:15:33 +0200 Subject: [PATCH] document latest changes --- CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 4dd6397614..402644a2ee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,18 @@ Version 0.17 (in development) Drop Python 2 support. +Migrate CI to GitHub actions. Add ``pypy3`` to matrix. + +Tests: implement ``--skip-exe`` via custom ``pytest`` marker. + +Documentation: point Anaconda users to ``conda-forge/python-graphviz``. + +Move type hints from docstrings to type annotations. Improve doctests. + +Examples: standardize import convention and modernize. + +Re-render example notebooks with Graphviz 2.46.1. + Version 0.16 ------------