src/eric7/DebugClients/Python/coverage/doc/CHANGES.rst

branch
eric7
changeset 9374
ed79209469ad
parent 9252
32dd11232e06
diff -r e074358157f4 -r ed79209469ad src/eric7/DebugClients/Python/coverage/doc/CHANGES.rst
--- a/src/eric7/DebugClients/Python/coverage/doc/CHANGES.rst	Sat Oct 01 17:30:55 2022 +0200
+++ b/src/eric7/DebugClients/Python/coverage/doc/CHANGES.rst	Sat Oct 01 17:37:10 2022 +0200
@@ -17,6 +17,75 @@
     ..  Version 9.8.1 — 2027-07-27
     ..  --------------------------
 
+.. _changes_6-5-0:
+
+Version 6.5.0 — 2022-09-29
+--------------------------
+
+- The JSON report now includes details of which branches were taken, and which
+  are missing for each file. Thanks, Christoph Blessing (`pull 1438`_). Closes
+  `issue 1425`_.
+
+- Starting with coverage.py 6.2, ``class`` statements were marked as a branch.
+  This wasn't right, and has been reverted, fixing `issue 1449`_. Note this
+  will very slightly reduce your coverage total if you are measuring branch
+  coverage.
+
+- Packaging is now compliant with `PEP 517`_, closing `issue 1395`_.
+
+- A new debug option ``--debug=pathmap`` shows details of the remapping of
+  paths that happens during combine due to the ``[paths]`` setting.
+
+- Fix an internal problem with caching of invalid Python parsing. Found by
+  OSS-Fuzz, fixing their `bug 50381`_.
+
+.. _bug 50381: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381
+.. _PEP 517: https://peps.python.org/pep-0517/
+.. _issue 1395: https://github.com/nedbat/coveragepy/issues/1395
+.. _issue 1425: https://github.com/nedbat/coveragepy/issues/1425
+.. _pull 1438: https://github.com/nedbat/coveragepy/pull/1438
+.. _issue 1449: https://github.com/nedbat/coveragepy/issues/1449
+
+
+.. _changes_6-4-4:
+
+Version 6.4.4 — 2022-08-16
+--------------------------
+
+- Wheels are now provided for Python 3.11.
+
+
+.. _changes_6-4-3:
+
+Version 6.4.3 — 2022-08-06
+--------------------------
+
+- Fix a failure when combining data files if the file names contained
+  glob-like patterns (`pull 1405`_).  Thanks, Michael Krebs and Benjamin
+  Schubert.
+
+- Fix a messaging failure when combining Windows data files on a different
+  drive than the current directory. (`pull 1430`_, fixing `issue 1428`_).
+  Thanks, Lorenzo Micò.
+
+- Fix path calculations when running in the root directory, as you might do in
+  a Docker container: `pull 1403`_, thanks Arthur Rio.
+
+- Filtering in the HTML report wouldn't work when reloading the index page.
+  This is now fixed (`pull 1413`_).  Thanks, Marc Legendre.
+
+- Fix a problem with Cython code measurement (`pull 1347`_, fixing `issue
+  972`_).  Thanks, Matus Valo.
+
+.. _issue 972: https://github.com/nedbat/coveragepy/issues/972
+.. _pull 1347: https://github.com/nedbat/coveragepy/pull/1347
+.. _pull 1403: https://github.com/nedbat/coveragepy/issues/1403
+.. _pull 1405: https://github.com/nedbat/coveragepy/issues/1405
+.. _pull 1413: https://github.com/nedbat/coveragepy/issues/1413
+.. _issue 1428: https://github.com/nedbat/coveragepy/issues/1428
+.. _pull 1430: https://github.com/nedbat/coveragepy/pull/1430
+
+
 .. _changes_6-4-2:
 
 Version 6.4.2 — 2022-07-12

eric ide

mercurial