Releases: schrodinger/maeparser
v1.3.1 release
v1.3.0 release
Maeparse release 1.3.0.
The issues addressed in this release mostly relate to building and automated testing. The minor version was bumped because two new methods were added to Block
:
std::vector<std::string> Block::getBlockNames() const;
std::vector<std::string> Block::getIndexedBlockNames() const;
v1.2.4 release
This is a bugfix release from v1.2.3.
The issues addressed in this release mostly relate to building and automated testing. A couple of methods were made const
, and we ran clang-tidy to clean up the code a little.
v1.2.3 release
This is a bugfix release from v1.2.2.
The issues addressed in this release all relate to building and automated testing. The major new feature is the ability to install as a static library using MAEPARSER_BUILD_SHARED_LIBS=OFF.
v1.2.2 release
This release fixes export of symbols for a couple of methods. This should be considered a bugfix release from v1.2.1.
v1.2.1 release
This release adds constants for some commonly used structure-level properties. It also adds a new API for quickly getting all block-level data from an indexed block. (e.g. data for all atoms from an atom block)
v1.2 release
There are two interface changes in this release:
- MaeParser now throws std::runtime_error when attempting to open a file that does not exist (#42)
- Callers can now list the properties that have been read from an mae file (#41)
Additionally, this release includes improvements in testing, especially memory leak testing with valgrind. This release is intended for inclusion in the Schödinger core suite release 2019-3.
v1.1 release
v1.0.1 release
This is the original v1 release with one additional memory fix
v1.0.0 release
Marking the current stable version as an initial release. Please see documentation for building and usage.