Published March 23, 2023
| Version 1.5.0
Software
Open
salilab/rmf: RMF 1.5.0 release
Authors/Creators
- 1. Velo3D
- 2. University of California San Francisco
- 3. Institut Pasteur, Paris
Description
- Windows builds now require MS Visual Studio 2015 or later (for full C++11 support). The following macros for pre-C++11 environments are no longer needed and are deprecated:
RMF_NOEXCEPT,RMF_CANEXCEPT. - All RMF binaries now report the full version (including micro version) when the --version flag is used (e.g. "1.4.1", not "1.4").
- If built with NumPy, some Python-specific functions are now provided to allow direct access to RMF data via NumPy arrays.
- File handles can now be explicitly closed (via a
closemethod). Most IO operations on a closed handle will now raise an error. In Python file handles now support the context manager protocol so can be used in 'with' blocks.
Files
salilab/rmf-1.5.0.zip
Files
(15.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0eae43ce7402effcf382e72acd9b4e43
|
15.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/salilab/rmf/tree/1.5.0 (URL)