The functions shellCF and spheroidalCF are just wrappers for shellCF2 and spheroidalCF2 respectively. Can we deprecate of of each to prevent confusion? Users reading the docs may be confused by the presence of both and not know which to use (even though they are functionally equivalent).
When deprecating, please be very careful to check across all diffpy packages where each function is being used and make those changes accordingly alongside the deprecation.
The functions
shellCFandspheroidalCFare just wrappers forshellCF2andspheroidalCF2respectively. Can we deprecate of of each to prevent confusion? Users reading the docs may be confused by the presence of both and not know which to use (even though they are functionally equivalent).When deprecating, please be very careful to check across all
diffpypackages where each function is being used and make those changes accordingly alongside the deprecation.