Skip to content

Releases: imsweb/algorithms

v5.8

01 Oct 16:51
Compare
Choose a tag to compare

Changes in version 5.8

  • Added optional parameter to Cause of Death Classification utility methods to run the logic of the algorithm using a different SEER Site Recode version. Using version 2023 is still being evaluated and should not be used in any production environment.
  • Harmonized behavior of processing patient with no tumors.
  • Cleaned up NHIA and NAPIIA input classes to fix issues with cases that don't have any tumor-level data.

This release is mainly about code cleanup and an optional parameter to the Cause of Death Classification algorithm.

No changes were done that should affect the standard setter submissions that will happen soon.

v5.7

09 Sep 15:19
Compare
Choose a tag to compare

Changes in version 5.7

  • Fixed fields not properly initialized for new "Breast Cancer Category" algorithm.

v5.6

08 Sep 14:51
Compare
Choose a tag to compare

Changes in version 5.6

  • Added "RUCA 2020" and "URIC 2020" variables to the "NAACCR Rural Urban Program" algorithm based on census 2020.
  • Added "Tract-Estimated 119th Congressional District" variable to "NAACCR Tract-Estimated Congressional Districts" algorithm based on census 2020, added 118th suffix to existing variable.
  • Added "CDC/ATSDR Social Vulnerability Index 2022" variable to "CDC/ATSDR Social Vulnerability Index" algorithm based on census 2020.
  • Added support for years 2018-2021 using census 2020 in "NAACCR Yost Quintile & Area-Based Social Measures Linkage Program" algorithm.
  • Added support for years 2018-2021 using census 2020 in "NAACCR Poverty Linkage Program" algorithm.
  • Added new "Breast Cancer Category" algorithm.

v5.5

26 Aug 20:33
Compare
Choose a tag to compare

Changes in version 5.5

  • Fixed negative values returned by survival algorithm for newly added days variables when dealing with invalid data.
  • Stopped using Lauderdal and NAACCR name lists in NAPIIA algorithm; removed name first input field since it's not used anymore.

v5.4

15 Aug 16:12
Compare
Choose a tag to compare

Changes in version 5.4

  • Fixed extra column added to rural-continuum-2003 file that caused issue with stricter CSV parser.

v5.3

13 Aug 17:48
Compare
Choose a tag to compare

Changes in version 5.3

  • Changed NAACCR number of new survival time in days variables to avoid conflict with existing NCCR items.

v5.2

01 Aug 15:37
Compare
Choose a tag to compare

Changes in version 5.2

  • Changed the new survival time in days variables from 4 to 5 digits.

v5.1

01 Aug 14:22
Compare
Choose a tag to compare

Changes in version 5.1

  • Added new survival time in days variables to the Survival Time algorithm.
  • Updated Cancer Reporting Zone data.
  • Updated CSV library from version 3.4.0 to version 3.7.0.

v5.0

26 Nov 17:19
Compare
Choose a tag to compare

Changes in version 5.0

  • Fixed length of tractEstCongressDist and napiiaReasonForReview fields.
  • Changed minimum Java language from Java 8 to Java 11.
  • Replaced OpenCSV library by FastCSV.

v4.12

13 Nov 18:09
Compare
Choose a tag to compare

Changes in version 4.12

  • Fixed an issue in SEER Site Recode 2023 where Brain, CSN Other and Intracranial Gland (C700-C729, C751-C753) cases with a behavior of 0-1 and a histology of 9050-9055, 9140, 9590-9993 were incorrectly coded to unknown.
  • Updated XStream library from version 1.4.20 to version 1.4.21.