Ecosyste.ms: OpenCollective

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

CURENT LTB

The funding raised for CURENT LTB will be used to support the continual development, including ANDES, AMS, AGVis, DiME, and other tools.
Collective - Host: opensource - https://opencollective.com/curentltb - Website: https://ltb.curent.org/ - Code: https://github.com/CURENT

Patch for doc.

github.com/CURENT/andes - e5d270fadf1e49e57e45e345c235faf247634f1e authored over 4 years ago
Updated release notes for a bump.

github.com/CURENT/andes - 28090ad3eb0c33cf2fffd8380c3de6a541ab4755 authored over 4 years ago
Minor variable renaming.

github.com/CURENT/andes - 7de80c194e277ef3d6aa383ec01cb3c159e84fc3 authored over 4 years ago
Renamed `j_elems` to `j_calls` to be consistent with `s_calls`.

github.com/CURENT/andes - d7970805b92a8ffbaa2f32b7233a3dfd087a4947 authored over 4 years ago
Separated `generate_services` from `generate_equations`.

github.com/CURENT/andes - 59639647ae51b3a87c72a3fec24a171783b0b916 authored over 4 years ago
Service equation arguments are stored to reduce overhead in splatting keyword argument.

github.com/CURENT/andes - 2531417f26b56ade64ac4934121ca1112cd0cd07 authored over 4 years ago
Renamed `calls.s_lambdify` to `calls.s`. Code generation required.

github.com/CURENT/andes - 5347323be684d3f499a5a2a1dca34b28353dc993 authored over 4 years ago
Use `VarService` for `Ipmax2sq` and `Iqmax2sq` to guarantee non-negative values for sqrt.

github.com/CURENT/andes - 43485a25bb8853e6d639019ddcd22b734de62ed5 authored over 4 years ago
Minor patch for cupy.

github.com/CURENT/andes - f166b3e7422bab83a6191fef9004ffb733da21ff authored over 4 years ago
Eliminate unnecessary jacobian calls.

github.com/CURENT/andes - 64b716b6aabc3ebde992224f7dc97b778c96ce32 authored over 4 years ago
Patch config option name.

github.com/CURENT/andes - 130ff91f6e3d51492bbebdad8f883fd50d166f80 authored over 4 years ago
Generate one jacobian function for each type per model.

github.com/CURENT/andes - 5571eed85be763d9086a0bcd6ffd0aacb4b1566e authored over 4 years ago
numba for jacobians; moved jit decorator to system;

github.com/CURENT/andes - b48a27704518e71decf9dbe9ec59ba8eea010465 authored over 4 years ago
Experimental feature: writes f and g calls to files.

github.com/CURENT/andes - 9bcbd25190dbda60da11c57e62fc6c85468f7783 authored over 4 years ago
Working on System.reload

github.com/CURENT/andes - 6ca9a2e2bd305bb3ad0d7ddce55c421cd5b718e6 authored over 4 years ago
Add numpy imports to saved codegen.

github.com/CURENT/andes - 4ca73120753094a2ec5e900f453c29f7bc4c02d7 authored over 4 years ago
Option for yapf reformatting.

github.com/CURENT/andes - d8d60545582c6f955b2ab450607ee91ae9a10702 authored over 4 years ago
Save and re-import python code.

github.com/CURENT/andes - 5f1c5659b71afa4a1546d8963d951b757e8f573c authored over 4 years ago
switch back to debug build

github.com/CURENT/dime - 9b2910abf618ff752e187c6cd0476cfdd0823a8a authored over 4 years ago
Handle failed WebSocket handshakes gracefully

github.com/CURENT/dime - ca5506d8115fab63fb8cb07a03f3d1ad5182a9ae authored over 4 years ago
Merge pull request #88 from cuihantao/develop

Merge Develop for new version.

github.com/CURENT/andes - 28b26c45c0c9743e8602361155e263c9f898d08c authored over 4 years ago
Trimed README.

