| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| line-2.0.25.tar.gz | 2023-01-15 | 34.7 MB | |
| line-2.0.25.zip | 2023-01-15 | 35.4 MB | |
| README.md | 2023-01-15 | 2.7 kB | |
| Totals: 3 Items | 70.1 MB | 0 | |
- feat: automatic recovery from missing lineStart invocation
- feat: refactored entire codebase to use only two tolerance levels
- feat: added QN2LQN transformation
- feat: added conway multiserver API scripts
- feat: added erlang fixed-point API script
- feat: added linearizer multiserver API scripts
- feat: completed initial QNS solver (LQNS's qnsolver wrapper) implementation
- feat: initial support in LN for interlock correction
- feat: added task plotting method to LayeredNetwork
- feat: added Tran methods to Auto solver
- feat: added getProb and sample methods to LINE.m
- feat: extended TTL cache support
- perf: improved inner amva iteration
- refactor: renamed svct to servt everywhere to avoid overlap with scv
- refactor: lineStart now mandatory and introduced global variables for verbosity
- refactor: purged code sections used for octave compatilibity, which is now abandoned
- refactor: removed two examples
- refactor: removed pfqn_gmvald files
- refactor: getAvg sanitization loops
- refactor: removed support for iteration limit in LQNS due to bugs in lqns releases
- refactor: updated option handling in amva methods
- refactor: updated LQNS and LN defaults
- refactor: reorganized folders under src/solvers
- refactor: removed unused LQNS methods
- refactor: simplified get methods in LayeredNetwork class
- refactor: removed all LayeredNetwork dependencies on tables and graphs
- refactor: removed some unnecessary fields in LayeredNetworkStruct and renamed others
- refactor: reimplemented LayeredNetwork.plot
- refactor: moved some LQNS methods in separate files
- refactor: renamed update maps in LN and removed callresidupdmap
- refactor: made LINE an alias for SolverAuto
- refactor: changed verbose support in SolverLQNS
- fix: added error in amva for invoking aql
- fix: bug in JMT method
- fix: bug about workspace folder
- fix: bug in lineTempName
- fix: handling special case in pfqn_cub
- fix: bug in zeroing of unreachable classes
- fix: bug in initFromMarginal for fractional inputs
- fix: fixed bugs in nc for rd/nrp/nrl
- fix: bug in JMT.sampleAggr
- fix: bug in handling Aux classes that complete in LN
- fix: bug in jsimgView
- fix: bug in handling missing files in SolverLN.parseXML
- fix: bug in options.method in SolverMVA.getProbAggr
- fix: bug on options in SolverMVA.getProbSysAggr
- fix: missing visit term in npfqn_nonexp_approx
- fix: small bug fixes to NC, MVA and LN
- fix: allow approximate execution of exact solvers in MVA throwing warning
- fix: some adjustments to ENV methods to cope with zero metrics
- chore: updated copyright to 2023
- chore: commented out all instances of keyboard in the codebase
- chore: added qmle script to fg