Skip to content

Conversation

@rorro6787
Copy link
Collaborator

No description provided.

- Fixed 23 instances of typo across 5 plot files
- Updated docstrings in boxplot, violin, CDplot, HistoPlot, and Pplot
- Reorganized pyproject.toml dependencies into logical groups (test, dev, docs, html)
- Added .editorconfig for consistent code style
- Added .pre-commit-config.yaml for automated quality checks
- Enhanced docs/conf.py to read version dynamically
- Improved apv_procedures.py documentation
- Expanded CONTRIBUTING.md with detailed setup instructions
- Added CODE_OF_CONDUCT.md based on Contributor Covenant v2.1
- Populated CHANGELOG.md with complete version history
- Added test_bayesian.py with 18 test cases
- Tests cover bayesian_sign_test and bayesian_signed_rank_test
- Includes tests for edge cases, error handling, and reproducibility
BREAKING CHANGE: Plot module imports have changed:
- SAES.plots.CDplot → SAES.plots.cdplot
- SAES.plots.HistoPlot → SAES.plots.histoplot
- SAES.plots.Pplot → SAES.plots.pplot

Updated all imports across:
- Main application code
- Test files
- Documentation files
- All Jupyter notebooks (user and template)
@rorro6787 rorro6787 requested a review from ajnebro November 8, 2025 18:25
- Updated README.md and CONTRIBUTING.md with uv setup instructions
- Modified GitHub Actions workflows to use uv
- Updated test workflow to include html dependencies for full test coverage
- Updated .gitignore for uv-specific files
- Fixed plot module renames (CDplot→cdplot, HistoPlot→histoplot, Pplot→pplot)
- All tests passing (81/81)
- Verified notebooks work correctly
- Verified GitHub Actions compatibility
@rorro6787 rorro6787 force-pushed the feature/refresh-saes branch from e982d61 to 53c7d20 Compare November 8, 2025 18:36
@rorro6787 rorro6787 merged commit e310871 into main Nov 12, 2025
1 check 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