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

Removed unused code.

ebecbdcc419fdfb4af865fa10d781763f756bb5a authored almost 4 years ago
Format fix.

3b19b92cf3eef9254538e83d3285e4f080120674 authored almost 4 years ago
Update.

e66481a2b00b7e88a406a6182757c792d4cb2c76 authored almost 4 years ago
Refactor renewable models into a module.

3fb57be5df779be3979cd6190ce1d7b955d3875c authored almost 4 years ago
Refactor turbine governor models into a module.

aa6f824bde72486a34f9f5dcc1e5cb9fea946f28 authored almost 4 years ago
Fixes EXAC4 initialization.

499295a852cbada9440629f0e31a7a1530669ea6 authored almost 4 years ago
[WIP] EXAC4

5eb6487134fba3b5cca43ac119b27ad21d2912d5 authored almost 4 years ago
Split exciter.py into a module.

f69b5681c5b7b8c8eb36bf6746e207c8c26586cf authored almost 4 years ago
Merge pull request #118 from willjschmitt/feature/hermetic-build/explicit-calls-pkl

Allow the calls.pkl path to be explicitly specified.

84553d28a541c673422eae4d5bcc10f05704f781 authored almost 4 years ago
Merge pull request #117 from willjschmitt/feature/hermetic-config/config-in-system

Support providing a configuration to System.

a50912904149ec74c263191bfccacf45a82bced6 authored almost 4 years ago
Allow the calls.pkl path to be explicitly specified.

In order to allow for hermetic builds that don't touch files outside of those explicitly provide...

7384993faa3cd11eb527a0437ee27a27096cb94c authored almost 4 years ago
Support providing a configuration to System.

This allows us to provide a high-importance configuration, which can be extended from the config...

b81c5dfabb409e045ce4ca0f42a0e302ab1041ab authored almost 4 years ago
Allow reducing step size when error increases quickly.

04ab05b98aa387382c35bf8f2e206db9bfdea8d1 authored almost 4 years ago
Placed SOC calculation into integrator

ca2ce173925a298c81aab6b34b4a9b88332a3637 authored almost 4 years ago
Updated message.

acbb6f7d4e038299f590bfdae785c684a8a5a4fe authored almost 4 years ago
Debug message upd.

d6652710fd9abfca4a7f4d4ee545e3e1926d45fc authored almost 4 years ago
Use `np.equal` to check event time.

495c960096018a9e7431d4cc2170811780664e7d authored almost 4 years ago
Fix: one islanded bus in each list.

ab16731aac673c6e3a7bcd4fbdf66ad050a38613 authored almost 4 years ago
Implemented new island storage scheme in `Bus.islands`.

04952f666d5e5afa271f6f9f2985da3653c84fd7 authored almost 4 years ago
Convert index type to int.

003fa7bdb8e1aff073d09854420641c627823ec1 authored almost 4 years ago
Safeguard `ipset` method if kvxopt is not installed.

aa5757d6b74ee4249445778fb90a33e08547b993 authored almost 4 years ago
Fixed `is_time` check when t>10.

eb16b00ccff4fd35a640806b49229ea203eb8449 authored almost 4 years ago
Merge pull request #116 from cuihantao/develop

Relax numpy versions.

06235e2e714aade9012dabedc9c54aeac63bb2e4 authored almost 4 years ago
Relax numpy versions.

e532cdcb7f9a16d50da331ab699aab47c30a9cfb authored almost 4 years ago
Merge pull request #115 from cuihantao/develop

Develop

068d5e0a6a2b5e33a90390ec97896a606f27f194 authored almost 4 years ago
Style fixes.

70d8eeccf56951d793347d51171eb1282fb92789 authored almost 4 years ago
Fixes code smell.

329626f0dd979ace79c86981f8476b452560bda9 authored almost 4 years ago
Added `IEEET1` test case.

7101358300ec5baa521f3285da97215b0b5dc788 authored almost 4 years ago
Parse `IEEET1`.

7fc56b806ae1b66d70512537c4f6b8fdf2c10f1a authored almost 4 years ago
Fixes initialization order for `IEEET1`.

4975434c96fd5454aac6f02fb228e9070b3f34e0 authored almost 4 years ago
Parser for IEEGSO.

11e428e9e825f1fd18392d617515093c29cb6638 authored almost 4 years ago
Added `IEEET1` model.

4be05863cf8a57844620722731c08c776091dfa8 authored almost 4 years ago
Added `IEESGO` model.

