Skip to content

Commit

Permalink
3.0.2 info
Browse files Browse the repository at this point in the history
  • Loading branch information
pprcht committed Aug 26, 2024
1 parent 6b5637b commit ab686c8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions page/releases/release_current.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ permalink: /page/releases/release_current.html

<div class="label label-green">CREST 3.0</div>

---

## CREST version 3.0.2 🛡️
### Build updates and fixes 🛠️

## What's Changed
* 🪲 Minor bug fixes for MSREACT mode by @gorges97 in https://github.com/crest-lab/crest/pull/309
* 🪲 Circumvent segfault due to optional arg in gcc build in https://github.com/crest-lab/crest/pull/318
* 🪲 Fix for #320 in https://github.com/crest-lab/crest/pull/322
* 🔒 Safer toml input parsing in https://github.com/crest-lab/crest/pull/325 Unrecognized keywords will now throw a warning and stop the program immediately
* 🛠️ Maintenance of submodules in https://github.com/crest-lab/crest/pull/328
* ⚙️ Update of GitHub workflows in https://github.com/crest-lab/crest/pull/335
* 🛠️ Safer (but unfortunately still not fixed) MKL handling for ifort builds in https://github.com/crest-lab/crest/pull/331
* 🌊 **Fixing implicit solvation in `tblite` submodule** in https://github.com/crest-lab/crest/pull/331 (most important change, should now be consistent with `xtb`)
* 📦 Added a GNU/CMake static build for the continuous release, alongside the Intel build:<br>[![Download (GNU)](https://img.shields.io/badge/download-GNU_build_binary-green)](https://github.com/crest-lab/crest/releases/download/latest/crest-gnu-12-ubuntu-latest.tar.xz)

<br>


---

## CREST 3.0.1 (CREST 3.0 Hotfixes)
Expand Down

0 comments on commit ab686c8

Please sign in to comment.