Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.3.0 #1096

Merged
merged 77 commits into from
Sep 30, 2024
Merged

Release v3.3.0 #1096

merged 77 commits into from
Sep 30, 2024

Conversation

azimov
Copy link
Collaborator

@azimov azimov commented Nov 16, 2023

This release resolves a large number of issues with the package but will Require a cohort generator release first for the sampling functionality (which should greatly speed up phenotype development).

* FIx for namespace of characterization_view

* Update server.R
* Added forced removal of cohorts with 0 counts from cohort definition set before analysis steps

* Updated version number

* Added utility to shiny deploy and updated shiny app aspects to enforce OhdsiShinyModules 2.0.0

* Added code to run on sampled cohorts

* removed debug code

* rcheck changes

* fixes for errors and warnings

* removal of warning

* nchar fix for null sql

* have cohort concept sets function exit cleanly

* Fix for empty concept sets returned

* Fix for empty concept sets returned

* Fix exported null concepts in included_source_concept result

* Fix exported null concepts in included_source_concept result

* renamed migration file

* renamed migration files

* Fixes for export and migration of source concepts

* Package Maintenance

* removed broken migrations

* concept_id instead of 0 where not set
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Attention: Patch coverage is 72.34043% with 52 lines in your changes missing coverage. Please review.

Project coverage is 88.53%. Comparing base (03c40ab) to head (2365a4f).

Files Patch % Lines
R/Shiny.R 3.92% 49 Missing ⚠️
R/CohortCharacterizationDiagnostics.R 92.30% 1 Missing ⚠️
R/CohortRelationship.R 93.75% 1 Missing ⚠️
R/ResultsDataModel.R 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1096      +/-   ##
==========================================
- Coverage   90.34%   88.53%   -1.82%     
==========================================
  Files          19       19              
  Lines        3606     3682      +76     
==========================================
+ Hits         3258     3260       +2     
- Misses        348      422      +74     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

azimov and others added 22 commits November 17, 2023 10:57
# Conflicts:
#	DESCRIPTION
#	NEWS.md
#	R/CohortCharacterizationDiagnostics.R
#	docs/404.html
#	docs/articles/CreatingAStudyPackage.html
#	docs/articles/DatabaseModeInDiagnosticsExplorer.html
#	docs/articles/RunningCohortDiagnostics.html
#	docs/articles/ViewingResultsUsingDiagnosticsExplorer.html
#	docs/articles/WhatIsCohortDiagnostics.html
#	docs/articles/index.html
#	docs/authors.html
#	docs/index.html
#	docs/news/index.html
#	docs/pkgdown.yml
#	docs/reference/CohortDiagnostics-package.html
#	docs/reference/checkInputFileEncoding.html
#	docs/reference/createDiagnosticsExplorerZip.html
#	docs/reference/createMergedResultsFile.html
#	docs/reference/createResultsDataModel.html
#	docs/reference/executeDiagnostics.html
#	docs/reference/getCdmDataSourceInformation.html
#	docs/reference/getCohortCounts.html
#	docs/reference/getDataMigrator.html
#	docs/reference/getDefaultCovariateSettings.html
#	docs/reference/getDefaultVocabularyTableNames.html
#	docs/reference/getResultsDataModelSpecifications.html
#	docs/reference/index.html
#	docs/reference/launchDiagnosticsExplorer.html
#	docs/reference/migrateDataModel.html
#	docs/reference/runCohortRelationshipDiagnostics.html
#	docs/reference/runCohortTimeSeriesDiagnostics.html
#	docs/reference/uploadResults.html
#	docs/sitemap.xml
#	extras/CohortDiagnostics.pdf
#	inst/doc/RunningCohortDiagnostics.pdf
#	inst/doc/ViewingResultsUsingDiagnosticsExplorer.pdf
#	inst/doc/WhatIsCohortDiagnostics.pdf
#	inst/sql/sql_server/UpdateVersionNumber.sql
# Conflicts:
#	DESCRIPTION
#	NEWS.md
#	docs/404.html
#	docs/articles/CreatingAStudyPackage.html
#	docs/articles/DatabaseModeInDiagnosticsExplorer.html
#	docs/articles/RunningCohortDiagnostics.html
#	docs/articles/ViewingResultsUsingDiagnosticsExplorer.html
#	docs/articles/WhatIsCohortDiagnostics.html
#	docs/articles/index.html
#	docs/authors.html
#	docs/index.html
#	docs/news/index.html
#	docs/pkgdown.yml
#	docs/reference/CohortDiagnostics-package.html
#	docs/reference/checkInputFileEncoding.html
#	docs/reference/createDiagnosticsExplorerZip.html
#	docs/reference/createMergedResultsFile.html
#	docs/reference/createResultsDataModel.html
#	docs/reference/executeDiagnostics.html
#	docs/reference/getCdmDataSourceInformation.html
#	docs/reference/getCohortCounts.html
#	docs/reference/getDataMigrator.html
#	docs/reference/getDefaultCovariateSettings.html
#	docs/reference/getDefaultVocabularyTableNames.html
#	docs/reference/getResultsDataModelSpecifications.html
#	docs/reference/index.html
#	docs/reference/launchDiagnosticsExplorer.html
#	docs/reference/migrateDataModel.html
#	docs/reference/runCohortRelationshipDiagnostics.html
#	docs/reference/runCohortTimeSeriesDiagnostics.html
#	docs/reference/uploadResults.html
#	docs/sitemap.xml
#	extras/CohortDiagnostics.pdf
#	inst/doc/RunningCohortDiagnostics.pdf
#	inst/doc/ViewingResultsUsingDiagnosticsExplorer.pdf
#	inst/doc/WhatIsCohortDiagnostics.pdf
#	inst/sql/sql_server/UpdateVersionNumber.sql
azimov and others added 11 commits August 8, 2024 10:03
* Make data exportable handles empty data frame
* Update R_CMD_check_Hades.yaml

* Create R_CMD_check_sqlite_only.yaml

* skip test with unset variables

* skip test with unset variables

* skip on develop and main
* New branch for testing patch

* Fixes for sampled usage and docs - changed api

* removed parameter
* Fix subset conceptset analysis

* Handle empty index event breakdown results

* Fix tests failure when postgres is not configured

---------

Co-authored-by: Gennadiy Anisimov <gennadiy.anisimov@softwarecountry.com>
@schuemie
Copy link
Member

Please note that because you have this PR open, any push to the develop branch will trigger Github Actions twice, once for the push to develop, and once for the PR. This means all unit tests etc. are executed twice. Not only not a very efficient use of resources, but might also lead to errors because of concurrent runs (e.g. one process trying to run on cohorts the other process just deleted). I recommend either closing this PR until you are ready to release (I actually don't use PRs, I just merge into main when ready), or creating a separate release branch.

@ablack3
Copy link
Collaborator

ablack3 commented Sep 13, 2024

I created a v3.3.0 branch

@azimov azimov merged commit c7a9430 into main Sep 30, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants