Skip to content

Develop#25

Merged
saudzahirr merged 15 commits into
masterfrom
develop
Feb 14, 2026
Merged

Develop#25
saudzahirr merged 15 commits into
masterfrom
develop

Conversation

@saudzahirr
Copy link
Copy Markdown
Member

No description provided.

- Remove Eigen3 and fmt source.
- Updated version file to reflect the current version as 1.1.5.
- Added IEEECommonDataFormat and PSSERawFormat classes for reading different input formats.
- Introduced Reader base class with methods to retrieve bus and branch data.
- Implemented Writer class with functions to display bus data and write output to CSV.
- Created Logger class for logging messages with different severity levels.
- Developed ArgumentParser class for command-line argument parsing, supporting various options.
- Removed obsolete Utils functions and integrated necessary utilities into the new structure.
- Updated main application logic to utilize the new Reader and Writer classes.
- Enhanced test cases to validate the new implementations and ensure proper functionality.
- Added Jacobian matrix computation for Newton-Raphson method.
- Refactored Newton-Raphson solver to utilize separate power mismatch calculation.
- Introduced Q-limit checking for PV buses after convergence.
- Updated main application logic to handle iterative Q-limit adjustments.
- Enhanced test cases for Gauss-Seidel and Newton-Raphson to include Q-limit checks.
- Modified IEEE data reading to accommodate voltage magnitude initialization.
This commit introduces a new raw data file for the IEEE 39-bus test system, which includes detailed information about buses, loads, generators, branches, transformers, and other system components. The data is formatted for use with PSS®E software, facilitating power system analysis and simulations.
- Updated copyright information in multiple files to reflect the correct author name.
- Changed the job name assignment in ArgumentParser to use the stem of the input file.
- Added a new Banner utility for displaying terminal and file output headers, including product information and license notice.
- Integrated the Banner utility into ArgumentParser's help and version methods.
- Updated version number from 1.1.5 to 1.2.0.
- Ensured consistent licensing information across all source files.
@saudzahirr saudzahirr self-assigned this Feb 13, 2026
@saudzahirr saudzahirr added the enhancement New feature or request label Feb 13, 2026
@saudzahirr saudzahirr merged commit 38e8dfb into master Feb 14, 2026
2 of 3 checks passed
@saudzahirr saudzahirr deleted the develop branch February 14, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant