Skip to content

Remove deprecated program parameter#92

Merged
JoeZiminski merged 1 commit into
neuroinformatics-unit:mainfrom
richarddushime:rm_deprecation_program
Mar 27, 2026
Merged

Remove deprecated program parameter#92
JoeZiminski merged 1 commit into
neuroinformatics-unit:mainfrom
richarddushime:rm_deprecation_program

Conversation

@richarddushime
Copy link
Copy Markdown
Contributor

@richarddushime richarddushime commented Feb 19, 2026

Description

This PR changes removes the deprecated program parameter that was scheduled for removal in v0.7.0. According to this issue #76

Changes made :

Remove program parameter from start_logging() function signature
Remove the deprecation warning logic for program
Also simplifies error message when package is not passed
I Updated the tests to reflect the removal

What is this PR

  • Bug fix
  • Addition of a new feature
  • Other

Why is this PR needed?

The program parameter was deprecated in v0.6.0 and scheduled for removal

What does this PR do?
Removes the deprecated program parameter from start_logging() and updates related tests.

References

Please reference any existing issues/PRs that relate to this PR.
issue #76

How has this PR been tested?

Please explain how any new code has been tested, and how you have ensured that no existing functionality has changed.
I did run the tests and verified my changes

Is this a breaking change?

If this PR breaks any existing functionality, please explain how and why.

Does this PR require an update to the documentation?

no

If any features have changed, or have been added. Please explain how the
documentation has been updated.

Checklist:

  • The code has been tested locally
  • Tests have been added to cover all new functionality
  • The documentation has been updated to reflect any changes
  • The code has been formatted with pre-commit

@sfmig sfmig requested a review from adamltyson March 25, 2026 11:41
@adamltyson adamltyson requested review from JoeZiminski and removed request for adamltyson March 26, 2026 15:52
Copy link
Copy Markdown
Member

@JoeZiminski JoeZiminski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brilliant, thanks @richarddushime!

@JoeZiminski
Copy link
Copy Markdown
Member

Going to close and reopen in an attempt to trigger CI

@JoeZiminski JoeZiminski reopened this Mar 27, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.40%. Comparing base (c987796) to head (f6ae557).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   77.72%   77.40%   -0.33%     
==========================================
  Files           3        3              
  Lines         211      208       -3     
==========================================
- Hits          164      161       -3     
  Misses         47       47              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JoeZiminski JoeZiminski merged commit 31197e8 into neuroinformatics-unit:main Mar 27, 2026
12 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.

2 participants