tag:github.com,2008:https://github.com/hallba/BioModelAnalyzer/releasesRelease notes from BioModelAnalyzer2023-03-13T13:34:54Ztag:github.com,2008:Repository/108433040/v1.14.02023-03-13T13:48:51Zv14 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-Alcrafttag:github.com,2008:Repository/108433040/v1.13.4-linux2023-01-16T13:39:49Zv13 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="x64" /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-Alcrafttag:github.com,2008:Repository/108433040/v1.13.3-linux2023-01-16T13:33:39ZLinux 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-Alcrafttag:github.com,2008:Repository/108433040/L1.13.42023-01-16T13:29:01ZL1.13.4<p>Create Citation.cff</p>hallbatag:github.com,2008:Repository/108433040/L1.13.32023-01-16T09:10:54ZL1.13.3<p>Updated the readme</p>Rachel-Alcrafttag:github.com,2008:Repository/108433040/v1.13.32023-01-16T07:23:49Zversion 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-Alcrafttag:github.com,2008:Repository/108433040/v1.13.22022-09-12T08:16:53Zv1.13.2<p>Revert the banner change for release to staging plus update release n…</p>Rachel-Alcrafttag:github.com,2008:Repository/108433040/v1.12.12022-04-08T14:22:22Zversion 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>NikitaSkoblovtag:github.com,2008:Repository/108433040/v1.122022-04-07T10:19:56Zv1.12<p>package for site updated</p>NikitaSkoblovtag:github.com,2008:Repository/108433040/v1.112022-03-09T10:25:37Zversion 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