Skip to content

Releases: imsweb/naaccr-xml

v7.2

25 Aug 19:35
Compare
Choose a tag to compare

Version 7.2

  • Added changelog in comment block on top if N18 and N21 dictionaries.
  • Changed padding of ki67 to be leftBlank instead of rightBlank in N21 and N18 base dictionary; it was changed by mistake.

v7.1

23 Aug 16:33
Compare
Choose a tag to compare

Version 7.1

  • Changed type of ki67 to be text in N21 and N18 base dictionary.
  • Changed type of tnmEditionNumber to be text in N21 and N18 base dictionary.
  • Changed type of morphCodingSysCurrent/Original to be mixed in N21 and N18 base dictionary.
  • Changed type of figoStage to be text in N21 base dictionary.
  • Changed data level from Tumor to Patient for 3 COVID data items in N21 base dictionary.
  • Now handling blank values instead of missing attribute for optional attributes.
  • Updated embedded JRE to Java 11.0.8 (this only affects the standalone program).

v7.0

15 Jul 16:41
Compare
Choose a tag to compare

Version 7.0

  • Added support for NAACCR 21; that version is not final yet and it's possible it will change in a future release.
  • Fixed the name of a few data items in NAACCR 18 dictionary.
  • Added a NaaccrFormat.NAACCR_VERSION_LATEST constant, it is set to version 18 in this release.
  • Added a disclaimer to base dictionaries mentioning those should not be modified.
  • Fixed wrong padding for ruralurbanContinuum2013 and censusOccCode2010 in NAACCR 18 dictionary.
  • Updated XStream dependency from version 1.4.11.1 to version 1.4.12.
  • Updated commons-io dependency from version 2.6 to version 2.7.
  • Updated commons-lang3 dependency from version 3.9 to version 3.10.

v6.8

14 May 14:06
Compare
Choose a tag to compare

Version 6.8

  • Added a new option to allow a user-defined dictionary URI to be translated when read from an XML data file.

v6.7

22 Apr 20:11
Compare
Choose a tag to compare

Version 6.7

  • Fixed an infinite loop in Java code called by the SAS macros; tweaked the macros a bit.
  • Updated conflict resolution for duplicate items in multiple user-defined dictionaries.
  • Updated embedded JRE to Java 11.0.7 (this only affects the standalone program).

v6.6

06 Feb 16:09
Compare
Choose a tag to compare

Version 6.6

  • It is now possible to generate XML ID from item Name in the dictionary editor.
  • Added missing specifications 1.4 XSD files, they are identical to the specifications 1.3 XSD files.
  • Updated embedded JRE to Java 11.0.6 (this only affects the standalone program).

v6.5

08 Jan 19:10
Compare
Choose a tag to compare

Version 6.5

  • Added support for reporting end lines for Patient and Tumor entities.
  • Added support for selecting multiple user-defined dictionaries in the standalone program.
  • Dictionary selection dialog will now default to same folder as selected data file (standalone program).
  • Updated commons-lang3 dependency from version 3.7 to version 3.9.

v6.4

06 Nov 14:56
Compare
Choose a tag to compare

Version 6.4

  • Improved the feedback when processing an XML file referencing a missing user-defined dictionary.
  • Updated embedded JRE to Java 11.0.5 (this only affects the standalone program).

v6.3

04 Oct 14:42
Compare
Choose a tag to compare

Version 6.3

  • Now always applying space padding rules when writing fixed-columns; the padding options only applies to zero-padding.
  • Fixed cell editing issue in the items table of the standalone program.

v6.2

15 Aug 19:40
Compare
Choose a tag to compare

Version 6.2

  • Improved support for NAACCR XML extensions; added ability to report line number on embedded extensions.
  • Updated embedded JRE to Java 12.0.2 (this only affects the standalone program).