Releases: openmopac/mopac
MOPAC version 22.0.2
This is a bug-fix patch release that addresses all recently reported bugs except for Issue #40, which is more of a disparity between the MOPAC software and manual rather than a strict bug.
What's Changed
- Fix Linux installer (missing OpenMP library) by @godotalgorithm in #46
- May JJPS updates by @godotalgorithm in #49
- Fix ++ behavior in GEO_REF files by @godotalgorithm in #50
- Remove conventional COSMO size limiter by @godotalgorithm in #51
- Detect python instead of using hardcoded value for python executable by @susilehtola in #53
- Reactivate THREADS keyword by @godotalgorithm in #55
- TS bug fix by @godotalgorithm in #56
- TS bug fix (round 2) by @godotalgorithm in #57
- Simplifications to testing code by @susilehtola in #58
- Tests weren't actually being run by @susilehtola in #59
- Cleaner tests by @godotalgorithm in #61
- Fix control-flow bug in LOCATE-TS by @godotalgorithm in #62
Full Changelog: v22.0.1...v22.0.2
MOPAC version 22.0.1
This patch release adds the post-release Zenodo DOI information to the repo, fixes some minor CMake-related build and install problems, and adds features to the Qt installer. The Qt installer can now add MOPAC to the path during installation on all platforms, create a MOPAC Windows desktop icon for drag-and-drop running of MOPAC input files, and/or register .mop
input files to run on double-click in Windows.
MOPAC version 22.0.0
This is the first modern open-source release of MOPAC, which is a direct continuation of MOPAC's closed-source commercial development ending in MOPAC2016. The source of the two versions has been synchronized for the last year, with the differences either being superficial (reorganization of source into directories & LGPL license tagging) or minor (redefined API to accommodate the switch to a shared library). The open-source version contains a CMake build system with packaging of self-contained, cross-platform installers based on the Qt Installer Framework.