Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/CURENT/andes

Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
https://github.com/CURENT/andes

Add debug output.

ee66b4374cbfa48ecc25dfb18569d17229fbd440 authored over 2 years ago by Hantao <[email protected]>
Skip appending to output file if no new data.

b2c774ff0373ad3162aa32aeb89003d49929526b authored over 2 years ago by Hantao <[email protected]>
Move `_idx_ptr` to TimeSeries.

23a8bbdbf48457c0e1db36ea796c701068c79bd5 authored over 2 years ago by Hantao <[email protected]>
Add initial test for Output.

cef55b0fad0ce06d3b945ba7073a3a24d06bfb04 authored over 2 years ago by Hantao <[email protected]>
Fix indexing when no Output.

d3afa731c45c83d91bba06e01242bb1ea3af8773 authored over 2 years ago by Hantao <[email protected]>
Added `save_mode`.

7f66be24c40b2141291fe230c272b0a73cfb517f authored over 2 years ago by Hantao <[email protected]>
Update.

bbb0464b6c3b622a14f0270b9b88f115abca1c8d authored over 2 years ago by Hantao <[email protected]>
Allow controlling the simulation data save frequency.

d4bbbfc0d3e39eec9b47f5c4e0da65c9029be5be authored over 2 years ago by Hantao <[email protected]>
Support specifying `dev` index in Output.

643a19aae2f296964e0860a8749299d04d55d756 authored over 2 years ago by Hantao <[email protected]>
Update Plot to work with Output in memory.

4d7d690d94b04a4618eeb964750c1febcfb34db0 authored over 2 years ago by Hantao <[email protected]>
Remove debug prints.

948eaf3e6e3d515314e608f49dede1f5e9f7cc69 authored over 2 years ago by Hantao <[email protected]>
Fix writing output file.

95b540dc218e0a2d4eb50405e30cb243f3a980cc authored over 2 years ago by Hantao <[email protected]>
Merge pull request #325 from aaliqureshi/develop

Fixed some minor function docstring errors in andes/core/model/model.py

c99e7209d980e76e237ef1713a4b9dd19fd9ca3d authored over 2 years ago by Hantao Cui <[email protected]>
Refactor to use `dae.x_name_output`, etc.

56072c820cd0301dd47a81649e6fd654bfa108f9 authored over 2 years ago by Hantao <[email protected]>
Update.

33af4b36eb535a2ceb7ffccbfc0f883e202d696e authored over 2 years ago by Hantao <[email protected]>
Support outputs in TimeSeries.

9d10572683d194ef44ea5cb882db39432d9027b6 authored over 2 years ago by Hantao <[email protected]>
Clear timeseries in memory regardless of `no_output` or not.

ae4fd9743981aac59c24c99ea2f947ab607f1909 authored over 2 years ago by Hantao <[email protected]>
[WIP] Output class.

17ca14d5acd0a75abfac734b926b51dd1aa52fd2 authored over 2 years ago by Hantao <[email protected]>
Fixed some minor function docstring errors in model.py

a146421e0ffde0d2018b2c43944907349f392fea authored over 2 years ago by Ahmad Ali <[email protected]>
Update.

3204ec8db868d0efba096235135f3ff23460121b authored over 2 years ago by Hantao <[email protected]>
Fix reset logic when saving npz file at once.

988521f49af3c66b28022f4fdf4e0faf00c2fc9f authored over 2 years ago by Hantao <[email protected]>
Edit to config properties.

8a3c284764e2f4653c6a901592cc4033d6306111 authored over 2 years ago by Hantao <[email protected]>
Update

de1d87564c87130144b3a956775cf3aaa57547da authored over 2 years ago by Hantao <[email protected]>
Avoid writing outputs when `no_output` is enabled.

7b8692277218996a5a44c1217eb773a4ac87283f authored over 2 years ago by Hantao <[email protected]>
Allow writing npz data incrementally.

7e526d2573bf2354905b69da7b82754450c47e9d authored over 2 years ago by Hantao <[email protected]>
Refactor `TimeSeries.unpack()` and add `reset()`.

bf5e400cb0f2f16633e43aca072e4962d8c4ec00 authored over 2 years ago by Hantao <[email protected]>
Docstring update and minor refactor.

