Skip to content

Commit

Permalink
Merge pull request #691 from SMI/release/v2.1.0
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
rkm authored Mar 30, 2021
2 parents b3c27ae + 26e41d4 commit f4763c9
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 17 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,41 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [2.1.0] 2021-03-30

## Feature

- [#676](https://github.com/SMI/SmiServices/pull/676) by tznind. Improvements
to IsIdentifiable Reviewer
- Tab based navigation
- Better pattern generation for overlapping failure parts
- Fixed sequential mode always showing failures covered by existing UPDATE
rules
- Fixed tree view not adapting as new rules are added e.g. when used to
interactively process many failures
- [#690](https://github.com/SMI/SmiServices/pull/690) by tznind. Added
ModalitySpecificRejectorOptions

## Bugfix

- [#678](https://github.com/SMI/SmiServices/pull/678) by rkm. Fix log
directory naming for single-entrypoint app. Fixes #677
- [#681](https://github.com/SMI/SmiServices/pull/681) by howff. Fix Python
packaging when run from repo root dir
- [#684](https://github.com/SMI/SmiServices/pull/684) by howff.
- Minor fixes to python for compatibility (eg. semehr using python2)
- Use a unique temporary directory for input and output files
- Enable extraction from MongoDB by StudyDate (the only field other than
FilePath which has an index)
- [#688](https://github.com/SMI/SmiServices/pull/688) by howff. Reword the
CohortExtractor log/info messages as it's not just patients which can be
rejected

## Meta

- [#668](https://github.com/SMI/SmiServices/pull/668) by rkm. Add note to the
releasing documentation to alert the Mattermost channel

## [2.0.0] 2021-03-13

## Feature
Expand Down Expand Up @@ -738,7 +773,8 @@ First stable release after importing the repository from the private
- Anonymous `MappingTableName` must now be fully specified to pass validation
(e.g. `mydb.mytbl`). Previously skipping database portion was supported.

[unreleased]: https://github.com/SMI/SmiServices/compare/v2.0.0...master
[unreleased]: https://github.com/SMI/SmiServices/compare/v2.1.0...master
[2.1.0]: https://github.com/SMI/SmiServices/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/SMI/SmiServices/compare/v1.15.1...v2.0.0
[1.15.1]: https://github.com/SMI/SmiServices/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/SMI/SmiServices/compare/v1.14.1...v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/SmiServices.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/SmiServices/alerts/)

Version: `2.0.0`
Version: `2.1.0`

# SMI Services

Expand Down
1 change: 0 additions & 1 deletion news/668-meta.md

This file was deleted.

5 changes: 0 additions & 5 deletions news/676-feature.md

This file was deleted.

1 change: 0 additions & 1 deletion news/678-bugfix.md

This file was deleted.

3 changes: 0 additions & 3 deletions news/684-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/687-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/690-feature.md

This file was deleted.

6 changes: 3 additions & 3 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0")] // This one can have the extra build info after it

0 comments on commit f4763c9

Please sign in to comment.