Skip to content

Releases: imsweb/algorithms

v2.1

12 Jul 18:15
Compare
Choose a tag to compare

Changes in version 2.1

  • Added new algorithm to compute County at DX Analysis.
  • Added computed field icccMajorCategory to the ICCC algorithm.
  • Added site-specific surgery tables for years 2003-2009.

v2.0

19 Jun 13:44
Compare
Choose a tag to compare

Changes in version 2.0

  • Changed Survival Time Algorithm to calculate record number recode for all records even if the record is considered invalid.
  • Changed internal initialization of NHIA and NAPIIA algorithms to make them thread-safe.
  • Changed default value of NAPIIA from an empty string to null.
  • Added missing code SVK (for Slovakia) to the non-hispanic list based on birth place for NHIA.
  • Deprecated some methods using layout properties.
  • Added new framework to standardize the algorithms and allow them to be registered and executed via a factory.

v1.21

07 Feb 15:45
Compare
Choose a tag to compare

Changes in version 1.21

  • Site-specific surgery tables are not year-specific.

v1.20

06 Jan 15:41
Compare
Choose a tag to compare

Changes in version 1.20

  • Fixed synchronization issues in the initialization of the RUCA/URIC and Poverty Indicator algorithms.

v1.19

08 Nov 20:11
Compare
Choose a tag to compare

Changes in version 1.19

  • Fixed warnings in the console about unsafe access to private fields.

v1.18

08 Nov 20:00
Compare
Choose a tag to compare

Changes in version 1.18

  • Changed Survival Time algorithm so it returns null values for no-value year/month/day instead of spaces.
  • Updated the SEER Historic Stage algorithm to reflect the algorithm used for the current SEER research data.
  • Updated NAACCR XML library from version 1.4.10 to version 1.4.11.1

v1.17

17 Sep 17:26
Compare
Choose a tag to compare

Changes in version 1.17

  • Changed computation of RUCA/URIC variables in RuralUrbanUtils; renamed some methods.
  • Added support to IARC Multiple Primary Algorithm.
  • Changed Cause Specific algorithm to support missing or unknown cause of death values.
  • Updated the census tract poverty linkage algorithm for 2018.

v1.16

31 Jul 16:49
Compare
Choose a tag to compare

Changes in version 1.16

  • Updated Apache commons-lang library from version 3.6 to version 3.7.
  • Updated CSV library from version 2.4 to version 4.2.

v1.15

19 Jul 16:01
Compare
Choose a tag to compare

Changes in version 1.15

  • Updated Survival Time algorithm to calculate vital status recode.
  • Added several values to ICD-10 to ICD-O-3 conversions spreadsheet.
  • Restructured the rural/urban CSV data providers.

v1.14

09 May 19:50
Compare
Choose a tag to compare

Changes in version 1.14

  • Removed ACS Linkage algorithm.