Skip to content

Commit

Permalink
v1.4.3: fixed melting curves.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli committed Oct 26, 2017
1 parent b634cac commit 87bbb3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [unreleased]
### Fixed
- Now melting curves show the proper (inverted) dissociation curve.

## [1.4.3]
### Added
Expand All @@ -15,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Moved functions to separate library

### Fixed
- Now melting curves show the proper (inverted) dissociation curve.

## [1.4.2]
### Changed
- Now using user-defined formamide m-value for wright correction.
Expand Down
3 changes: 2 additions & 1 deletion lib/oligomeltlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# Description: functions to calculate and correct melting temperature.
#
# Changelog:
# unreleased: fixed melting curves (inverted).
# unrelease: ...
# 1.0.1: fixed melting curves (inverted).
# 1.0.0: functions retrieved from original script.
#
# References:
Expand Down

0 comments on commit 87bbb3d

Please sign in to comment.