Conversation
Collaborator
cuihantao
commented
Jan 4, 2026
- Enhance PSSE RAW parser to correctly handle quoted strings with commas and slashes. Fix bug related to 3WT handling. Update release notes to reflect these changes.
- Enhance PSSE RAW parser to support 3-winding transformers with CZ=3 and CM=2. Implement conversion of load loss and impedance to R and X, and no-load loss and excitation current to G and B. Update logging for conversion issues and ensure proper handling of unknown codes.
- In connectivity check, only do SynGen.store_idx_island when there is at least one SynGen
- Add a demo of QSTS
- Update release notes
- Upgrade to pyproject.toml installation framework and remove setup.py support.
- Update pandapower interface to version 3.3 and fix tests.
- Refactor PSS/E data parsing functions to improve readability and maintainability.
- Fix interop and tests to be compatible with Pandapower 3.
…s and slashes. Fix bug related to 3WT handling. Update release notes to reflect these changes.
…nd CM=2. Implement conversion of load loss and impedance to R and X, and no-load loss and excitation current to G and B. Update logging for conversion issues and ensure proper handling of unknown codes.
…at least one SynGen
Add a demo ``QSTS.ipynb``
…support. - Remove legacy files, add pyproject.toml for dependency management - Update Python version requirements to 3.10. - Adjust CI configurations for Python 3.11 and refine documentation for installation and development processes.
- Modify load parameters for consistency: Changed 'const_i_percent' and 'const_z_percent' to 'const_i_p_percent', 'const_i_q_percent', 'const_z_p_percent', and 'const_z_q_percent' to work with the latest pandapower version.
…tainability. - Clean up whitespace and comments in `_parse_csv_with_quotes`, `_split_line_with_quoted_parts`, and transformer processing functions. Ensure consistent formatting across the codebase.
- Refactor build_group_table and make_link_table functions for improved performance and clarity. - Replace DataFrame concatenation with list accumulation in build_group_table to enhance efficiency. - Update fillna method in make_link_table to use context manager for future compatibility. - Modify DataFrame concatenation to ignore index for consistency. - Adjust lambda functions to use iloc for better readability and performance. - Update test cases to assert conditions directly instead of using logical AND.
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.