Skip to content

Tags: diffpy/libdiffpy

Tags

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #39 from Tieqiong/workflow

add: auto release with sha

v1.4.1rc1

Toggle v1.4.1rc1's commit message
libdiffpy 1.4.1 testing windows release

v1.4.1rc0

Toggle v1.4.1rc0's commit message
libdiffpy 1.4.1 testing windows release

v1.4.1-rc0

Toggle v1.4.1-rc0's commit message
libdiffpy 1.4.1 testing windows release

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #34 from Tieqiong/conda_lib

add conda lib to the build with boost

v1.4.0

Toggle v1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
pavoljuhas Pavol Juhas
Release 1.4.0

See CHANGELOG.md for detailed release notes.

v1.3.4

Toggle v1.3.4's commit message

Verified

This tag was signed with the committer’s verified signature.
pavoljuhas Pavol Juhas
Release 1.3.4

Changes since v1.3.3

* Do not zero F(Q) values in PDFCalculator.
* Recompute qstep in initial setup of PDFCalculator.
* Add scons variable "tool" for choosing the compiler.
* Correct DIFFPY_VERSION macro for intermediate versions.
* Make sure test program builds with our library.
* Build conda package with stock boost 1.61.0 and libobjcryst 2017.1.
* Clean up scons configuration and build process.
* Allow commas in the scons `tests` variable.
* Add "coverage" as scons build mode.
* Support building from `git archive` tarball.

v1.3.3

Toggle v1.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
pavoljuhas Pavol Juhas
Release 1.3.3

Changes since v1.3.2

* Make `scons sdist` tarball exactly reproducible.
* Add validating evaluator PQEvaluatorCheck.
* Silence the copious boost-warnings in conda build.
* Avoid warnings on typeid expression site-effects.
* Add scons build flag `test_installed`.
* Fix test failures due to round-off error.
* In travis build unit tests with the installed library.
* Use OPTIMIZED evaluator by default when supported.

v1.3.2

Toggle v1.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
pavoljuhas Pavol Juhas
Release 1.3.2

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.

v1.3.1

Toggle v1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
pavoljuhas Pavol Juhas
Release 1.3.1

Changes since v1.3

* Convert DIFFPY_VERSION macro to integer.
* Add macro DIFFPY_VERSION_PATCH and a libdiffpy_version_info::patch field.
* Improve the felectronatq lookup function.