Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lines catalogue and get_catalogue method #167

Merged
merged 4 commits into from
Jan 23, 2024
Merged

Add lines catalogue and get_catalogue method #167

merged 4 commits into from
Jan 23, 2024

Conversation

alihamdan
Copy link
Member

Resolves #161
Fixes some of the points of #122

@alihamdan alihamdan added the enhancement New feature or request label Jan 22, 2024
@alihamdan alihamdan self-assigned this Jan 22, 2024
Copy link
Member

@benoit9126 benoit9126 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor changes

roseau/load_flow/models/lines/parameters.py Outdated Show resolved Hide resolved
roseau/load_flow/models/transformers/parameters.py Outdated Show resolved Hide resolved
roseau/load_flow/network.py Outdated Show resolved Hide resolved
roseau/load_flow/_compat.py Show resolved Hide resolved
@alihamdan
Copy link
Member Author

@benoit9126 I removed Coiffier's model and kept only IEC as discussed yesterday. I also added some missing IEC data for conductor type "AM" which are derived from (but not equal to) aluminum lines according to the standard. This should unblock our pre release. I kept the from_name_mv for now (I will remove it before our public releease but this way Yassine can test the from_catalogue method without getting blocked if the new method has bugs).

Copy link
Member

@benoit9126 benoit9126 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Do you want to write the changelog?

@alihamdan
Copy link
Member Author

Great. Do you want to write the changelog?

I'll merge this so that you can start working on building a wheel and send another PR with all missing changelog entries (not only changes made here)

@alihamdan alihamdan merged commit e63dd60 into develop Jan 23, 2024
1 check passed
@alihamdan alihamdan deleted the catalogue branch January 23, 2024 16:17
@benoit9126
Copy link
Member

👍 I let you write the changelog and I will manage all the other remaining things related to the release

@benoit9126 benoit9126 mentioned this pull request Jan 24, 2024
@benoit9126 benoit9126 mentioned this pull request Feb 8, 2024
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.

ENH: Add a catalogue of LineParameters (similar to TransformerParameters)
2 participants