Skip to content

Releases: imsweb/algorithms

v3.3

20 Apr 12:32
Compare
Choose a tag to compare

Changes in version 3.3

  • Added site-specific surgery tables for 2021 DX year.
  • Fixed PRCDA and UIHO algorithms that were ignoring first line of their internal CSV data file.

3.2

21 Mar 14:20
Compare
Choose a tag to compare
3.2

Changes in version 3.2

  • Changed Behavior recode logic for 9421-9422 histology codes.

3.1

11 Feb 14:07
Compare
Choose a tag to compare
3.1

Changes in version 3.1

  • Added new version of the ICCC algorithm and switched the default algorithm to that version.
  • Added new utility class to return schema-specific lookup for neoadjuvTherapyTreatmentEffect (#1634) field.

3.0

11 Jan 19:26
Compare
Choose a tag to compare
3.0

Changes in version 3.0

  • Changed NHIA and NAPIIA algorithms to use the new birth surname field, the old maiden name field is still used if the new one is blank.
  • Fixed IARC algorithms that sometimes returned the full histology code instead of the computed histology group; changed site group field to be 3 characters long instead of 4.
  • Removed all deprecated methods.
  • Updated CSV library from version 5.1 to version 5.2.

2.18

08 Sep 20:26
Compare
Choose a tag to compare

Changes in version 2.18

  • The UIHO lookup table was revised.

v2.16

25 Aug 19:29
Compare
Choose a tag to compare

Changes in version 2.16

  • Fixed ICCC field name being more than 50 characters, making it invalid for NAACCR XML dictionaries.
  • Added new algorithm for SEER Adolescents and Young Adults (AYA) Site Recode.

v2.15

19 Aug 14:35
Compare
Choose a tag to compare

Changes in version 2.15

  • Added an algorithm to retrieve Yost quintiles and area-based social measures for a state/county/tract.
  • Fixed an issue with NHIA where individuals who were born in predominantly non-Hispanic countries were being wrongly set to non-Hispanic.
  • Renamed output variable names for PRCDA and UIHO algorithms to match official NAACCR XML IDs.
  • The lookup tables used by the PRCDA and UIHO algorithms were updated with the latest information.
  • Census revised the 2010 RUCA lookup table to correct a programming error affecting the secondary RUCA codes. The revision corrected the secondary RUCA codes of 10,909 census tracts. The revised secondary codes will result in an increase in the number of census tracts classified as rural. Our lookup table was revised to be in line with Census.
  • Updated the census tract poverty indicator algorithm by adding a lookup table for 2014-2018 data and modifying the logic to take the new table into account.

v2.14

13 May 19:37
Compare
Choose a tag to compare

Changes in version 2.14

  • Now computing death classification for sequences 2-59.
  • Fixed small bug in Historic Stage definition for Pancreas Head & Tail lymph nodes
  • Updated CSV library from version 5.0 to version 5.1.

v2.13

16 Jan 13:53
Compare
Choose a tag to compare

Changes in version 2.13

  • Updated Cause-Specific Survival algorithm to fix error in handling of anal cancers.

v2.12

11 Jan 22:23
Compare
Choose a tag to compare

Changes in version 2.12

  • Restructured internal algorithms.
  • Updated CSV library from version 4.2 to version 5.0.
  • Updated Apache commons-lang library from version 3.7 to version 3.9