Skip to content

Commit

Permalink
Preparations for release (#328)
Browse files Browse the repository at this point in the history
* Added 3.06 to changelog
* Bumped verson numbers
  • Loading branch information
percolator committed May 11, 2022
1 parent e487451 commit e8b3ebd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CommonCMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ set(CMAKE_MODULE_PATH ${PERCOLATOR_SOURCE_DIR}/cmake)

# VERSION AND NAMESPACES
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "05")
set(CPACK_PACKAGE_VERSION_MINOR "06")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(PIN_VERSION_MAJOR "1")
set(PIN_VERSION_MINOR "3")
Expand Down
17 changes: 17 additions & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v3.06
* Added extended unit tests.
* Added code for quicker FDR calculation.
* Updated urls to xerces and google test
* Switched compiler to c++11
* Added basic pepXML support.
* Improved testing in Github actions:
- Made separate stages for unit and system tests for Ubuntu
- Introduced a test build for centos
- Moved unit and system tests to release code.
- Changed the dependency structure to gtest
* Added command line argument to switch off reporting to analytics
* Added possibility to include spectrum file name in tab-delimited input, that is carried over to tab-delimeted output.
* Added possibility to include retention time in tab-delimited input.
* Discontinued support of the Elude model
* Removed all retention time modelling and all other DOC features

v3.05
* Fixed problem with Elude model reading on windows (#249)
* Better error messages for converters (#251)
Expand Down

0 comments on commit e8b3ebd

Please sign in to comment.