Skip to content

Commit

Permalink
Merge pull request #208 from hechth/207_release11
Browse files Browse the repository at this point in the history
prepare for new version release
  • Loading branch information
hechth authored May 9, 2023
2 parents 38889ab + 4588403 commit 2f35358
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [dev] - unreleased
## [0.11.0] - 2023-05-09
### Added
- implemented new clustrering algorithm and included parallelism in unsupervised and hybrid [#201](https://github.com/RECETOX/recetox-aplcms/pull/201)
- implemented new clustering algorithm and included parallelism in unsupervised and hybrid [#201](https://github.com/RECETOX/recetox-aplcms/pull/201)
### Changed
- refactored adaptive.bin and combine.seq.3 [#196](https://github.com/RECETOX/recetox-aplcms/pull/196)
- refactored find.match [#193](https://github.com/RECETOX/recetox-aplcms/pull/193)
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: recetox.aplcms
Title: Adaptive processing of LC-MS data
Version: 0.10.3
Date: 2020-06-16
Version: 0.11.0
Date: 2023-05-09
Authors@R: c(
person("Tianwei", "Yu", email = "tianwei.Yu@emory.edu", role = "aut"),
person("Helge", family="Hecht", email = "helge.hecht@recetox.muni.cz", role = "cre"))
Expand Down
1 change: 0 additions & 1 deletion conda/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- r-tidyr
- r-stringr
- r-tibble
# - r-pkgload <=1.2.4
- r-devtools
- r-languageserver
- r-jsonlite
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "recetox-aplcms" %}
{% set version = "0.10.2" %}
{% set version = "0.11.0" %}
{% set github = "https://github.com/RECETOX" %}

package:
Expand Down

0 comments on commit 2f35358

Please sign in to comment.