Skip to content

Commit

Permalink
pump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Sep 7, 2017
1 parent 169017f commit 9fff031
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
6 changes: 5 additions & 1 deletion doc/source/FreeSAS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ General introduction to FreeSAS
===============================

FreeSAS is a Python package with small angles scattering tools in a MIT
type license.
type license. It provides:

* autorg: Automatique radius of giration assessement based on Guinier law
* cormap: Comparison of a set of (saxs) curves to decide if they are the same or not
* supcomb: overlay and averageing of dummy-atom models


Introduction
Expand Down
19 changes: 11 additions & 8 deletions doc/source/coverage.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Test coverage report for freesas
================================

Measured on *freesas* version 0.4.0, 16/12/2015
"Measured on *freesas* version 0.6.0, 07/09/2017

.. csv-table:: Test suite coverage
:header: "Name", "Stmts", "Exec", "Cover"
Expand All @@ -10,14 +10,17 @@ Measured on *freesas* version 0.4.0, 16/12/2015
"freesas.__init__", "9", "7", "77.8 %"
"freesas._version", "22", "17", "77.3 %"
"freesas.align", "284", "121", "42.6 %"
"freesas.cormap", "59", "31", "52.5 %"
"freesas.directories", "35", "22", "62.9 %"
"freesas.model", "179", "164", "91.6 %"
"freesas.model", "181", "166", "91.7 %"
"freesas.transformations", "705", "111", "15.7 %"
"freesas.test.__init__", "11", "8", "72.7 %"
"freesas.test.test_align", "114", "107", "93.9 %"
"freesas.test.test_all", "17", "15", "88.2 %"
"freesas.test.test_distance", "49", "47", "95.9 %"
"freesas.test.test_model", "154", "145", "94.2 %"
"freesas.test.utilstests", "13", "12", "92.3 %"
"freesas.test.test_align", "115", "108", "93.9 %"
"freesas.test.test_all", "22", "20", "90.9 %"
"freesas.test.test_autorg", "31", "29", "93.5 %"
"freesas.test.test_cormap", "63", "61", "96.8 %"
"freesas.test.test_distance", "50", "48", "96.0 %"
"freesas.test.test_model", "155", "146", "94.2 %"
"freesas.test.utilstests", "14", "13", "92.9 %"

"freesas total", "1592", "776", "48.7 %"
"freesas total", "1756", "908", "51.7 %"
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unique place where the version number is defined.
# Do not copy into the source folder !
__date__ = "11/01/2017"
__date__ = "07/09/2017"
MAJOR = 0
MINOR = 6
MICRO = 0
RELEV = "dev" # <16
RELEV = "final" # <16
SERIAL = 0 # <16

from collections import namedtuple
Expand Down

0 comments on commit 9fff031

Please sign in to comment.