1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Version 3.2.1
- Fix bondmap to use the correct compound factory
Version 3.2.0
- New way of loading dictionaries, passing data to cifpp
if not known.
Version 3.1.5
- Fix usage specification of Eigen3
Version 3.1.4
- Fix example code
Version 3.1.3
- Removed some compiler warnings
- Updated libcifpp dependency
Version 3.1.2
- Changes required to build on Windows
Version 3.1.1
- Fix masking of maps in MapMaker
Version 3.1.0
- Added TLS code (moved from libcifpp)
Version 3.0.7
- New version string code
Version 3.0.6
- Fix in calculating symmetry atom locations
Version 3.0.5
- Refinement work
- Fix regression in bondmap voor sugars
Version 3.0.4
- Changes for packaging
Version 3.0.3
- Based on new libcifpp
Version 3.0.2
- Fix error in statistics calculation for atoms
with an occupancy lower than 1.
Version 3.0.1
- Fix error in sampling rate when recalculating maps
Version 3.0.0
- Real space refinement update
- Fix reading from maps instead of mtz
Version 2.0.4
- Better real space refinement engine
- bug fixes
Version 2.0.3
- Fix version number, sorry.
Version 2.0.2
- Changed more signatures to use std::filesystem::path
instead of std::string. To ease compilation on MSVC
Version 2.0.1
- Fix math problem, on some system combinations abs(x) would
first truncate x to an integer. Replacing with std::abs(x)
restores normal behaviour.
Version 2.0.0
- Updated build configuration
- removed bzip2 support
Version 1.1.0
- Now with cmake instead of GNU configure
Version 1.0.0
- First public release as a split-out library
|