1,721,001 research outputs found
CogStack/MedCATservice: v0.4.0
What's Changed
update medcat to v1.5.0 by @tomolopolis in https://github.com/CogStack/MedCATservice/pull/26
New Contributors
@tomolopolis made their first contribution in https://github.com/CogStack/MedCATservice/pull/26
Full Changelog: https://github.com/CogStack/MedCATservice/compare/v0.3.2...0.4.
CogStack/MedCATtrainer: v2.9.0 Minor Releasw
What's Changed
Home page revamp by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/138
CU-862k43092: improve documentation around the usage of Trainer APIs … by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/139
Further metrics view improvements by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/140
Full Changelog: https://github.com/CogStack/MedCATtrainer/compare/v2.8.0...v2.9.
CogStack/MedCATtrainer: Metrics fixes and front end build upgrade
What's Changed
<ul>
<li>Example project loading fixes by @tomolopolis in <a href="https://github.com/CogStack/MedCATtrainer/pull/131">https://github.com/CogStack/MedCATtrainer/pull/131</a></li>
<li>CU-862jzmnm1: fix dockerfile install flag by @tomolopolis in <a href="https://github.com/CogStack/MedCATtrainer/pull/132">https://github.com/CogStack/MedCATtrainer/pull/132</a></li>
<li>Update node / NPM and frontend build packages by @tomolopolis in <a href="https://github.com/CogStack/MedCATtrainer/pull/133">https://github.com/CogStack/MedCATtrainer/pull/133</a></li>
<li>CU-862k0b38r: concept summary UI fixes by @tomolopolis in <a href="https://github.com/CogStack/MedCATtrainer/pull/134">https://github.com/CogStack/MedCATtrainer/pull/134</a></li>
<li>CU-862k0b38r: reduce add annotation padding by @tomolopolis in <a href="https://github.com/CogStack/MedCATtrainer/pull/135">https://github.com/CogStack/MedCATtrainer/pull/135</a></li>
<li>CU-2yfm6ve: Fix backend and frontend styling with b-tabs by @tomolopolis in <a href="https://github.com/CogStack/MedCATtrainer/pull/136">https://github.com/CogStack/MedCATtrainer/pull/136</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/CogStack/MedCATtrainer/compare/v2.7.0...v2.8.0">https://github.com/CogStack/MedCATtrainer/compare/v2.7.0...v2.8.0</a></p>
CogStack/MedCATtrainer: v2.5.1
What's Changed
CU-862j6fpd2: bug fix concept addition. by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/115
CU-862j6fpd2: Fix edge case of adding new concept without typeID by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/116
Full Changelog: https://github.com/CogStack/MedCATtrainer/compare/v2.5.0...v2.5.
CogStack/MedCATtrainer: v2.13.0 - make metrics async, security patches for deps
<h2>What's Changed</h2>
<ul>
<li>CU-8692wwbcu: sass fix to remove deprecation warning by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/157</li>
<li>Show progress on home page for each project by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/159</li>
<li>Bump d3-color and @ssthouse/vue-tree-chart in /webapp/frontend by @dependabot in https://github.com/CogStack/MedCATtrainer/pull/158</li>
<li>Export project status by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/160</li>
<li>Bump @babel/traverse from 7.23.0 to 7.23.2 in /webapp/frontend by @dependabot in https://github.com/CogStack/MedCATtrainer/pull/161</li>
<li>Metrics async by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/162</li>
<li>Bump browserify-sign from 4.2.1 to 4.2.2 in /webapp/frontend by @dependabot in https://github.com/CogStack/MedCATtrainer/pull/163</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/CogStack/MedCATtrainer/compare/v2.12.3...v2.13.0</p>
CogStack/MedCATtrainer: Metrics view for Admin users on the Home page
What's Changed
CU-2yfm6ve: Add a project(s) metrics page by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/130
Full Changelog: https://github.com/CogStack/MedCATtrainer/compare/v2.6.1...v2.7.
CogStack/MedCATtrainer: v2.13.1 - Patch for
<h2>What's Changed</h2>
<ul>
<li>CU-86931kzya: name_status added to use pretty name. by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/164</li>
<li>8693587bv: load all env vars into the frontend to be used / viewed wh… by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/166</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/CogStack/MedCATtrainer/compare/v2.13.0...v2.13.1</p>
CogStack/MedCATtrainer: v2.15.0 - Relation Anno fixes, ICD / OPCS code clean up
<h2>What's Changed</h2>
<ul>
<li>Rename maintanence.md to maintenance.md by @bsenst in https://github.com/CogStack/MedCATtrainer/pull/177</li>
<li>8693j9e13: remove all ICD / OPCS refs that aren't used. by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/179</li>
<li>8693j9e13: Remove previously removed event handlers for ICD / OPCS codes by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/180</li>
<li>Relation anno fixes by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/181</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li>@bsenst made their first contribution in https://github.com/CogStack/MedCATtrainer/pull/177</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/CogStack/MedCATtrainer/compare/v2.14.1...v2.15.0</p>
CogStack/MedCATtrainer: Bug fix and small add annotation feature
What's Changed
Bump xml2js and rss-parser in /webapp/frontend by @dependabot in https://github.com/CogStack/MedCATtrainer/pull/128
feature to easily remove a manually created annotation by @tomolopolis in https://github.com/CogStack/MedCATtrainer/pull/129
fix relation annotation front-end logic
Full Changelog: https://github.com/CogStack/MedCATtrainer/compare/v2.6.0...v2.6.
CogStack/MedCATtrainer: Patch Fixes
What's Changed
<ul>
<li>Env var parsing fix and Home Project loading fix by @tomolopolis in <a href="https://github.com/CogStack/MedCATtrainer/pull/155">https://github.com/CogStack/MedCATtrainer/pull/155</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/CogStack/MedCATtrainer/compare/v2.12.1...v2.12.2">https://github.com/CogStack/MedCATtrainer/compare/v2.12.1...v2.12.2</a></p>
- …
