Skip to content

Commit

Permalink
Merge pull request #19 from 3D-e-Chem/ws-cutoff045-issue18
Browse files Browse the repository at this point in the history
Lowered webservice cutoff default and minimum to 0.45
  • Loading branch information
sverhoeven committed Jun 3, 2016
2 parents 25e4b46 + 2f542a4 commit 235a826
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 1.4.2 - 3 June 2016

### Changed

* Lower webservice cutoff to 0.45 (#18)

## 1.4.1 - 31 May 2016

### Added
Expand Down
2 changes: 1 addition & 1 deletion kripodb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version_info__ = ('1', '4', '1')
__version_info__ = ('1', '4', '2')
__version__ = '.'.join(__version_info__)
4 changes: 2 additions & 2 deletions kripodb/webservice/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"in": "query",
"description": "Distance score cutoff.",
"required": false,
"default": 0.55,
"default": 0.45,
"type": "number",
"format": "double",
"minimum": 0.55,
"minimum": 0.45,
"maximum": 1.00
},
{
Expand Down

0 comments on commit 235a826

Please sign in to comment.