65b555cb0871cf48684d4d7cc10296c080a287a7 authored over 2 years ago by Hantao <[email protected]>
Allow setting styles for plots (see release notes).

cf949748bf848fe9ed7c78ef62fa2fa4d62cfcde authored over 2 years ago by Hantao Cui <[email protected]>
Update.

07756b6d7d887debfeef430f6e5312ba0e20178b authored over 2 years ago by Hantao <[email protected]>
Fix initialization for GENROU when offline.

34ac8fb79ea6767605aa43ee3f3f0a370b7e40c8 authored over 2 years ago by Hantao <[email protected]>
Add `update` method for Config.

b0ed0ba6beda68e8dfe798ba80ea7f305c32c647 authored over 2 years ago by Hantao <[email protected]>
Update default parameter for `xd2` to match `xq2`.

823a2c8b441df1527f904169039342c8bf996705 authored over 2 years ago by Hantao Cui <[email protected]>
Merge pull request #322 from cuihantao/develop

Finalize v1.6.6

c9d18b785fbb31a8076313018b0c66daed0615af authored over 2 years ago by Hantao Cui <[email protected]>
Fix format.

4413de443cba33857039009b9c767a8e32af210f authored over 2 years ago by Hantao <[email protected]>
Use default `x` and `r` without adding `1e-8`.

82ab473213a32a345eb5e64bde221c1ebca907c7 authored over 2 years ago by Hantao <[email protected]>
Merge pull request #321 from cuihantao/develop

Prepare for v1.6.6

686c5e537e01149db3e97347f0bda97aac75dd9d authored over 2 years ago by Hantao Cui <[email protected]>
Pin `myst-nb` and `myst-parser` versions to pass CI.

28519c4118970980c76c842583470b645210e3de authored over 2 years ago by Hantao Cui <[email protected]>
Add `ipywidget` to the `web` group.

76a8bc4c30c1f3e49e844bacc66ad8e56a18a4c2 authored over 2 years ago by Hantao Cui <[email protected]>
Ignore import errors.

c9d430ddc0917cf14e3c8eff4b2a2a2b2e3c2798 authored over 2 years ago by Hantao Cui <[email protected]>
Update.

8e003433e36de9d8cd961803de58e40d01fc26bc authored over 2 years ago by Hantao Cui <[email protected]>
Update.

ea4279f276495874bcd5503d4f6bfaec1d2bf695 authored over 2 years ago by Hantao Cui <[email protected]>
Separate statistics into `EIG.stats()`.

341d7d77ef86244b4974c4416933c4b61ba69c32 authored over 2 years ago by Hantao Cui <[email protected]>
Update default parameters.

ccee96cf3efb6d1ef759515fcdf554e09322bbd7 authored over 2 years ago by Hantao Cui <[email protected]>
Fix signs in PI controllers.

b1141d5583afca1a906f47f7b4f58368df4ae323 authored over 2 years ago by Hantao Cui <[email protected]>
Add notes.

b3e866fa836effaa308d607ace4e0701627147d4 authored over 2 years ago by Hantao Cui <[email protected]>
Remove unused imports.

a4f14e4a8db9cf87544d448c1dd0eda84beaeae0 authored over 2 years ago by Hantao Cui <[email protected]>
Let `panoview` take `vars` as the positional argument after model.

9a53c62cce4ff296d33fc89b6824c093b7be4f40 authored over 2 years ago by Hantao Cui <[email protected]>
Parameterize the `vd` and `vq` errors for the outer PI loop. Fix VSG2.

5cab4553d7eab7d298d70fead456243a0f81b533 authored over 2 years ago by Hantao Cui <[email protected]>
Use tolerance when marking eigvals with zero real parts.

019751a8e90d3a3b8071d93df6313b6444a01b0b authored over 2 years ago by Hantao Cui <[email protected]>
Merge pull request #320 from cuihantao/develop

Merge develop

25b4c6895d94ccc9e42c7a94cd5c65dc38e59968 authored over 2 years ago by Hantao Cui <[email protected]>
Separate non-member function `_log_init_debug` and add docs for `register_debug_equation`.

d9e869afc0f50b49061d05621e95a909e68cc665 authored over 2 years ago by Hantao Cui <[email protected]>
Update notes.

fb8761877e8fe1efaa50693bfbacd4a80663e3dd authored over 2 years ago by Hantao Cui <[email protected]>
Remove operator-splitting models.

32de3a0c9bdee49c12ed1327878f65a1041bfdfd authored over 2 years ago by Hantao Cui <[email protected]>
Merge branch 'gen-operator-splitting' into develop

0bff75490274b672f5df392828cd2b0ae891df96 authored over 2 years ago by Hantao Cui <[email protected]>
Allow adjusting limits for state variables during initialization.

28533bd98e5293b6b560455ac518d8a69748b2e2 authored over 2 years ago by Hantao Cui <[email protected]>
Fix parser issue for `GAST`.

b6f0cc3b9f64245be8654460bc1164c377c2b316 authored over 2 years ago by Hantao Cui <[email protected]>
Fix printing.

fb92c1bc1db9680a1383d18c451f3f6f23433408 authored over 2 years ago by Hantao Cui <[email protected]>
Update text.

9beac1937032ea55d61d7d8e276d5e868bdf0f8b authored over 2 years ago by Hantao Cui <[email protected]>
Merge branch 'develop' into gen-operator-splitting

d40abcea7706d528bf4ecc8e4a19569dbf932b50 authored over 2 years ago by Hantao Cui <[email protected]>
Add notes.

7b234ae458ddd11c2dd8951ebc70cd537fd7e89f authored over 2 years ago by Hantao Cui <[email protected]>
Renamed `system.config.call_stats` to `system.config.save_stats` for clarity.

488bf76c848d5a1649865f4d97aa923d364cdb8d authored over 2 years ago by Hantao Cui <[email protected]>
Merge branch 'develop' of github.com:cuihantao/andes into develop

2db90eaa030347d7e5644da37a7b657854a85be8 authored over 2 years ago by Hantao Cui <[email protected]>
Reduce the magnitude of disturbances.

c9f349a8b27f4a116ed4548921b8425934f68abf authored over 2 years ago by Hantao Cui <[email protected]>
Add comments.

46b65278cd1c0fff85bdb79b14d9c82425fe4101 authored over 2 years ago by Hantao <[email protected]>
Merge branch 'develop' into gen-operator-splitting

6bdcb488dcedbe0c3833335addb77311b69518d6 authored over 2 years ago by Hantao <[email protected]>
Merge pull request #315 from cuihantao/develop

Prepare for v1.6.5

cfac3a7b4f974f9369c3a5d9076391f245966890 authored over 2 years ago by Hantao Cui <[email protected]>
Remove sympy from intersphinx to work around server error.

e313737d878534d6b1a3b23a0af3382c70ab2e25 authored over 2 years ago by Hantao <[email protected]>
Update.

3d60c5b9be224ae58d646448076c0372f1e8d681 authored over 2 years ago by Hantao <[email protected]>
Merge branch 'develop' of github.com:cuihantao/andes into develop

3518dd8ed77fa959ae0f61d1afdb0c5a4f7d5f25 authored over 2 years ago by Hantao <[email protected]>
Merge pull request #313 from jinningwang/fixvsg

Fix initialization error of REGCV2 by change Id0 sign

ce81b09e4d2f0aca8769651bd13653f849d9556d authored over 2 years ago by Hantao Cui <[email protected]>
Rerun notebooks.

80a89045cacb7ba91380dd74b8e84a3a46b7a174 authored over 2 years ago by Hantao <[email protected]>
In interactive mode, only auto set `verbose` in `andes.run` when no logger is configured.

6071cc09d2c4fd296aacb2d964988d9c5a7e77b0 authored over 2 years ago by Hantao <[email protected]>
Bug fix for disabling max. iter message.

58b46f59d7f6ea606231f65d3754680071ec29e3 authored over 2 years ago by Hantao <[email protected]>
Fix address for multiprocess jobs.

d1a4589d7ddcdf5ebc549c9417b025d9e82b3077 authored over 2 years ago by Hantao <[email protected]>
Work with memory IO.

