Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: efa/ReSolve

Tags

v0.11.09hbeta

Toggle v0.11.09hbeta's commit message
v0.11.09h 2023/12/29

* Added:
  - created test cases to check output consistency
  - improved (cross-)package creation
* Fix:
  - LIB: save position of last single input value to correctly show solutions with 2 resistors
  - LIB: save numV in numF to avoid memory leak on lists=2 and bestTol=1
  - LIB: can read userR2 with only one value from config file
  - LIB: correctly show tolerance ratio
* Cosmetic
  - LIB: refactor showVal4(numBestRes),showVal3(numBestRes) in showVal43(numBestRes, num);
  - LIB: refactor showValX(),showValMemLow() moved CLI/GUI maxRp==? mem=? inside LIB showVal()
  - LIB: renamed 'valTolBest' to 'bestTol' in config file

v0.11.09h

Toggle v0.11.09h's commit message
v0.11.09h 2023/12/29

* Added:
  - created test cases to check output consistency
  - improved (cross-)package creation
* Fix:
  - LIB: save position of last single input value to correctly show solutions with 2 resistors
  - LIB: save numV in numF to avoid memory leak on lists=2 and bestTol=1
  - LIB: can read userR2 with only one value from config file
  - LIB: correctly show tolerance ratio
* Cosmetic
  - LIB: refactor showVal4(numBestRes),showVal3(numBestRes) in showVal43(numBestRes, num);
  - LIB: refactor showValX(),showValMemLow() moved CLI/GUI maxRp==? mem=? inside LIB showVal()
  - LIB: renamed 'valTolBest' to 'bestTol' in config file

v0.10.09h

Toggle v0.10.09h's commit message
v0.10.09h 2023/05/09

* Added:
  - new memory save strategy searching results, thanks @mvimercati for hints
    keep only the first N best results. Selectable with 'algo=1'
  - timing code in CLI to evaluate performance of new strategy
  - thanks @lcavalli for hints
  - format parameter to show numbers with engineering notation or SI prefix
  - different binary packages for different OSs
  - made a package for Raspberry Pi @32/64bit
  - made a package for VisionFive2 RISC-V @64bit
  - removed binaries from github master
  - GUI: read decimal values from baseR custom values in config file
  - GUI: better parameters checking: custom values, results
  - GUI: disabled not active widgets
  - GUI: add some hints popup
  - GUI: working About button, thanks @lb90

v0.09.09h

Toggle v0.09.09h's commit message
V0.09.09h 2023/03/12

* Added:
  - GUI: working for inputs settings, circuits shown and results
         GUI debug output still goes to CLI
  - GUI: read custom formula from text entry
  - GUI: read custom values from text entry
  - GUI: extend textView vertically when window increase height
  - GUI: force refresh output while heavy calculation
  - GUI: autoscroll to last line
  - show allocated memory with SI prefix k,M,G,T
  - show calc and sort progress as percentage
  - generation of Linux AppImage