tag:github.com,2008:https://github.com/hallba/BioModelAnalyzer/releases Release notes from BioModelAnalyzer 2023-03-13T13:34:54Z tag:github.com,2008:Repository/108433040/v1.14.0 2023-03-13T13:48:51Z v14 Architecture update and reservation <p>New features<br> - Additional <a href="https://bmafreeapp.azurewebsites.net" rel="nofollow">https://bmafreeapp.azurewebsites.net</a> free-tier version of BMA added to run in parallel<br> - There is a hosting change as part of this to a prepaid reservation.<br> - Client can now check which server it is connected to from settings<br> - Team members update<br> - Publications update<br> Bugfixes<br> - Decimals not handled in formulae inputs, added message<br> - Fixed popup bug caused by stability analysis error<br> - Standalone console updated to z3 version 4.11.2 (gui-server already on this)</p> Rachel-Alcraft tag:github.com,2008:Repository/108433040/v1.13.4-linux 2023-01-16T13:39:49Z v13 BMA Console Linux <h1>BioModelAnalyzer</h1> <p>BioModelAnalyzer is a user-friendly tool for constructing biological models and verifying them</p> <p>This version is a prototype for the multi-platform version specially designed for Linux and HPC parallelisation.</p> <h3>Overview</h3> <p>This project can be build as a standalone solution with msbuild on linux or mac.</p> <h3>In Windows</h3> <p>Open the solution BioCheckConsoleMulti.sln</p> <p>The executable to run will be built in (release or debug):</p> <p>BioCheckConsoleMulti/bin/Release/netcoreapp3.1/BioCheckConsoleMulti</p> <h3>Mac/Linux</h3> <p>Instructions on installing the dotnet runtime: <a href="https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu" rel="nofollow">https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu</a><br> Instructions on installing mono: <a href="https://www.mono-project.com/docs/getting-started/install/linux/" rel="nofollow">https://www.mono-project.com/docs/getting-started/install/linux/</a><br> Run the prepare script<br> <code>.\PrepareRepositoryNix.sh</code><br> Build the project</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="msbuild BioCheckConsoleMulti.sln /p:Configuration=Release /p:Platform=&quot;x64&quot; /t:Rebuild"><pre class="notranslate"><code>msbuild BioCheckConsoleMulti.sln /p:Configuration=Release /p:Platform="x64" /t:Rebuild </code></pre></div> <h3>Simple Example</h3> <p>An example is to call it from the command line like</p> <p>./BioCheckConsoleMulti -model ToyModelUnstable.json -engine SCM</p> <h3>Further info on WIKI</h3> <p><a href="https://github.com/hallba/BioModelAnalyzer/wiki/LinuxBuild">https://github.com/hallba/BioModelAnalyzer/wiki/LinuxBuild</a></p> Rachel-Alcraft tag:github.com,2008:Repository/108433040/v1.13.3-linux 2023-01-16T13:33:39Z Linux BMA Console <h1>BioModelAnalyzer</h1> <p>BioModelAnalyzer is a user-friendly tool for constructing biological models and verifying them</p> <p>This version is a prototype for the multi-platform version specially designed for Linux and HPC parallelisation.</p> <h3>Overview</h3> <p>This project can be build as a standalone solution with msbuild on linux or mac.</p> Rachel-Alcraft tag:github.com,2008:Repository/108433040/L1.13.4 2023-01-16T13:29:01Z L1.13.4 <p>Create Citation.cff</p> hallba tag:github.com,2008:Repository/108433040/L1.13.3 2023-01-16T09:10:54Z L1.13.3 <p>Updated the readme</p> Rachel-Alcraft tag:github.com,2008:Repository/108433040/v1.13.3 2023-01-16T07:23:49Z version 1.13 <h3><strong>BMA 1.13.0002</strong></h3> <p>This is the first release distributed from the UCL ARC team.<br> <strong>New features</strong></p> <ul> <li>ServerVersion added to check server version: call it directly from a browser,e.g. <a href="https://bmafunctionscore.azurewebsites.net/api/ServerVersion" rel="nofollow">Production ServerVersion</a></li> <li>Team members update</li> </ul> <p><strong>Bugfixes</strong></p> <ul> <li>Fixed reported bug: Division by a variable can cause instability that depends on node ID</li> </ul> Rachel-Alcraft tag:github.com,2008:Repository/108433040/v1.13.2 2022-09-12T08:16:53Z v1.13.2 <p>Revert the banner change for release to staging plus update release n…</p> Rachel-Alcraft tag:github.com,2008:Repository/108433040/v1.12.1 2022-04-08T14:22:22Z version 1.12 <h2>BMA 1.12.0011</h2> <p>This release focuses on bug fixes and minor user interface updates.</p> <h4>New features</h4> <ul> <li>Reintroduced the ability to create LTL states from the proof analysis and refined table headers</li> <li>Allowed users to view proof results through the connections context menu</li> <li>Changed the constellations rendering to better distinguish cluster links from model edges</li> </ul> <h4>Bugfixes</h4> <ul> <li>Fixed a minor LTL animation rendering bug</li> </ul> NikitaSkoblov tag:github.com,2008:Repository/108433040/v1.12 2022-04-07T10:19:56Z v1.12 <p>package for site updated</p> NikitaSkoblov tag:github.com,2008:Repository/108433040/v1.11 2022-03-09T10:25:37Z version 1.11 <h2>BMA 1.11.0035</h2> <p>This release updates multiple components in the user interface to better support the analysis of large models.</p> <h4>New features</h4> <ul> <li>Rendering of the stability proof in the analysis tab and extended table has been updated to allow hundreds of components to be viewed. This is achieved through the use of canvas rendering in the tab and an external library in the table view</li> <li>Results from the proof are now downloadable as a CSV for offline analysis</li> <li>Proof results persist when models layout is changed (for example, when moving a variable), only being wiped when variable updates are altered</li> </ul> <h4>Bugfixes</h4> <p>We have further updated unit tests and build components, and disable the automatic switch for intelligent zoom if the user selects a specific visualisation.</p> NikitaSkoblov