Skip to content

Commit 37fc843

Browse files
committed
Update CHANGELOG.md
1 parent d5c5d30 commit 37fc843

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,12 @@ This replaces `specific_share_to_other_effects_*` parameters and inverts the dir
148148
- `fit_effects_to_model_coords()` method for effect data processing
149149
- `connect_and_transform()` method replacing several operations
150150
- **Testing improvements**: Eliminated warnings during test execution
151-
- Updated deprecated code patterns in tests and examples (e.g., `sink`/`source` → `inputs`/`outputs`, `'H'` → `'h'` frequency)
152-
- Refactored plotting logic to handle test environments explicitly with non-interactive backends
153-
- Added comprehensive warning filters in `__init__.py` and `pyproject.toml` to suppress third-party library warnings
154-
- Improved test fixtures with proper figure cleanup to prevent memory leaks
155-
- Enhanced backend detection and handling in `plotting.py` for both Matplotlib and Plotly
151+
- Updated deprecated code patterns in tests and examples (e.g., `sink`/`source` → `inputs`/`outputs`, `'H'` → `'h'` frequency)
152+
- Refactored plotting logic to handle test environments explicitly with non-interactive backends
153+
- Added comprehensive warning filters in `__init__.py` and `pyproject.toml` to suppress third-party library warnings
154+
- Improved test fixtures with proper figure cleanup to prevent memory leaks
155+
- Enhanced backend detection and handling in `plotting.py` for both Matplotlib and Plotly
156+
- always run dependent test in order
156157
157158
158159
Until here -->

0 commit comments

Comments
 (0)