| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| line-2.0.21.tar.gz | 2022-05-12 | 14.1 MB | |
| line-2.0.21.zip | 2022-05-12 | 14.9 MB | |
| README.md | 2022-05-12 | 1.6 kB | |
| Totals: 3 Items | 29.0 MB | 0 | |
- feat: added Gaussian quadrature methods with precomputed nodes and weights to NC
- feat: added repairmen model gallery example
- feat: added install script
- feat: added start file
- feat: added marginal distribution code for homogeneous models to NC
- feat: new fluid solver default method ('matrix') supporting general PH distributions
- docs: updated fluid solver list
- docs: updated Q-MAM and NetworkStruct documentation
- docs: updated example_cacheModel_3
- refactor: NC getProb* now use logarithmic operations
- refactor: removed comombtf method
- refactor: renamed sn.varparam to sn.nodeparam
- refactor: moved Place and Transition parameters to sn.nodeparam
- refactor: improved updateMean methods in MarkovianDistributions
- refactor: renamed basic fluid solver to matrix fluid solver
- refactor: fluid stateindep method renamed to closing
- refactor: revised Fluid handling of open models
- refactor: integrated cache-qn models now handled by dedicated analyzers in NC and MVA
- perf: improved performance of Queue.setService for updates
- fix: corrected snGetProductFormParams for refclasses
- fix: performance bug fix in chain computation
- fix: bug in CoMoM java parameter passing
- fix: bug in Network.getChains
- fix: bug in mucache_gamma_lp
- fix: bug in utilization measure of the fluid matrix method
- fix: bug in SolverCTMC.getCdfRespT
- fix: added handling of generic initial state to fluid matrix solver
- fix: minor fixes to solver_fluid_basic
- chore: removed MATLAB project files
- chore: added CONTRIBUTING file