Conversation
- 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)
- 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
e982d61 to
53c7d20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.