github.com/CURENT/andes - d2b2b1e3a6c7c73f1d3b962918d7ae6198304dec authored over 4 years ago
Added comment for fix.

github.com/CURENT/andes - 9076edac95aabff0999ca07de05d8706cd9e5305 authored over 4 years ago
Let plot recognize `AliasAlgeb`.

github.com/CURENT/andes - eaf27b785ace6ddc20db37403b1266606afa2533 authored over 4 years ago
Added release notes.

github.com/CURENT/andes - d037eb44136ab42443f0c1f0b331f6b857eb0346 authored over 4 years ago
Patched `main.selftest` from interpreter.

github.com/CURENT/andes - 1086ed8279c84ae81f01396216d27a4f6e14ed23 authored over 4 years ago
Patched lazyimport

github.com/CURENT/andes - c302c594ef3a1d4dfd324aed5b2bac2216359baa authored over 4 years ago
Use python 38 for gh workflow.

github.com/CURENT/andes - efde37c5c173a6f7cfe97f4672ec75c871239747 authored over 4 years ago
Edit comment.

github.com/CURENT/andes - c9f7fa1594d5e04da00fd03df68c5ad6b302aa13 authored over 4 years ago
Updated release notes.

github.com/CURENT/andes - f88c5998be346a024b9a4865e5876f474ebb5958 authored over 4 years ago
Support custom headers.

github.com/CURENT/andes - e33dce00d759404a8a9504372ec877a88b5bc253 authored over 4 years ago
Updated plot example.

github.com/CURENT/andes - 1f02c139386df7b3806e20ad4846527fe6580665 authored over 4 years ago
Patch for numpy types.

github.com/CURENT/andes - ff1dd7915f4b2f026837441d45145f0a8380fe51 authored over 4 years ago
Style patch.

github.com/CURENT/andes - 170eaaf4d6daaf6cad7a323a1c2406ce861687c2 authored over 4 years ago
Patched variable name.

github.com/CURENT/andes - 02612ae29fe77a50d7c69fa6f0820c2d6e78b1d5 authored over 4 years ago
Let `plot` plot into an existing figure.

github.com/CURENT/andes - fe079965c474ff1b0cf1980c5fe5a7c49b98e2b8 authored over 4 years ago
Patched feedforward equation of TGOV1DB

github.com/CURENT/andes - 28cabc7b66600a12fa47360d1ed759dcdd3df419 authored over 4 years ago
Added config panel to sidebar

github.com/CURENT/agvis - 5b1068ae770519d2e8b78957059d8341467a2527 authored over 4 years ago
reverted autosize

github.com/CURENT/agvis - 35b648abfef9f15e3992b1affac3a2ec62d09f7a authored over 4 years ago
removed some logging

github.com/CURENT/agvis - 88b9fe8feecbd2aadaf501f5bad113b51e4e69bf authored over 4 years ago
Vega-embed's y-axis now adjusts to min/max of Value

github.com/CURENT/agvis - 78e2b085427ffca15caad62364b97d2ec5d7285b authored over 4 years ago
Added more simulations

github.com/CURENT/agvis - 3c2af32afe360a76d577d50ece63d7436c52c93a authored over 4 years ago
Ignore benchmarks folder.

github.com/CURENT/andes - 648c51cbf3b179ae4ccaeb674cda8a122927100f authored over 4 years ago
Added TGOV1DB model.

github.com/CURENT/andes - bf08dc07aca1c4a9bd84bc65e6d9e67e5b6c28a2 authored over 4 years ago
Style fix.

github.com/CURENT/andes - 1a5ecb24f99d1e921626d0dff11832721708dcd9 authored over 4 years ago
Added quotes.

github.com/CURENT/andes - 5d2f092d312b4bb46a66d88f31427797cddac208 authored over 4 years ago
Added notes.

github.com/CURENT/andes - 03117787cceb0bad0bea6f932f7c16477e83b60d authored over 4 years ago
Reverted pbar output to sys.stdout

github.com/CURENT/andes - 6b8f2f033e139a025ca2bbfd04ddcff15234d037 authored over 4 years ago
Fixed plot

github.com/CURENT/agvis - ddab520566ecdfa08ae8a75a684b07c744383bf9 authored over 4 years ago
Fixed previous commit to toggle handshake

github.com/CURENT/agvis - 42ff844663001edfdec919d0005b49d0dc4f4f5f authored over 4 years ago
"added" ability to toggle listening to ANDES (wip)

github.com/CURENT/agvis - 23f8abef4f00b9d07294393b8bd023173b7af4e4 authored over 4 years ago
Allow passing dime args from CLI.

github.com/CURENT/andes - 010f007e6b795bc83c90a0a7fad1c41fcdbaa97e authored over 4 years ago
Update main.c

Added "ipc" as an alias for "unix"

github.com/CURENT/dime - f32be61e8504dbef27ddc913847c07a764f409ef authored over 4 years ago
Hack to make 'geovis' respond to andes but not 'geovis2'

github.com/CURENT/agvis - b9881dc7593f1e65853d6efb642161fae5a7fbcd authored over 4 years ago
Re-enabled 2nd window

github.com/CURENT/agvis - 830a8f02d157823b9f80d45c18366d2c3fb81902 authored over 4 years ago
style fix.

github.com/CURENT/andes - 5d5014b2f984cc92f80b71fbb896636aa9d79b21 authored over 4 years ago
updated benchmarks

github.com/CURENT/andes - b8bee9f1097b8784f80a76de81950f9a4d4783be authored over 4 years ago
Flake8 fix.

github.com/CURENT/andes - f82a7673985b2a078676afd90ee86615e8566035 authored over 4 years ago
Added prepare to asv.

github.com/CURENT/andes - eff5e6216f0901eeb0055931a13776823b2b6566 authored over 4 years ago
Added first asv benchmark case

github.com/CURENT/andes - aace2f05ab2d842469351191f0b8e612c6469e60 authored over 4 years ago
Let pbar output to stderr by default.

github.com/CURENT/andes - bd8213a872c0a70717730c707a5e5506e66bcef6 authored over 4 years ago
Minor patch.

github.com/CURENT/andes - 5b82a025b5828fe15031d65068855ec6a92a6866 authored over 4 years ago
Added options for numba parallel

github.com/CURENT/andes - 0d51871001899f2d070dd49774518acabff48462 authored over 4 years ago
Expose limit variables in REECA1

github.com/CURENT/andes - 5c59901fb85bf46f1bf113217c168b5ddcf3368e authored over 4 years ago
Patched sqrt warning for Ipmax

github.com/CURENT/andes - 54cc76c7810ea1ab82822880ebd0d3d998a659a3 authored over 4 years ago
Patch numba condition.

github.com/CURENT/andes - 75ea8b198579cc5008a3189249dedf1c477f90fa authored over 4 years ago
Added option for numba jit; Not seeing a significant speed up from compilation.

github.com/CURENT/andes - acd3d0e6467772a072e83b1d3b6bf912fad0487a authored over 4 years ago
Optimized speed for `restore_sparse`.

github.com/CURENT/andes - 1ce77b7e4b31ba1b5c0b8c763a9022f07fdfb4dc authored over 4 years ago
Added comments.

github.com/CURENT/andes - 75cdc73e9ea22af95d3d50b9fd99a1a7f3b9188b authored over 4 years ago
Added a TODO comment.

github.com/CURENT/andes - 37d87fd72eb5ee5a524d09707e0e0209085e82af authored over 4 years ago
Added comments for TDS.

github.com/CURENT/andes - 02d35de90c8256902a65caf7dea58d4ef727c918 authored over 4 years ago
Added a FAQ on hybrid symbolic-numeric framework

github.com/CURENT/andes - 04c39c110b51057d0f28460914211e9de7102c78 authored over 4 years ago
Remove whitespace

github.com/CURENT/andes - c83852986ce89a5331dd6fc6369f08b86520fc0b authored over 4 years ago
Added time stepping for data read from CSV

github.com/CURENT/andes - 183e14355dfaddc2041224b1de68b332ceba5f64 authored over 4 years ago
Working on replaying from csv data.

github.com/CURENT/andes - 5473891283de46f0408382567a2dd70199e4c903 authored over 4 years ago
Merge pull request #87 from cuihantao/develop

Prepare for v1.1.4

github.com/CURENT/andes - 332abcbd47c3cdb8420604143ec677874e8c91ad authored over 4 years ago
Updated release notes and docs.

github.com/CURENT/andes - 03a49f0b63dbb6cdfc1f3ef172256c837f0370e9 authored over 4 years ago
Patched an issue when DiME not installed and `dime_enabled` is set to 1.

github.com/CURENT/andes - 306e5640594107aecf4b880d94d57cb77e803f68 authored over 4 years ago
Added itap and itap2 for line to reduce division

github.com/CURENT/andes - b8d091c9df79d29930ae7829b5dbac9709b11873 authored over 4 years ago
minor adjustments to playback panel

github.com/CURENT/agvis - a41b0ac7faea7ce9fbf33e99d82aa38ef3b96f8e authored over 4 years ago
Added separate panel for playback controls

github.com/CURENT/agvis - 9bbd1d5e5d65ad48f21cafc4a0874930d3b660a1 authored over 4 years ago
Pushed rudimentary progress bar

github.com/CURENT/agvis - b9944a6b479fa12853125bfab3053dace871f362 authored over 4 years ago
Toggling zoneLayer

github.com/CURENT/agvis - d30514e03515498e573b9b894319109f9358c6de authored over 4 years ago
Renamed settings

github.com/CURENT/agvis - 1a950a2f57f27c02e6b56d6fe667092e33b05e1c authored over 4 years ago
Added more intelligent method of cookie saving

github.com/CURENT/agvis - 0cf0878b15058067a5e3ccff206cbed5318d0b1b authored over 4 years ago
Patched case path for relative path. Search in `input_path` first.

github.com/CURENT/andes - b8965469904e9510aaacdd0f160fdba94160e749 authored over 4 years ago
Added a note on RuntimeWarning from REECA1.

github.com/CURENT/andes - 6accc4b67feb7efe6ed3912129a73e2f313366c6 authored over 4 years ago
Code block edits

github.com/CURENT/andes - 779334318526f84461f425a1e2370fc28c71de28 authored over 4 years ago
Edits to modeling.

github.com/CURENT/andes - 3421c1abab645596fcf64c3fb60275f4b6666d99 authored over 4 years ago
Merge remote-tracking branch 'origin/develop' into develop

github.com/CURENT/andes - 1036ca32c9feecf8378af620c8bfe4c905d05a89 authored over 4 years ago
Added docs for services.

github.com/CURENT/andes - fa052a12902ea2a10f2aed12e7a37588724251e5 authored over 4 years ago
Merge remote-tracking branch 'origin/develop' into develop

github.com/CURENT/andes - 6dd0659883bf5ae6105e119c138b92921d43139e authored over 4 years ago
Added docs for AliasVar.

github.com/CURENT/andes - 945370f30ec6110839c203c3a17f3f8c01a59e96 authored over 4 years ago
Added more for IEEEST.

github.com/CURENT/andes - 50cb1a1ebdabc3c594220b50f6120511f1e2bfd4 authored over 4 years ago
Fixed format.

github.com/CURENT/andes - b33e2f4ffa068eefd3fe9c93dbdeb2a319d76463 authored over 4 years ago
Fixed indentation level

github.com/CURENT/andes - 72bdbb04746810b115a26dcf1ca8773fc02bfffd authored over 4 years ago
Added an intro.

github.com/CURENT/andes - da73a0e8f99e9f5d2817e55a0a0643efd5903b29 authored over 4 years ago
Finished the IEEEST Example.

github.com/CURENT/andes - 4ce036b1e7ee48defaa4840d102d05107e546663 authored over 4 years ago