Skip to content

Commit

Permalink
Update release notes and test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed May 11, 2020
1 parent 6659891 commit c8f5ab8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions doc/source/Changelog.rst
Expand Up @@ -2,12 +2,16 @@ Changelog
=========

FabIO-0.10.2 (05/2020):
.......................

- Robustness to read corrupted EDF files
- Fix open files with BytesIO
- Fix unexpected exception on FabioImage iteration
- Validated on Python 3.5 to 3.8
- Still works with Python 2.7 (probably the last)

FabIO-0.10.1 (04/2020):
.......................

- Fix regression on FilenameObject

Expand All @@ -34,8 +38,8 @@ FabIO-0.10.0 (04/2020):
- Improved tests (PR #320, #341, #345) and `requirement.txt` (PR #331)
- Updated debian packaging (PR #324, #326), added debian11/ubuntu20.04 support (PR #355)
- Added changelog file (PR #357)
- Remove packagin for debian 6, 7 and 8, add support for debian11
- Drop support for Python2 and 3.4, validated version are 3.5-3.8 on mac, win & linux
- Remove packaging for debian 6, 7 and 8, add support for debian11
- Drop support for Python2 and 3.4, validated version are 3.5-3.8 on mac, win & linux


FabIO-0.9.0 (03/2019):
Expand Down
14 changes: 7 additions & 7 deletions doc/source/coverage.rst
@@ -1,7 +1,7 @@
Test coverage report for fabio
==============================

Measured on *fabio* version 0.10.0, 03/04/2020
Measured on *fabio* version 0.10.2, 11/05/2020

.. csv-table:: Test suite coverage
:header: "Name", "Stmts", "Exec", "Cover"
Expand All @@ -21,12 +21,12 @@ Measured on *fabio* version 0.10.0, 03/04/2020
"converters.py", "18", "15", "83.3 %"
"dm3image.py", "154", "145", "94.2 %"
"dtrekimage.py", "171", "141", "82.5 %"
"edfimage.py", "858", "642", "74.8 %"
"edfimage.py", "868", "652", "75.1 %"
"eigerimage.py", "106", "74", "69.8 %"
"esperantoimage.py", "109", "57", "52.3 %"
"fabioformats.py", "87", "62", "71.3 %"
"fabioimage.py", "429", "333", "77.6 %"
"fabioutils.py", "384", "302", "78.6 %"
"fabioimage.py", "435", "351", "80.7 %"
"fabioutils.py", "388", "307", "79.1 %"
"file_series.py", "365", "274", "75.1 %"
"fit2dimage.py", "92", "77", "83.7 %"
"fit2dmaskimage.py", "78", "75", "96.2 %"
Expand All @@ -41,7 +41,7 @@ Measured on *fabio* version 0.10.0, 03/04/2020
"mrcimage.py", "83", "63", "75.9 %"
"nexus.py", "187", "94", "50.3 %"
"numpyimage.py", "78", "54", "69.2 %"
"openimage.py", "101", "77", "76.2 %"
"openimage.py", "103", "87", "84.5 %"
"pilatusimage.py", "43", "37", "86.0 %"
"pixiimage.py", "107", "91", "85.0 %"
"pnmimage.py", "136", "87", "64.0 %"
Expand All @@ -55,10 +55,10 @@ Measured on *fabio* version 0.10.0, 03/04/2020
"compression/agi_bitfield.py", "115", "113", "98.3 %"
"compression/compression.py", "255", "191", "74.9 %"
"ext/__init__.py", "0", "0", "0.0 %"
"utils/ExternalResources.py", "179", "132", "73.7 %"
"utils/ExternalResources.py", "179", "94", "52.5 %"
"utils/__init__.py", "0", "0", "0.0 %"
"utils/deprecation.py", "56", "54", "96.4 %"
"utils/mathutils.py", "11", "6", "54.5 %"
"utils/pilutils.py", "49", "39", "79.6 %"

"fabio total", "8151", "6061", "74.4 %"
"fabio total", "8173", "6066", "74.2 %"

0 comments on commit c8f5ab8

Please sign in to comment.