Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-10-30 | 1.0 kB | |
Version 0.4.tar.gz | 2015-10-30 | 2.1 MB | |
Version 0.4.zip | 2015-10-30 | 2.2 MB | |
Totals: 3 Items | 4.3 MB | 0 |
Core library
- Chemharp was renamed to chemfiles, and now have it's own organisation on github.
- Chemfiles can now be compiled as a static library! This should allow for easier embedding in external code, and easier distribution of binaries.
- Add a chemfiles::Trajectory::sync method to sync any buffered operation with the disk. The chfl_trajectory_sync function exposes it to the C API.
- The library is now continuously tested on Visual Studio
- Various bugfixes and code improvements