58651fb2c3258c52eeecf5649ecf102afc313b1b authored almost 4 years ago
[WIP] Store the RHS of external equations in `dae.h` and `dae.i`.

ffebbe56052b438c86aba040e58b15f1cec578b3 authored almost 4 years ago
`andes.io.dump` stops checking `no_output` since calls to `dump` are typically explicit.

80cd8582c98c0eac369166e79850e805528e0b27 authored almost 4 years ago
Skip confirm_overwrite for IO wrappers.

7152271a24b3cba0d4686622cf4ef027d6ea1364 authored almost 4 years ago
Let `io.json.write` take an `io.StringIO` writer.

4a190f2c0dfc84efa6380cccff73acfe3f35c052 authored almost 4 years ago
Import fixes.

986d4bbc3dc3325519b0c942a6972c8d2a30e593 authored almost 4 years ago
Store external variable RHS in arrays. `ExtVar.e` strides into the `dae.h` and `dae.i`.

5ae7111dff3b1fc0c359c46bd7c055eaa3055132 authored almost 4 years ago
Improved `System.get_z` function.

417744418260d39914279ab167611a7aa8c69a72 authored almost 4 years ago
Limit numpy version to 1.19.

ea3bf88b653b429212c6cebddf80549fc9b14ddb authored almost 4 years ago
Changed np.float to float.

9c99649aece36331c2e77bff95e29808c1b5b6e6 authored almost 4 years ago
Bumped copyright year.

738f821a522e832147101f8f5a7bef50c8856d02 authored almost 4 years ago
Let `Model.as_dict()` access `v` before `setup()`.

ff50c3fa97ba7cbeb89044da34ce32fb15c0f09c authored almost 4 years ago
Update.

f9bd78247a8fb3ef8da853da7c30c6d53b9fb266 authored almost 4 years ago
Assigned `Jumper` to group `ACShort`.

ab2193b20bc45c8d7eed9b585553f817f644baa8 authored almost 4 years ago
Consider `u` for `Jumper`.

0006a5d876e6afd14d26b7a21a3234e60591726f authored almost 4 years ago
Removed blank lines.

7a47294ed3c4fba9a3c97523cac32f2ca9c9d3bd authored almost 4 years ago
Implemented `Jumper`.

e15ccec3c30765b4f137f945f93cd294f400672f authored almost 4 years ago
Added docs for `run_case`.

86fdf6236aafb862bcf0228d3586a7efffc679ab authored almost 4 years ago
Changed default ra to 0.0.

630bf273458404a5402664e11894513024c94496 authored almost 4 years ago
Fixed SOC equations relative to energy capacity rating

256042a935390e06fbdab4c1d578363f1f42cadb authored about 4 years ago
PV.bus become mandatory.

31ae6fdeacb9551b0736d756707436e3b36b900f authored about 4 years ago
REGCA1 and generators take gammap and gammaq for ratios.

e240027f546acf972e0f70182216c0f28ec1a9b1 authored about 4 years ago
Generators take `gammap` and `gammaq` for percentage.

3fed81ca10aa5b113d29d611658a268fc32064ad authored about 4 years ago
`System.Config` takes numpy error modes.

8caaeeb2020c07538243245e1c45f773617e8c11 authored about 4 years ago
Updated instruction on installation.

ad11879b2417c5f12fa43b502513df4fb12f135a authored about 4 years ago
ESD1 is considered completed.

63a98a97e7e4993d6fa82256b5bc1596b7938f49 authored about 4 years ago
Updated release notes.

6fd25ac1beda9c201b244ffabd7ac7e2ff021fbe authored about 4 years ago
Let State specify `check_init=False` to avoid initialization test. Skips init check for ES SOC.

61145718c30805bac0123d02d9f06eba55a4def8 authored about 4 years ago
Updated ESD1 test case.

0669c2ad0a6b7d08be4725ad9798f78d7228cc60 authored about 4 years ago
Removed dependency on xlrd.

4a8ef84318319b832e0d1269f4adc826436e8d07 authored about 4 years ago
Merge pull request #113 from cuihantao/develop

Merge Develop

b7c81a8704ee7c27bd3df80b937d283483765610 authored about 4 years ago
Check connectivity for TDS.

1b57dfe7fd094370f56c8c7860adf02f1834d005 authored about 4 years ago
Disable shunt switching when u = 0.

bc837a590c9cbdfed59c3448296f461a49cf2fa6 authored about 4 years ago
Added `Sn` to common param of RenGen.

21b905cad8a6103e17128e0bfaa62dba69038584 authored about 4 years ago
Recursive call to `solve` if symfact error.

79b4bce03176b53af45a7b744aaeb27b6584c8aa authored about 4 years ago
Check system connectivity and handle islanded buses for power flow.

4e76ee730a013c1ea56b9c3ed1d9b35f0d86a7a1 authored about 4 years ago
Plot lines in sold and dash styles for each software.

defea75068cbe15105a2d97b65f882a7eeed1f07 authored about 4 years ago
Manually remove `Indicator` in the generated function.

7ff43362e4972f7a9be2de2def77203d8590348a authored about 4 years ago
Works with SymPy 1.7 using the `Indicator` patch.

92ddea3ff54c2e38fb687e0b7854d11dd8c16d90 authored about 4 years ago
Install the current version.

4e0b295bfc2e4a60c7605829118ff08d738011fe authored about 4 years ago
Use `pip` for binder and generate code.

5dd65d0b2146c1689a025036b0e8055ca8f1acec authored about 4 years ago
Merge pull request #112 from cuihantao/develop

Develop

9eb03536df08bd6e3490b81349a02aaec7ff53bb authored about 4 years ago
Updated index.

c140998153138c65c3e5d2f02ae88f99f4689fc2 authored about 4 years ago
Updated README.

ced4b18e4b412a6033468996a83f1fcbf0e20c28 authored about 4 years ago
Removed outputs.

dfd82e2e41b7b69cff544e7737fd7b2649a104d2 authored about 4 years ago
Reduced imports by checking `v_type`.

8eeb3c86719d8897f9b9603c5417203c638ce42f authored about 4 years ago
Text update.

e5596473da11c60c9e3f275fdea20090469cb24c authored about 4 years ago
removed temp file

2e9179dcc123b25ecccbdb589d3f18e9c66dc055 authored about 4 years ago
Merge branch 'master' into develop

500da116f2d8d014c5acb4d832c6a13d52a47634 authored about 4 years ago
Merge pull request #104 from treymingee/StateOfChargeModel

Added state-of-charge model to PVD1

67f51b824f3ac364e9e4d161450e476d4967e85b authored about 4 years ago
Minor fix.

e57f34471f678ed450bc47189635455f80622d38 authored about 4 years ago
source /home/hcui7/miniconda3/envs/a/bin/activate

conda activate base
Merge branch 'develop' into StateOfChargeModel

Merge new changes from the or...

9ad142af28d3c308825753e4c4871e3f187fead9 authored about 4 years ago
Fixed the issue with `lower_sign`.

47bfc246531d2bf5e816ad8613624b2f3682636c authored about 4 years ago
Handle use case when data is populated from memory.

5340675c357ac2bc836d2b084ec97010189b4e0b authored about 4 years ago
Improved warning message.

dd5db4fc18379f7c736f27456239955a3b8aa1d7 authored about 4 years ago
Current SOC model with TDS error

cc1373df11def95bd35d4d730bb900f6c5f22042 authored about 4 years ago
Current SOC model with TDS error

2a133708dc3469221947f5035457cda21ef33493 authored about 4 years ago
Updated ESD1 excel file again to fix issue

14d1d906e3e866dbb369e275d88570b948aa9c00 authored about 4 years ago
Updated ESD1 excel file to add SOC parameters

9cda535066b95cf00f86732db7d9e6cf7fa51cd0 authored about 4 years ago
Updated parameter units.

afeffceb8a3a17274a90f061acbe361c54c66d20 authored about 4 years ago
Fixed message.

d900a3bdc13a2de5f258811cb226b115833625cd authored about 4 years ago
Added parser for other type 3 models.

c150eea4bf818356315d9acf64d141013f1f4985 authored about 4 years ago
Made Sn optional for WTTQA1.

1814e992f79edb25d9be4be1277513096509d6a0 authored about 4 years ago
Suppress warnings.

390e88684fa18b7c6bfe77cd6123f878e127e8b5 authored about 4 years ago
Removed unused parameter `fn` in WTDTA1 and WTDS.

0e480c2351df41ae1069b8320881e0e8ecb4186a authored about 4 years ago
Added parsers for REGCA1, REECA1, and REPCA1. Need testing.

b0d7cf927b8f79e6acbb64dd65b3fcebb9f87cff authored about 4 years ago
Parsers can accept a file-like object or a path to file.

dfeea939e0e93f5651e9b008a7604700ae82afb4 authored about 4 years ago
Read JSON from file-like BaseIO.

0347fbb25dc6dbe876ba013206d5ae2925c96b02 authored about 4 years ago