Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Bump version + document
Browse files Browse the repository at this point in the history
  • Loading branch information
tmassingham-ont committed Mar 1, 2018
1 parent 9822258 commit 3dc490f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set (CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/README.md")
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE.md")
set (CPACK_PACKAGE_VERSION_MAJOR 1)
set (CPACK_PACKAGE_VERSION_MINOR 3)
set (CPACK_PACKAGE_VERSION_PATCH 1)
set (CPACK_PACKAGE_VERSION_PATCH 2)

# Get the latest abbreviated commit hash of the working branch
execute_process(
Expand Down
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Scrappie's purpose is to demonstrate the next generation of base calling and, as
# Release history
The intention is that behaviour will be stable within a series, with only bug fixes or minor improvements being applied. An improvement or change in behaviour that is not a major shift in the algorithm will be a new series with a bump of the minor version number. Any major changes in the algorithm will be a new series with the major number bumped.
* 1.3 series: Recurrent Neural Network - Random Field models
* *release-1.3.2*
* Support older platforms that don't support C11 memalign functions (e.g. Mac)
* *release-1.3.1*
* Scrappie-mappy, map signal to predicted squiggle.
* Python interface mapping and basecalling.
Expand Down

0 comments on commit 3dc490f

Please sign in to comment.