Recent Releases of power-grid-model-io
power-grid-model-io - v1.3.13
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model-io/pull/318
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.12...v1.3.13
- Python
Published by github-actions[bot] 9 months ago
power-grid-model-io - v1.3.12
What's Changed
- fix(exclude_empty): correcty handly pd.Series row[col] values by @vincentkoppen in https://github.com/PowerGridModel/power-grid-model-io/pull/323
New Contributors
- @vincentkoppen made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/323
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.10...v1.3.12
- Python
Published by github-actions[bot] 9 months ago
power-grid-model-io - v1.3.11
What's Changed
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model-io/pull/316
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.8...v1.3.11
- Python
Published by github-actions[bot] 10 months ago
power-grid-model-io - v1.3.10
What's Changed
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model-io/pull/316
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.8...v1.3.10
- Python
Published by github-actions[bot] 10 months ago
power-grid-model-io - v1.3.9
What's Changed
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/PowerGridModel/power-grid-model-io/pull/316
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.8...v1.3.9
- Python
Published by github-actions[bot] 10 months ago
power-grid-model-io - v1.3.8
What's Changed
- CI: sonarqube-scan-action - use
@v5instead of (potentially unstable)masterby @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/317
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.7...v1.3.8
- Python
Published by github-actions[bot] 10 months ago
power-grid-model-io - v1.3.7
What's Changed
- Code quality improvements: Use new enums of dataset and component type by @zhen0427 in https://github.com/PowerGridModel/power-grid-model-io/pull/295
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.6...v1.3.7
- Python
Published by github-actions[bot] 12 months ago
power-grid-model-io - v1.3.6
What's Changed
- Linting and Formatting: replacing current linters and formatters with Ruff, fixing issues caught by Ruff by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model-io/pull/314
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.4...v1.3.6
- Python
Published by github-actions[bot] 12 months ago
power-grid-model-io - v1.3.5
What's Changed
- Fix ci: github actions requires ci-passed + bump pre-commit + fix mypy by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/313
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.3...v1.3.5
- Python
Published by github-actions[bot] 12 months ago
power-grid-model-io - v1.3.4
What's Changed
- Fix ci: github actions requires ci-passed + bump pre-commit + fix mypy by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/313
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.3...v1.3.4
- Python
Published by github-actions[bot] 12 months ago
power-grid-model-io - v1.3.3
What's Changed
- CI: add no label check by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/312
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.2...v1.3.3
- Python
Published by github-actions[bot] 12 months ago
power-grid-model-io - v1.3.2
What's Changed
- update examples with python3.13 and pandapower3.1 by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/311
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.1...v1.3.2
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.3.1
What's Changed
- Update pandapower requirement from <3.1,>2.11.1 to >2.11.1 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/310
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.3.0...v1.3.1
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.3.0
Highlights
- ✅ Various additions, improvements to the pandapower converter (e.g., transformers and asymmetric conversions).
- ✅ Various additions, improvements to the Vision converter (e.g., transformer tap regulator).
- ✅ Extended support to provide extra info.
- 💥 Multiple bug fixes.
- 🚀 Added support for pandapower 3 and Vision 9.7 and 9.8.
- 🚀 Improvements and fixes to documentation.
- 🎉 Various improvements to the internal implementation.
- 🎉 The licenses of source and data files were updated.
Dropped functionality
- The
std_typesinput argument was removed from the pandapower converter. The std types deduction now happens automatically. Migration can be done by removing the input argument from the object creation. Note that this change was done more than two years before this version bump in version v1.2.5, so this change will not affect any users that use a recent PGM-IO version. See also #151.
Dropped Platform/Runtime Support
As agreed on during the last Power Grid Model meet-up and as reflected in the Release Strategy, support for the following Python versions were dropped. Please ensure your environment meets the new minimum requirements.
- Python 3.8 support (see also this announcement).
- Python 3.9 support (see also this announcement).
- Python 3.10 support (see also this announcement).
Please refer to our Release Strategy for details.
What's Changed
- Fixes post big vision network validation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/136
- Add to search engine by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/144
- Add license file instead for verification by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/146
- explain stdtype in example by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/147
- Remove PP std types by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/151
- Add default tap and vector group for pandapower converter by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/150
- fix for no vector col in trafo by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/152
- Fix code style by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/156
- fix tap default by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/157
- fix rendering of json in notebook by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/155
- pandapower switch results by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/154
- Add a makeextrainfo argument to loadinputdata by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/159
- Add trafo loading by current by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/163
- Lazy loading tabular data by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/165
- Lazy excel loading by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/166
- Simplify lazy excel loading by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/168
- Feature/csv dir store by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/42
- Refactor ExtraInfo type hint by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/170
- Fix Sonar Code Smells by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/169
- fix asym values validate in pp by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/171
- Add pp input data to extra info by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/164
- Pandapower asymmetrical input and output conversion by @Laurynas-Jagutis in https://github.com/PowerGridModel/power-grid-model-io/pull/132
- Feature/downloader by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/41
- Add notebook for pp asym calculation, fix its warning by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/172
- Fix Vision NL lookup by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/175
- Fix code style by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/176
- Add TabularConverter.lookup_ids() to return a DataFrame with original references by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/177
- Fixes in asym pp calculation post example addition by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/173
- Add TabularConverter.get_ids() to return a list of pgm ids by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/178
- fix empty dataframe extra info by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/179
- fix vision conversion for uk=pk=0 by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/180
- fix test dtype fail by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/183
- new logo by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model-io/pull/182
- scale read the docs line width with page size by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model-io/pull/181
- Bugfix in pandapower by @bramstoeller in https://github.com/PowerGridModel/power-grid-model-io/pull/149
- prepare conda by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model-io/pull/185
- Add Contribute page to readme by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/186
- add DOI citation badge by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/187
- add conda support by @TonyXiang8787 in https://github.com/PowerGridModel/power-grid-model-io/pull/188
- Bump fsfe/reuse-action from 1 to 2 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/189
- add documentation for Arrow format by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/191
- add missing API docs by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/192
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/194
- do not use pgm 1.6 by @petersalemink95 in https://github.com/PowerGridModel/power-grid-model-io/pull/195
- Bump power grid model to 1.6.x by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/196
- bump python 3.12 by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/199
- Bugfix/fix potential security vulnerability by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/201
- Feature/more code sonar by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/202
- Add sc output function by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/193
- add substitution by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/205
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/206
- Feature/citations readthedocs by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/210
- Bump actions/download-artifact from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/212
- Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/211
- enforce pgm>=1.6.46 due to hotfix by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/214
- Dgc 2106 python support version by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/215
- Feature/dgc 2080 pandapower converter datatype different handling by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/213
- [feature] DGC 2080 Pandapower different datatype handling by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/217
- update copyright notice by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/218
- DGC-2079 Logging level to base converter by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/219
- Settings.json file added for debugging by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/220
- Pandapower Jupyter example notebook log output fix by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/221
- Feature/no global set option by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/223
- do not fatally crash on pandas 2.1 by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/224
- Native support for custom yaml file in VisionExcelConverter by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/226
- Temporary workaround converting Vision 97 file by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/227
- Fix the instance id issue when having multiple converter objects by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/228
- Fix the mismatching log level of loggers residing inside util classes by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/229
- Quick fix the TabularData.logger at large by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/230
- feature/logoutputdoc by @zhen0427 in https://github.com/PowerGridModel/power-grid-model-io/pull/231
- Bump fsfe/reuse-action from 2 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/233
- BUGFix/Bumped
reuseversion from 1 to 3 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/234 - Feature/support UUID vision input by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/232
- Remove needless rl logic. by @zhen0427 in https://github.com/PowerGridModel/power-grid-model-io/pull/235
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/236
- add merge queue stuff for CI by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/237
- add DCO for merge groups by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/238
- Retouching on the converter documentations. by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/239
- Bump dieghernan/cff-validator from 2.3 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/244
- run citations workflow when current workflow changes + add concurrency check by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/246
- Feature/Adding GUID info to the
extra_infofield by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/249 - Documentation/Vision export excel contains duplicated columns by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/251
- Adding new colleague to the maintainer's list by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/253
- add terms changed in docs by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/254
- Improve documentation on secure handling by @zhen0427 in https://github.com/PowerGridModel/power-grid-model-io/pull/255
- filtering option in mapping by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/256
- Fix sheet name 9.7 mapping by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/258
- add filtering functions documentation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/259
- vision conversion for tap changer by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/252
- fix file paths for config in tests by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/260
- Feature / Ambiguity handling Vision exported Excels by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/261
- Feature / fix the pandapower test write to existing file by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/262
- Bump fsfe/reuse-action from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/263
- Update doc on sheet name and duplicates by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/264
- fix empty data auto id for tabular converter by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/265
- Dropping 3.9 support by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/257
- Dont return empty array on filters by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/266
- clip i0 at low threshold pandapower converter by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/268
- Add PGM mypy support by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/269
- enable mypy for users by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/271
- Black jupyter precommit by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/270
- Only run sonar cloud when PGM org is repo owner by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/273
- fix (minor) typo in 'unit' documentation in tabular converter by @PaulSchulz in https://github.com/PowerGridModel/power-grid-model-io/pull/272
- Update README.md by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/274
- Feature/modernize ci by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/275
- add nightly by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/276
- add nightly status badge to README by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/277
- Update arrow example for columnar data by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/279
- Update pyproject for example by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/280
- fix spell error by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/281
- Updated to reuse-tool 4.0.0 by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/278
- Bump fsfe/reuse-action from 4 to 5 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/283
- Update message in test for deserialization in PGM by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/284
- Fix nightly build - citations by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/285
- Fix sonar by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/286
- Bump dieghernan/cff-validator from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/287
- Drop python 3.10 by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/288
- Update citations by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/290
- Restrict pandapower to <3.0 by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/294
- fix winding config in yaml by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/293
- Vision excel 9.8 config and clock support by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/292
- Add trusted publisher by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/296
- Nightly fix: Update nightly for renaming by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/300
- PGM-IO internal import resolution: Copy is_nan functionality from PGM, Step 4 by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/299
- Fix sonar coverage by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/302
- Nightly build fail: Move publishing out of nightly by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/301
- dependencies: compatibility pandapower 2 and 3 and numpy 1 and 2 by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/303
- dependencies: dependabot for pip by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/304
- ci: enable python 3.13 tests by skipping pandapower stuffs by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/305
- Github release workflow fix: Rename job call by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/307
- Release v1.3.x by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/309
New Contributors
- @mgovers made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/186
- @Jerry-Jinfeng-Guo made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/215
- @zhen0427 made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/231
- @PaulSchulz made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/272
- @figueroa1395 made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/278
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.0...v1.3.0
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.127
What's Changed
- Github release workflow fix: Rename job call by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/307
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.126...v1.2.127
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.127a15106645280
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.127a14913044846...v1.2.127a15106645280
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.127a14913044846
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.126...v1.2.127a14913044846
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.126
What's Changed
- ci: enable python 3.13 tests by skipping pandapower stuffs by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/305
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.125...v1.2.126
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.125
What's Changed
- dependencies: dependabot for pip by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/304
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.124...v1.2.125
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.124
What's Changed
- dependencies: compatibility pandapower 2 and 3 and numpy 1 and 2 by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/303
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.123...v1.2.124
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.123
What's Changed
- Nightly build fail: Move publishing out of nightly by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/301
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.122...v1.2.123
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.122
What's Changed
- Fix sonar coverage by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/302
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.121...v1.2.122
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.121
What's Changed
- PGM-IO internal import resolution: Copy is_nan functionality from PGM, Step 4 by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/299
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.120...v1.2.121
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.120
What's Changed
- Nightly fix: Update nightly for renaming by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/300
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.119...v1.2.120
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.119
What's Changed
- Add trusted publisher by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/296
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.118...v1.2.119
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.118
What's Changed
- Vision excel 9.8 config and clock support by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/292
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.117...v1.2.118
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.117
What's Changed
- fix winding config in yaml by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/293
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.116...v1.2.117
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.116
What's Changed
- Restrict pandapower to <3.0 by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/294
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.115...v1.2.116
- Python
Published by github-actions[bot] about 1 year ago
power-grid-model-io - v1.2.115
What's Changed
- Update citations by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/290
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.114...v1.2.115
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.114
What's Changed
- Drop python 3.10 by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/288
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.113...v1.2.114
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.113
What's Changed
- Bump dieghernan/cff-validator from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/287
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.112...v1.2.113
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.112
What's Changed
- Fix sonar by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/286
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.111...v1.2.112
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.111
What's Changed
- Fix nightly build - citations by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/285
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.110...v1.2.111
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.110
What's Changed
- Update message in test for deserialization in PGM by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/284
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.109...v1.2.110
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.109
What's Changed
- Bump fsfe/reuse-action from 4 to 5 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/283
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.108...v1.2.109
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.108
What's Changed
- Updated to reuse-tool 4.0.0 by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model-io/pull/278
New Contributors
- @figueroa1395 made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/278
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.107...v1.2.108
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.107
What's Changed
- fix spell error by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/281
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.106...v1.2.107
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.106
What's Changed
- Update pyproject for example by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/280
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.105...v1.2.106
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.105
What's Changed
- Update arrow example for columnar data by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/279
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.104...v1.2.105
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.104
What's Changed
- add nightly status badge to README by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/277
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.103...v1.2.104
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.103
What's Changed
- add nightly by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/276
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.102...v1.2.103
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.102
What's Changed
- Update README.md by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/274
- Feature/modernize ci by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/275
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.101...v1.2.102
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.101
What's Changed
- fix (minor) typo in 'unit' documentation in tabular converter by @PaulSchulz in https://github.com/PowerGridModel/power-grid-model-io/pull/272
New Contributors
- @PaulSchulz made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/272
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.100...v1.2.101
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.100
What's Changed
- Only run sonar cloud when PGM org is repo owner by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/273
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.99...v1.2.100
- Python
Published by github-actions[bot] over 1 year ago
power-grid-model-io - v1.2.99
What's Changed
- Black jupyter precommit by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/270
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.98...v1.2.99
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.98
What's Changed
- enable mypy for users by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/271
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.97...v1.2.98
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.97
What's Changed
- clip i0 at low threshold pandapower converter by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/268
- Add PGM mypy support by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/269
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.96...v1.2.97
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.96
What's Changed
- Dont return empty array on filters by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/266
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.95...v1.2.96
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.95
What's Changed
- Dropping 3.9 support by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/257
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.94...v1.2.95
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.94
What's Changed
- fix empty data auto id for tabular converter by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/265
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.93...v1.2.94
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.93
What's Changed
- Update doc on sheet name and duplicates by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/264
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.92...v1.2.93
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.92
What's Changed
- Bump fsfe/reuse-action from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/263
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.91...v1.2.92
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.91
What's Changed
- Feature / fix the pandapower test write to existing file by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/262
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.90...v1.2.91
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.90
What's Changed
- Feature / Ambiguity handling Vision exported Excels by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/261
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.89...v1.2.90
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.89
What's Changed
- fix file paths for config in tests by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/260
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.88...v1.2.89
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.88
What's Changed
- Fix sheet name 9.7 mapping by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/258
- vision conversion for tap changer by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/252
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.87...v1.2.88
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.87
What's Changed
- add filtering functions documentation by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/259
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.86...v1.2.87
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.86
What's Changed
- filtering option in mapping by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/256
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.85...v1.2.86
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.85
What's Changed
- Improve documentation on secure handling by @zhen0427 in https://github.com/PowerGridModel/power-grid-model-io/pull/255
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.84...v1.2.85
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.84
What's Changed
- Adding new colleague to the maintainer's list by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/253
- add terms changed in docs by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/254
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.83...v1.2.84
- Python
Published by github-actions[bot] almost 2 years ago
power-grid-model-io - v1.2.83
What's Changed
- Documentation/Vision export excel contains duplicated columns by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/251
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.82...v1.2.83
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.82
What's Changed
- Feature/Adding GUID info to the
extra_infofield by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/249
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.81...v1.2.82
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.81
What's Changed
- run citations workflow when current workflow changes + add concurrency check by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/246
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.80...v1.2.81
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.80
What's Changed
- Bump dieghernan/cff-validator from 2.3 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/244
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.79...v1.2.80
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.79
What's Changed
- Retouching on the converter documentations. by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/239
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.78...v1.2.79
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.78
What's Changed
- add DCO for merge groups by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/238
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.77...v1.2.78
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.77
What's Changed
- add merge queue stuff for CI by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/237
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.76...v1.2.77
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.77a1122505453653
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.76...v1.2.77a1122505453653
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.76
What's Changed
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/236
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.75...v1.2.76
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.76a1122215019902
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.75...v1.2.76a1122215019902
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.75
What's Changed
- Remove needless rl logic. by @zhen0427 in https://github.com/PowerGridModel/power-grid-model-io/pull/235
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.74...v1.2.75
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.75a1121913017132
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.75a1121711651648...v1.2.75a1121913017132
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.75a1121711651648
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.75a1121510566119...v1.2.75a1121711651648
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.75a1121510566119
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.74...v1.2.75a1121510566119
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.74
What's Changed
- Feature/support UUID vision input by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/232
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.73...v1.2.74
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.73
What's Changed
- BUGFix/Bumped
reuseversion from 1 to 3 by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/234
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.72...v1.2.73
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.72
What's Changed
- Bump fsfe/reuse-action from 2 to 3 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/233
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.71...v1.2.72
- Python
Published by github-actions[bot] about 2 years ago
power-grid-model-io - v1.2.72a1120307003606
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.71...v1.2.72a1120307003606
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.71
What's Changed
- feature/logoutputdoc by @zhen0427 in https://github.com/PowerGridModel/power-grid-model-io/pull/231
New Contributors
- @zhen0427 made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/231
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.70...v1.2.71
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.70
What's Changed
- Quick fix the TabularData.logger at large by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/230
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.69...v1.2.70
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.69
What's Changed
- Fix the mismatching log level of loggers residing inside util classes by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/229
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.68...v1.2.69
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.68
What's Changed
- Fix the instance id issue when having multiple converter objects by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/228
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.67...v1.2.68
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.67
What's Changed
- Temporary workaround converting Vision 97 file by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/227
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.66...v1.2.67
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.66
What's Changed
- Native support for custom yaml file in VisionExcelConverter by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/226
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.65...v1.2.66
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.65
What's Changed
- do not fatally crash on pandas 2.1 by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/224
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.64...v1.2.65
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.64
What's Changed
- Feature/no global set option by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/223
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.63...v1.2.64
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.63
What's Changed
- Pandapower Jupyter example notebook log output fix by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/221
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.62...v1.2.63
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.62
What's Changed
- Settings.json file added for debugging by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/220
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.61...v1.2.62
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.61
What's Changed
- DGC-2079 Logging level to base converter by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/219
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.60...v1.2.61
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.60
What's Changed
- update copyright notice by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/218
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.59...v1.2.60
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.59
What's Changed
- [feature] DGC 2080 Pandapower different datatype handling by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/217
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.58...v1.2.59
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.58
What's Changed
- Dgc 2106 python support version by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/215
- Feature/dgc 2080 pandapower converter datatype different handling by @Jerry-Jinfeng-Guo in https://github.com/PowerGridModel/power-grid-model-io/pull/213
New Contributors
- @Jerry-Jinfeng-Guo made their first contribution in https://github.com/PowerGridModel/power-grid-model-io/pull/215
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.57...v1.2.58
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.57
What's Changed
- enforce pgm>=1.6.46 due to hotfix by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/214
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.56...v1.2.57
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.56
What's Changed
- Bump actions/download-artifact from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/212
- Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/211
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.55...v1.2.56
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.55
What's Changed
- Feature/citations readthedocs by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/210
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.54...v1.2.55
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.54
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/PowerGridModel/power-grid-model-io/pull/206
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.53...v1.2.54
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.53
What's Changed
- add substitution by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/205
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.52...v1.2.53
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.52
What's Changed
- Add sc output function by @nitbharambe in https://github.com/PowerGridModel/power-grid-model-io/pull/193
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.51...v1.2.52
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.51
What's Changed
- Feature/more code sonar by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/202
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.50...v1.2.51
- Python
Published by github-actions[bot] over 2 years ago
power-grid-model-io - v1.2.50
What's Changed
- Bugfix/fix potential security vulnerability by @mgovers in https://github.com/PowerGridModel/power-grid-model-io/pull/201
Full Changelog: https://github.com/PowerGridModel/power-grid-model-io/compare/v1.2.49...v1.2.50
- Python
Published by github-actions[bot] over 2 years ago