Commit 90973dc5 by Maarten L. Hekkelman

version bump, update changelog

parent 12e3d71b
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
# set the project name # set the project name
project(cifpp VERSION 5.0.8 LANGUAGES CXX) project(cifpp VERSION 5.0.9 LANGUAGES CXX)
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
Version 5.0.9
- Fix in dihedral angle calculations
- Added create_water to model
- Writing twin domain info in PDB files and more PDB fixes
- remove_atom improved (remove struct_conn records)
Version 5.0.8 Version 5.0.8
- implemented find_first, find_min, find_max and count in category - implemented find_first, find_min, find_max and count in category
- find1 now throws an exception if condition does not not exactly match one row - find1 now throws an exception if condition does not not exactly match one row
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment