1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(lint fix) More... 11 months ago
(serialization fix) More... 11 months ago
Fix typo in scheduler More... 11 months ago
Add support for serializing nested classes via Pyro More... 11 months ago
readability fixes in scheduler More... 11 months ago
(syntax readability) More... 11 months ago
(shuffle ModelServerStatus classes around) More... 11 months ago
use colorlog instead of rich (might be easier) More... 11 months ago
(fix possible 0-thread pool) More... 11 months ago
various runtime error fixes (mostly related to models) More... 11 months ago
Use fastapi-cache2-fork (fastapi-cache2 has missing __init__.py and upstream is not responsive) More... 11 months ago
don't check resources in models to show them as runnable in the web interface (to be re-considered) More... 11 months ago
cleanups More... 11 months ago
Logging info from models
Stanislav Sulc
as Stanislav
More... 11 months ago
Consume MUPIF_LOG_PROCESSNAME env var (if available), use processName in logging; switch to rich instead of colorlog in console; modelserver set MUPIF_LOG_PROCESSNAME for its own models; add remote IP to remote log records (smuggle into processName) More... 11 months ago
Logging info from models
Stanislav Sulc
as Stanislav
More... 12 months ago
Logging info from models
Stanislav Sulc
as Stanislav
More... 12 months ago
Fixing mupif.ValueType prefix
Stanislav Sulc
as Stanislav
More... 12 months ago
(make Cell.mesh optional, which would otherwise fail during wire transfer) More... 12 months ago
(remove validator which was failing with pydantic > 2.8 in CI) More... 12 months ago
(fix circular types?) More... 12 months ago
Properly declare non-serializable attributes, forbid extra pydantic attributes in classes (should have been like that), fix tests, warnings, add type-checking to vertices More... 12 months ago
Merge pull request #99 from mupif/ndarray
Václav Šmilauer
as eudoxos
More... 12 months ago
API generator
Stanislav Sulc
as Stanislav
More... 12 months ago
Fixing handling of mupif.String
Stanislav Sulc
as Stanislav
More... 12 months ago
Execution part of code for testing models
Stanislav Sulc
as Stanislav
More... 12 months ago
(fix annotation import) More... 12 months ago
Fix some cell mess, cleanups in unit tests More... 12 months ago
add nptyping to requirements More... 12 months ago
Type-checked field access (fix tests), many other cell types probably still broken (lin tri 2d, lin tetra 3d tested) More... 12 months ago