imsweb / algorithms

Java implementation of cancer-related algorithms (NHIA, NAPIIA, Survival Time, etc...)
Other
6 stars 6 forks source link

Remove deprecated methods #111

Closed depryf closed 3 years ago

depryf commented 3 years ago

Our algorithms used to be utility methods that accepted a map of NAACCR property as keys. That was all replaced a long time ago with proper input objects. The old methods were left to not break software using them, but it's time to remove them now. This should not affect anybody since they have been deprecated for years.

depryf commented 3 years ago

This is done. The next release will be 3.0 and will contain these changes.