<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.xsl.php?feed=https://stage.nitrcce.org/export/rss20_newreleases.php?group_id=646" ?>
<?xml-stylesheet type="text/css" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.css" ?>
<rss version="2.0"> <channel>
  <title>NIDB - Neuroinformatics Database Releases</title>
  <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646</link>
  <description>NIDB - Neuroinformatics Database Latest Releases</description>
  <language>en-us</language>
  <copyright>Copyright 2000-2026 NITRC OSI</copyright>
  <webMaster>gbook2@stage.nitrcce.org (Greg Book)</webMaster>
  <lastBuildDate>Fri, 03 Apr 2026 23:56:53 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <image>
    <url>http://stage.nitrcce.org/images/bflogo-88.png</url>
    <title>NITRC Developer</title>
    <link>http://stage.nitrcce.org/</link>
    <width>124</width>
    <heigth>32</heigth>
  </image>
  <item>
   <title>GitHub_Releases NiDB v2026.3.1391 (v2026.3.1391)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8927</link>
   <description>[new] Improved analysis logging. New view on the analysis --&amp;gt; log web page&lt;br /&gt;
[new] default config file location is now `/etc/nidb/nidb.cfg`&lt;br /&gt;
[fix] Lots of bug fixes&lt;br /&gt;
[update] update squirrel lib&lt;br /&gt;
&lt;br /&gt;
**Full Changelog**: https://github.com/gbook/nidb/compare/v2026.2.1374...v2026.3.1391</description>
   <author>gbook2@stage.nitrcce.org (Greg Book)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=646&amp;release_id=8927</comment>
   <pubDate>Mon, 30 Mar 2026 17:26:48 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8927</guid>
  </item>
  <item>
   <title>GitHub_Releases NiDB v2026.2.1374 (v2026.2.1374)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8785</link>
   <description>[fix] DICOM anonymization&lt;br /&gt;
[fix] various PHP bug fixes</description>
   <author>gbook2@stage.nitrcce.org (Greg Book)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=646&amp;release_id=8785</comment>
   <pubDate>Wed, 25 Feb 2026 18:51:51 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8785</guid>
  </item>
  <item>
   <title>GitHub_Releases NiDB v2026.2.1362 (v2026.2.1362)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8750</link>
   <description>This release removes exiftool as the default DICOM file reader and has migrated to DCMTK. exiftool was unstable and slow. The DCMTK library is much easier to use in the back-end, so we&amp;#039;&amp;#039;re migrating there. Additionally, NiDB directly reads the Siemens CSA header in a single pass instead of opening a DICOM file 3 times to get all phase encoding direction tags. This significantly improves performance.&lt;br /&gt;
&lt;br /&gt;
**Verify that your DICOM data is archiving correctly after upgrading to this version.**&lt;br /&gt;
&lt;br /&gt;
[new ... &amp;lt;a href=&amp;quot;https://github.com/gbook/nidb/releases/tag/v2026.2.1362&amp;quot;&amp;gt;see more&amp;lt;/a&amp;gt;</description>
   <author>gbook2@stage.nitrcce.org (Greg Book)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=646&amp;release_id=8750</comment>
   <pubDate>Tue, 17 Feb 2026 17:37:57 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8750</guid>
  </item>
  <item>
   <title>GitHub_Releases NiDB v2026.1.1340 (v2026.1.1340)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8632</link>
   <description>**Install this version instead of 2026.1.1333**&lt;br /&gt;
&lt;br /&gt;
[fix] edge cases of exiftool failing to read DICOM files</description>
   <author>gbook2@stage.nitrcce.org (Greg Book)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=646&amp;release_id=8632</comment>
   <pubDate>Tue, 20 Jan 2026 19:53:57 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8632</guid>
  </item>
  <item>
   <title>GitHub_Releases NiDB v2026.1.1333 (v2026.1.1333)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8548</link>
   <description>This release removed GDCM and replaces it with exiftool (to read DICOM tags) and gdcmanon (to anonymize DICOM files). `exiftool` must be installed on the system. There are two workflows that might be impacted by this change:&lt;br /&gt;
&lt;br /&gt;
- Archiving DICOM data&lt;br /&gt;
- Exporting data in NDA format -or- anonymizing exported DICOM data.&lt;br /&gt;
&lt;br /&gt;
Make sure to verify that everything is working correctly for your data!&lt;br /&gt;
&lt;br /&gt;
Changes for this version:&lt;br /&gt;
[new] Config option to enable/disable automatic backup of newly archived d ... &amp;lt;a href=&amp;quot;https://github.com/gbook/nidb/releases/tag/v2026.1.1333&amp;quot;&amp;gt;see more&amp;lt;/a&amp;gt;</description>
   <author>gbook2@stage.nitrcce.org (Greg Book)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=646&amp;release_id=8548</comment>
   <pubDate>Wed, 31 Dec 2025 20:05:54 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8548</guid>
  </item>
  <item>
   <title>GitHub_Releases NiDB 2025.10.1305 (v2025.10.1305)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8249</link>
   <description>[new] non-imaging data export module&lt;br /&gt;
[new] non-imaging data summary table on Projects &amp;amp;rarr; View Data&lt;br /&gt;
[new] recalculate file size/count when using **Analysis** &amp;amp;rarr; (select analyses) &amp;amp;rarr; **With Selected...** &amp;amp;rarr; **Recheck analysis success** option&lt;br /&gt;
[fix] various bug fixes</description>
   <author>gbook2@stage.nitrcce.org (Greg Book)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=646&amp;release_id=8249</comment>
   <pubDate>Tue, 21 Oct 2025 20:09:42 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8249</guid>
  </item>
  <item>
   <title>GitHub_Releases NiDB v2025.9.1290 (v2025.9.1290)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8066</link>
   <description>[new] non-imaging data import. Data &amp;amp;rarr; Import non-imaging data&lt;br /&gt;
[change] rename vitals and measures to observations&lt;br /&gt;
[change] rename drugs to interventions&lt;br /&gt;
[fix] subject-level pipeline dependencies. This option works now, but must be used with groups&lt;br /&gt;
[fix] various bug fixes&lt;br /&gt;
&lt;br /&gt;
**Full Changelog**: https://github.com/gbook/nidb/compare/v2025.8.1280...v2025.9.1290</description>
   <author>gbook2@stage.nitrcce.org (Greg Book)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=646&amp;release_id=8066</comment>
   <pubDate>Tue, 09 Sep 2025 16:12:31 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=8066</guid>
  </item>
  <item>
   <title>GitHub_Releases NiDB v2025.8.1280 (v2025.8.1280)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=7913</link>
   <description>[new] improved logging of imported DICOM files&lt;br /&gt;
[fix] improved log output for import module</description>
   <author>gbook2@stage.nitrcce.org (Greg Book)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=646&amp;release_id=7913</comment>
   <pubDate>Wed, 06 Aug 2025 18:42:52 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=646&amp;release_id=7913</guid>
  </item>
 </channel>
</rss>
