Skip to content

Conversation

@desilinguist
Copy link
Collaborator

@desilinguist desilinguist commented Jan 25, 2024

  • Remove rsmextra references from code, notebooks, and documentation.
  • Remove special sections from code, tests and documentation.
  • Fix mutability issue in reporter.py due to removal of special sections and rsmextra.
  • Update release process document to remove deprecated steps and add new ones.

Closes #675.

- Remove deprecated steps and `rsmextra` mentions.
- Add updated steps based on what we actually do.
- Prevent the `master_section_dict` entry from being directly mutated in `get_ordered_notebook_files()`.
- Simplify error message generation in `check_section_order()`.
@codecov
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (dc9fefe) 95.63% compared to head (bbe6287) 96.11%.

Files Patch % Lines
rsmtool/configuration_parser.py 0.00% 2 Missing ⚠️
rsmtool/reporter.py 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #676      +/-   ##
==========================================
+ Coverage   95.63%   96.11%   +0.47%     
==========================================
  Files          32       32              
  Lines        4515     4455      -60     
==========================================
- Hits         4318     4282      -36     
+ Misses        197      173      -24     

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

The behavior of `read_json()` has changed in the latest version of `pandas`
which is only available for python 3.11. One of the tests in `test_reader`
was relying on the old behavior. I simplified the test and the reader
function.
@desilinguist
Copy link
Collaborator Author

@tamarl08 @damien2012eng @Frost45 @mulhod this MR is ready for review. Ignore the patch coverage failure – it's expected.

Co-authored-by: Zhaoyang(Damien) Xie <63332865+damien2012eng@users.noreply.github.com>
@desilinguist desilinguist merged commit 53ffb1c into main Jan 26, 2024
@delete-merged-branch delete-merged-branch bot deleted the 675-remove-rsmextra branch January 26, 2024 22:00
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.

Remove rsmextra from codebase

4 participants