b2ed67274ec6a5e211b84ec4e56bf1c5488d4efe authored over 2 years ago by Hantao <[email protected]>
Disable stability criteria in the test of PLBVFU1. Reduce disturbance in PLBVF data.

e29dbfce1fb1ad6f1639714f0e2c7f2a37e88b29 authored over 2 years ago by Hantao <[email protected]>
Remove debug prints.

a16eaebdae77c345cf95007e856760fa98ac3349 authored over 2 years ago by Hantao <[email protected]>
Add stability criteria based on rotor angle difference to terminate simulations early.

56c3d00b815aa8d275b864141117df0194cde17b authored over 2 years ago by Hantao <[email protected]>
Fix call to multiprocessing.

60a02bcdc719fa71720d20eecf114f8ad1ebba0f authored over 2 years ago by Hantao <[email protected]>
Add comments.

e440535b698d0c4cbd9d0af5d78bf6f4ca309489 authored over 2 years ago by Hantao <[email protected]>
Connectivity check stores info of generators in the largest area.

29ee5a56449669d0f88e05ad4681208583fd744b authored over 2 years ago by Hantao <[email protected]>
Store `verbose` in `system.options`.

7d800c5f22eb98b091c686a891559362784600a1 authored over 2 years ago by Hantao <[email protected]>
Add method for SynGen to find generators in the largest island.

97a6147445f52a01e391cb85eac2f004af6af195 authored over 2 years ago by Hantao <[email protected]>
Fix regcv2 Id0 sign

b3f4674e6688015cb5e3913c631b3556afc205a6 authored over 2 years ago by jinningwang <[email protected]>
[WIP] REECA1OS

6e295dfa6ab10d754839ff43140e80e8e2fe4392 authored over 2 years ago by Hantao <[email protected]>
Add `REGCA1OS`.

a1a389f3cd76811345a3cb3dffee6e5da6d7be56 authored over 2 years ago by Hantao <[email protected]>
Merge pull request #311 from cuihantao/develop

Prepare for v1.6.4 release.

334b11462822e650b5ab666b3ef820e8ce200af6 authored over 2 years ago by Hantao Cui <[email protected]>
Remove lints.

b3a9a07dc06e43c9acebab452183f9f7cb5d8406 authored over 2 years ago by Hantao Cui <[email protected]>
Update date.

bc869d464299b03dfc476be2da09d5b4c2a7486a authored over 2 years ago by Hantao Cui <[email protected]>
Update copyright year.

cd7e0633a7142202ff831fc6c557acae4a9fed7c authored over 2 years ago by Hantao Cui <[email protected]>
Update.

adc6bd8a51435c82673da74d63cacf9138af9317 authored over 2 years ago by Hantao Cui <[email protected]>
Fix PSSE parser for HYGOV.

174f8f4d11c0331d095811a31be9e45a3280ec5b authored over 2 years ago by Hantao Cui <[email protected]>
Fix import for docs.

b9c30f62dfc9ecb4f85f038838fcbf73da6df2c7 authored over 2 years ago by Hantao Cui <[email protected]>
Fix import for documentation.

549fecf416ee7f6bfa2cacf85777b0c3fe919afe authored over 2 years ago by Hantao Cui <[email protected]>
Merge pull request #309 from jinningwang/fixpp

Fix pandapower add_gencost

db574fdc75ee5a18c679f8169d1aec6cc8a99ceb authored over 2 years ago by Hantao Cui <[email protected]>
Add release-notes

45d341569a6283747b350b3268013b44783bcc11 authored over 2 years ago by jinningwang <[email protected]>
Add examples.

0b3d919337b7681134e2795cc7c257e3d4e5b11d authored over 2 years ago by Hantao Cui <[email protected]>
Another mode of restoring algeb vars.

fd476ba0df338b1dc979b900681f70155a67b3a7 authored over 2 years ago by Hantao Cui <[email protected]>
Only allow adjustment of limits when initializing models.

81c5c63c73bd405313fd9c84ae78a63eeba8077f authored over 2 years ago by Hantao Cui <[email protected]>
Improve debug message.

a6f8713eaff80650d181a10546c0d5e1a8a5869e authored over 2 years ago by Hantao Cui <[email protected]>