Skip to content

Release 1.1

Compare
Choose a tag to compare
@pavoljuhas pavoljuhas released this 29 Jan 22:43
v1.1

Use the attached tarball, automatic archives have incomplete version data.
Release is also available at https://pypi.python.org/pypi.

md5sum

6cd6ca02aa244ae268f39686991efac9  diffpy.srreal-1.1.tar.gz

Changes since v1.0

  • Fix slicing for AtomicStructureAdapter and derived classes.
  • Adjust for new default rmax.
  • Use direct access to numpy arrays for Atom attributes.
  • Improve conversion from diffpy.Structure.
  • Use single definition for the bvparmYYYY.cif string.
  • Improve representation for blank BVParam().
  • Export all wrapped ScatteringFactorTable classes.
  • Improve wrappers for the ticker() method.
  • Register CovalentRadiiTable on import of overlapcalculator.
  • Fix bug in dimensions check.
  • Run egg_info when git commit changes.
  • Improve version handling for git and tar-based installations.
  • Implicitly convert of StructureAdapterPtr to its const type.
  • Add get_libdiffpy_version_info function.
  • Support OPTIMIZED calculation in Python-derived classes.
  • Format post-release versions as per PEP 440.
  • Add read-only property PDFCalculator.qstep.
  • Issue a warning when boost_python is not detected.
  • Add conda build recipe.
  • Activate travis builds and coverage reports.
  • Add badges for unit test status and test coverage.
  • Convert libdiffpy_version_info to namedtuple.
  • Always import Python tweaks to extension classes.
  • Add extraction of NumPy arrays from python::object.
  • Allow numpy arrays for q in ScatteringFactorTable.lookup.
  • Pass on the LD_RUN_PATH environment variable in scons.
  • Update README with conda instructions.
  • Add class SFAverage for scattering factors stats.
  • Clean up unused imports and names.
  • Use package-level logger for test-related warnings.
  • Activate the napoleon extension for sphinx.