{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":608417440,"defaultBranch":"main","name":"ReSolve","ownerLogin":"efa","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-03-02T01:07:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1578980?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1703810161.0","currentOid":""},"activityList":{"items":[{"before":"1fc1bec5ec0dccb94197a2a5b998cfc6549c220c","after":"c02b9a13427c31345b69701e5d285f1ee81801f9","ref":"refs/heads/main","pushedAt":"2023-12-29T00:15:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.11.09h 2023/12/29\n* Added:\n - created test cases to check output consistency\n - improved (cross-)package creation\n* Fix:\n - LIB: save position of last single input value to correctly show solutions with 2 resistors\n - LIB: save numV in numF to avoid memory leak on lists=2 and bestTol=1\n - LIB: can read userR2 with only one value from config file\n - LIB: correctly show tolerance ratio\n* Cosmetic\n - LIB: refactor showVal4(numBestRes),showVal3(numBestRes) in showVal43(numBestRes, num);\n - LIB: refactor showValX(),showValMemLow() moved CLI/GUI maxRp==? mem=? inside LIB showVal()\n - LIB: renamed 'valTolBest' to 'bestTol' in config file","shortMessageHtmlLink":"v0.11.09h 2023/12/29"}},{"before":"984b5ef5d5b6351f8cd0010acc814ac9843b2b42","after":"1fc1bec5ec0dccb94197a2a5b998cfc6549c220c","ref":"refs/heads/main","pushedAt":"2023-10-01T20:45:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.11.09h 2023/10/01\n* Added:\n - LIB: Support for 2 custom list of values of different tolerances\n - LIB: Can use lower tolerance list, keeping best final tolerance:\n when lists=2 and valTolBest=1 use baseR2 as 1/10 tolerance than baseR\n when lists=2 and valTolBest=1 use baseR2 & baseR2 too\n - LIB: use mem=1 computations with lists=2 to reduce memory requirements\n - CLI: Support for 2 custom list of values of different tolerances\n - CLI: new output formatting to show tolerance of each component\n - CLI: use 80 columns for output formatting\n - GUI: enlarged to 722 pixels to accomodate 80 cols output formatting\n - GUI: new widgets to support lists=2, (in)activate meaning widgets\n - LIB: extended support to 8 decades, GUI too\n - GUI: working Stop button\n - LIB: reduced memory allocation/compute time for input descriptions:\n baseR[3+2],mem=0,lists2=2,valTolBest=0: 1.7 kB => 840 B , 0.000704 s => 0.000905 s\n E1,decades=7,mem=0,lists2=1 : 1.5 kB => 1.5 kB , 0.002569 s => 0.001241 s\n E12,decades=7,mem=0,lists2=1 : 346.8 kB => 173.4 kB, 42.715295 s => 20.320254 s\n - LIB: refactored compute functions for mem=1\n - LIB: refactored showHelp(), showConf()\n - GUI: changed radio buttom standardEserie/custom values callbacks: done\n - GUI: disabled \"standard Series\" & \"Decades\" selection when \"custom values\"\n - LIB: reSolveConf.txt renamed 'desired=' to 'target='\n 'algo=' to 'mem='\n 'baseR=' to 'userR='\n 'baseRdesc=' to 'userRdesc='\n - LIB: reSolveConf.txt added 'userRtol='\n 'lists='\n 'userR2='\n 'userR2tol='\n 'userR2desc='\n 'valTolBest='\n - LIB: reSolveConf.txt ignore/removed 'listNumber='\n 'maxRc='\n* Fix:\n - LIB: fix conversion to eng notation in case: -1000E-09 instead of -1E-06\n - LIB: parsing of reSolveConf.txt more robust for duplicates and comments\n - GUI: target and decades are not updated on direct type","shortMessageHtmlLink":"v0.11.09h 2023/10/01"}},{"before":"352b4225f716e17ad7afc1e2f3c586e8d38e6907","after":"984b5ef5d5b6351f8cd0010acc814ac9843b2b42","ref":"refs/heads/main","pushedAt":"2023-09-05T22:42:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.11.09h 2023/09/05\n* Added:\n - LIB: Support for 2 custom list of values of different tolerances\n - LIB: Can use lower tolerance list, keeping best final tolerance:\n when lists=2 and valTolBest=1 use baseR2 as 1/10 tolerance than baseR\n when lists=2 and valTolBest=1 use baseR2 & baseR2 too\n - LIB: use mem=1 computations with lists=2 to reduce memory requirements\n - CLI: Support for 2 custom list of values of different tolerances\n - CLI: new output formatting to show tolerance of each component\n - CLI: use 80 columns for output formatting\n - GUI: enlarged to 722 pixels to accomodate 80 cols output formatting\n - GUI: new widgets to support lists=2, as now partially inactive\n - LIB: extended support to 8 decades, GUI too\n - GUI: working Stop button\n - LIB: reduced memory allocation/compute time for input descriptions:\n baseR[3+2],mem=0,lists2=2,valTolBest=0: 1.7 kB => 840 B , 0.000704 s => 0.000905 s\n E1,decades=7,mem=0,lists2=1 : 1.5 kB => 1.5 kB , 0.002569 s => 0.001241 s\n E12,decades=7,mem=0,lists2=1 : 346.8 kB => 173.4 kB, 42.715295 s => 20.320254 s\n - LIB: refactored compute functions for mem=1\n - LIB: refactored showHelp(), showConf()\n - GUI: changed radio buttom standardEserie/custom values callbacks: done\n - GUI: disabled \"standard Series\" & \"Decades\" selection when \"custom values\"\n - LIB: reSolveConf.txt renamed 'desired=' to 'target='\n 'algo=' to 'mem='\n 'baseR=' to 'userR='\n 'baseRdesc=' to 'userRdesc='\n - LIB: reSolveConf.txt added 'userRtol='\n 'lists='\n 'userR2='\n 'userR2tol='\n 'userR2desc='\n 'valTolBest='\n - LIB: reSolveConf.txt ignore/removed 'listNumber='\n 'maxRc='\n* Fix:\n - LIB: fix conversion to eng notation in case: -1000E-09 instead of -1E-06\n - LIB: parsing of reSolveConf.txt more robust for duplicates and comments\n - GUI: target and decades are not updated on direct type","shortMessageHtmlLink":"v0.11.09h 2023/09/05"}},{"before":"7449adbfac6c5dca1ef4f2b4d84eb1d90b66c5ca","after":"352b4225f716e17ad7afc1e2f3c586e8d38e6907","ref":"refs/heads/main","pushedAt":"2023-08-30T00:10:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.11.09h 2023/08/29\n* Added:\n - LIB: Support for 2 custom list of values of different tolerances\n - LIB: Can use lower tolerance list, keeping best final tolerance:\n when lists=2 and valTolBest=1 use baseR2 as 1/10 tolerance than baseR\n when lists=2 and valTolBest=1 use baseR2 & baseR2 too\n - LIB: use mem=1 computations with lists=2 to reduce memory requirements\n - CLI: new output formatting to show tolerance of each component\n - CLI: use 80 columns for output formatting\n - GUI: enlarged to 722 pixels to accomodate 80 cols output formatting\n - LIB: extended support to 8 decades, GUI too\n - LIB: reduced memory allocation/compute time for input descriptions:\n baseR[3+2],mem=0,lists2=2,valTolBest=0: 1.7 kB => 840 B , 0.000704 s => 0.000905 s\n E1,decades=7,mem=0,lists2=1 : 1.5 kB => 1.5 kB , 0.002569 s => 0.001241 s\n E12,decades=7,mem=0,lists2=1 : 346.8 kB => 173.4 kB, 42.715295 s => 20.320254 s\n - LIB: refactored compute functions for mem=1\n - LIB: refactored showHelp(), showConf()\n - GUI: changed radio buttom standardEserie/custom values callbacks: done\n - GUI: disabled \"standard Series\" & \"Decades\" selection when \"custom values\"\n - LIB: reSolveConf.txt renamed 'desired=' to 'target='\n 'algo=' to 'mem='\n 'baseR=' to 'userR='\n 'baseRdesc=' to 'userRdesc='\n - LIB: reSolveConf.txt added 'userRtol='\n 'lists='\n 'userR2='\n 'userR2tol='\n 'userR2desc='\n 'valTolBest='\n - LIB: reSolveConf.txt ignore/removed 'listNumber='\n 'maxRc='\n* Fix:\n - LIB: fix conversion to eng notation in case: -1000E-09 instead of -1E-06\n - LIB: parsing of reSolveConf.txt more robust for duplicates and comments","shortMessageHtmlLink":"v0.11.09h 2023/08/29"}},{"before":"46e8d7b1953c8e4f120aa3d09cef11756ce766c2","after":"7449adbfac6c5dca1ef4f2b4d84eb1d90b66c5ca","ref":"refs/heads/main","pushedAt":"2023-08-28T23:38:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"26e4c43a839542f1e2f1a44c0dd45959ef114de3","after":"46e8d7b1953c8e4f120aa3d09cef11756ce766c2","ref":"refs/heads/main","pushedAt":"2023-08-27T19:10:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.11.09h 2023/08/27\n* Added:\n - LIB: Support for 2 custom list of values of different tolerances\n - LIB: Can use lower tolerance list, keeping best final tolerance:\n when lists=2 and valTolBest=1 use baseR2 as 1/10 tolerance than baseR\n when lists=2 and valTolBest=1 use baseR2 & baseR2 too\n - CLI: new output formatting to show tolerance of each component\n - CLI: use 80 cols for output formatting\n - GUI: enlarged to 722 pixels to accomodate 80 cols output formatting\n - LIB: extended support for decades to 8, GUI too\n - LIB: reduced memory allocation/compute time for input descriptions:\n baseR[3+2],mem=0,lists2=2,valTolBest=0: 1.7 kB => 840 B , 0.000704 s => 0.000905 s\n E1,decades=7,mem=0,lists2=1 : 1.5 kB => 1.5 kB , 0.002569 s => 0.001241 s\n E12,decades=7,mem=0,lists2=1 : 346.8 kB => 173.4 kB, 42.715295 s => 20.320254 s\n - LIB: refactored compute functions for mem=1\n - LIB: refactored showHelp(), showConf()\n - GUI: changed radio buttom standardEserie/custom values callbacks: done\n - GUI: disabled \"standard Series\" & \"Decades\" selection when \"custom values\"\n - LIB: reSolveConf.txt renamed 'desired=' to 'target='\n 'algo=' to 'mem='\n 'baseR=' to 'userR='\n 'baseRdesc=' to 'userRdesc='\n - LIB: reSolveConf.txt added 'userRtol='\n 'lists='\n 'userR2='\n 'userR2tol='\n 'userR2desc='\n 'valTolBest='\n - LIB: reSolveConf.txt ignore/removed 'listNumber='\n 'maxRc='\n* Fix:\n - LIB: fix conversion to eng notation in case: -1000E-09 instead of -1E-06\n - LIB: parsing of reSolveConf.txt more robust for duplicates and comments","shortMessageHtmlLink":"v0.11.09h 2023/08/27"}},{"before":"76a44d5bb93d590680e1c2b3827c72fa72aed9ef","after":"26e4c43a839542f1e2f1a44c0dd45959ef114de3","ref":"refs/heads/main","pushedAt":"2023-05-30T23:54:40.566Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"use linuxdeploy to create AppImage","shortMessageHtmlLink":"use linuxdeploy to create AppImage"}},{"before":"c532ba47b1e66c6e7edc69a06afcbe9b653db695","after":null,"ref":"refs/tags/v0.10.09h","pushedAt":"2023-05-23T00:36:05.282Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"}},{"before":"c532ba47b1e66c6e7edc69a06afcbe9b653db695","after":"76a44d5bb93d590680e1c2b3827c72fa72aed9ef","ref":"refs/heads/main","pushedAt":"2023-05-23T00:28:34.298Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"made a package for macOS @ 64bit targeting Quartz","shortMessageHtmlLink":"made a package for macOS @ 64bit targeting Quartz"}},{"before":"9f9f904f0c330d2c62ba9fb90119d813daaee3af","after":null,"ref":"refs/tags/v0.10.09h","pushedAt":"2023-05-22T22:49:51.159Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"}},{"before":"1e744a447d37bc027592a8fc81eedb1ee5fc0c71","after":"c532ba47b1e66c6e7edc69a06afcbe9b653db695","ref":"refs/heads/main","pushedAt":"2023-05-22T20:24:09.999Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"made a package for macOS @64bit targeting Quartz","shortMessageHtmlLink":"made a package for macOS @64bit targeting Quartz"}},{"before":"1374699c4087f88bdbef6f1e775c08d2d3278d28","after":"1e744a447d37bc027592a8fc81eedb1ee5fc0c71","ref":"refs/heads/main","pushedAt":"2023-05-21T21:00:34.530Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"update to ReSolve.bundle","shortMessageHtmlLink":"update to ReSolve.bundle"}},{"before":"11d51d1d74ab4c120b0717b331cb4ac50a862ad7","after":"1374699c4087f88bdbef6f1e775c08d2d3278d28","ref":"refs/heads/main","pushedAt":"2023-05-21T19:13:49.243Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"added macOS files: ReSolve.icns Info.plist ReSolve.bundle\nadded Win ico file: ReSolve.ico","shortMessageHtmlLink":"added macOS files: ReSolve.icns Info.plist ReSolve.bundle"}},{"before":"9f9f904f0c330d2c62ba9fb90119d813daaee3af","after":"11d51d1d74ab4c120b0717b331cb4ac50a862ad7","ref":"refs/heads/main","pushedAt":"2023-05-20T10:36:48.778Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"initial support for macOS @64bit","shortMessageHtmlLink":"initial support for macOS @64bit"}},{"before":"6b433abd45cf5359325f52c6c3fb179ef3656b43","after":null,"ref":"refs/tags/v0.10.09h","pushedAt":"2023-05-11T21:22:05.331Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"}},{"before":"b687d35e475de90414e751219ec17e1ea9158a18","after":"9f9f904f0c330d2c62ba9fb90119d813daaee3af","ref":"refs/heads/main","pushedAt":"2023-05-11T21:21:26.154Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.10.09h 2023/05/11\n* Added:\n - new memory save strategy searching results, thanks @mvimercati for hints\n keep only the first N best results. Selectable with 'algo=1'\n - timing code in CLI to evaluate performance of new strategy\n - thanks @lcavalli for hints\n - format parameter to show numbers with engineering notation or SI prefix\n - different binary packages for different OSs\n - made a package for Raspberry Pi @ 32/64bit\n - made a package for VisionFive2 RISC-V @ 64bit\n - removed binaries from github master\n - GUI: read decimal values from baseR custom values in config file\n - GUI: better parameters checking: custom values, results\n - GUI: disabled not active widgets\n - GUI: add some hints popup\n - GUI: working About button, thanks @lb90","shortMessageHtmlLink":"v0.10.09h 2023/05/11"}},{"before":"6b433abd45cf5359325f52c6c3fb179ef3656b43","after":"b687d35e475de90414e751219ec17e1ea9158a18","ref":"refs/heads/main","pushedAt":"2023-05-11T13:19:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"fix hang when config values len > 256 chars","shortMessageHtmlLink":"fix hang when config values len > 256 chars"}},{"before":"f829addf0cd5237c52e5379a7d01cdf5a83e8581","after":null,"ref":"refs/tags/v0.10.09h","pushedAt":"2023-05-09T21:51:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"}},{"before":"3b74173a12f1c8fd134d7613d40014b14e43774c","after":"6b433abd45cf5359325f52c6c3fb179ef3656b43","ref":"refs/heads/main","pushedAt":"2023-05-09T21:49:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.10.09h 2023/05/09\n* Added:\n - new memory save strategy searching results, thanks @mvimercati for hints\n keep only the first N best results. Selectable with 'algo=1'\n - timing code in CLI to evaluate performance of new strategy\n - thanks @lcavalli for hints\n - format parameter to show numbers with engineering notation or SI prefix\n - different binary packages for different OSs\n - made a package for Raspberry Pi @32/64bit\n - made a package for VisionFive2 RISC-V @64bit\n - removed binaries from github master\n - GUI: read decimal values from baseR custom values in config file\n - GUI: better parameters checking: custom values, results\n - GUI: disabled not active widgets\n - GUI: add some hints popup\n - GUI: working About button, thanks @lb90","shortMessageHtmlLink":"v0.10.09h 2023/05/09"}},{"before":"f829addf0cd5237c52e5379a7d01cdf5a83e8581","after":"3b74173a12f1c8fd134d7613d40014b14e43774c","ref":"refs/heads/main","pushedAt":"2023-04-19T20:38:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.10.09h 2023/04/19\n* Added:\n - new memory save strategy searching results, thanks @mvimercati for hints\n keep only the first N best results. Selectable with 'algo=1'\n - timing code in CLI to evaluate performance of new strategy\n - thanks @lcavalli for hints\n - format parameter to show numbers with engineering notation or SI prefix\n - different binary packages for different OSs\n - removed binaries from github master\n - GUI: read decimal values from baseR custom values in config file\n - GUI: better parameters checking: custom values, results\n - GUI: disable widgets not active\n - GUI: add some hints popup\n - GUI: working About button, thanks @lb90","shortMessageHtmlLink":"v0.10.09h 2023/04/19"}},{"before":"f77579aeede8f824c2a00869a5bdafc07be5acaa","after":null,"ref":"refs/tags/v0.10.09h","pushedAt":"2023-04-17T01:21:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"}},{"before":"f6a46d99fe1b011780f975313fc41e7c28d7334a","after":"f829addf0cd5237c52e5379a7d01cdf5a83e8581","ref":"refs/heads/main","pushedAt":"2023-04-17T01:20:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.10.09h 2023/04/16\n* Added:\n - new memory save strategy searching results, thanks @mvimercati for hints\n keep only the first N best results. Selectable with 'algo=1'\n - timing code in CLI to evaluate performance of new strategy\n - thanks @lcavalli for hints\n - different binary packages for different OSs\n - GUI: read decimal values from baseR custom values in config file\n - GUI: better parameters checking: custom values, results\n - GUI: disable widgets not active\n - GUI: add other hints popup\n - GUI: working About button, thanks @lb90","shortMessageHtmlLink":"v0.10.09h 2023/04/16"}},{"before":"f77579aeede8f824c2a00869a5bdafc07be5acaa","after":"f6a46d99fe1b011780f975313fc41e7c28d7334a","ref":"refs/heads/main","pushedAt":"2023-04-13T00:04:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"some GUI input check","shortMessageHtmlLink":"some GUI input check"}},{"before":"88c4b6f76b78cfec2848403dae92d412e6b68631","after":null,"ref":"refs/tags/v0.10.09h","pushedAt":"2023-04-05T19:38:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"}},{"before":"8794c6443a247e7179f30836effc902367f76975","after":"f77579aeede8f824c2a00869a5bdafc07be5acaa","ref":"refs/heads/main","pushedAt":"2023-04-05T19:37:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.10.09h 2023/04/05\n* Added:\n - new memory save strategy searching results, thanks @mvimercati for hints\n keep only the first N best results. Selectable with 'algo=1'\n - timing code in CLI to evaluate performance of new strategy\n - thanks @lcavalli for hints\n - different packages for different OSs\n - GUI: working About button","shortMessageHtmlLink":"v0.10.09h 2023/04/05"}},{"before":"04fabb13c05b93951d7e2a318b5621e5d11bf529","after":"8794c6443a247e7179f30836effc902367f76975","ref":"refs/heads/main","pushedAt":"2023-04-05T06:41:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.10.09h 2023/04/05\n* Added:\n - new memory save strategy searching results, thanks @mvimercati for hints\n keep only the first N best results. Selectable with 'algo=1'\n - timing code in CLI to evaluate performance of new strategy\n - thanks @lcavalli for hints\n - GUI: working About button","shortMessageHtmlLink":"v0.10.09h 2023/04/05"}},{"before":"5606fa396c5b4af8256e0bc21cf1d649a9f37517","after":"04fabb13c05b93951d7e2a318b5621e5d11bf529","ref":"refs/heads/main","pushedAt":"2023-03-30T06:05:29.712Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"test about dialog","shortMessageHtmlLink":"test about dialog"}},{"before":"55346178287a5ef95654ab055cc9ab9d2d9ec06a","after":"5606fa396c5b4af8256e0bc21cf1d649a9f37517","ref":"refs/heads/main","pushedAt":"2023-03-30T06:01:45.977Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"test about dialog","shortMessageHtmlLink":"test about dialog"}},{"before":"88c4b6f76b78cfec2848403dae92d412e6b68631","after":"55346178287a5ef95654ab055cc9ab9d2d9ec06a","ref":"refs/heads/main","pushedAt":"2023-03-28T06:35:13.454Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"test about dialog","shortMessageHtmlLink":"test about dialog"}},{"before":"d008d03bba9e91d44f23822bc8e2e0a907a7a8b6","after":"88c4b6f76b78cfec2848403dae92d412e6b68631","ref":"refs/heads/main","pushedAt":"2023-03-26T22:21:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efa","name":"efa","path":"/efa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1578980?s=80&v=4"},"commit":{"message":"v0.10.09h 2023/03/26\n* Added:\n - new memory save strategy searching results, thanks @mvimercati for hints\n keep only the first N best results. Selectable with 'algo=1'\n - timing code in CLI to evaluate performance of new strategy\n - thanks @lcavalli for hints","shortMessageHtmlLink":"v0.10.09h 2023/03/26"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD08JLCAA","startCursor":null,"endCursor":null}},"title":"Activity ยท efa/ReSolve"}