Release 1.3.2
Use the attached tarball, automatic archives are without the version.hpp file.
md5sum
3736f9f3f97fb0f352b1c5baabb4d7a0 libdiffpy-1.3.2.tar.gz
Changes since v1.3.1
- very minor changes to README.
- Fix NoMetaStructureAdapter::siteMultiplicity.
- Avoid ambiguity of sind, cosd, acosd with Intel C compiler.
- Add local class EmptyStructureAdapter.
- Validate if optimized evaluation is supported.
- Support custom ion valences in BVParametersTable and BVSCalculator.
- Fix invertMask and hasMask methods.
- Advance PairQuantity ticker on pair-mask change.
- Support OPTIMIZED evaluation with pair masks on.
- Preserve calculator ticker for unchanged ("all", symbol) mask.
- Skip FFT when not needed for PDF calculation.
- Add HasClassRegistry static method isRegisteredType.
- Add HasClassRegistry static method getAliasedTypes.
- Add HasClassRegistry static method deregisterType.
- Always throw when registering prototype under existing name.
- Require ObjCryst when enable_objcryst is set.
- Adjust conda recipe for conda-build 2.0.
- Bump up MACOSX_DEPLOYMENT_TARGET to 10.7 for conda.