From c317760aa790a42b9f4deea09587c028d5c6e2d1 Mon Sep 17 00:00:00 2001 From: Matthew Carbone Date: Wed, 15 Nov 2023 14:49:27 -0500 Subject: [PATCH] Update changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9b643a48..53245d86 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changelog +## v1.2.0 + +- Molecules as "big supercells" is now implemented using `Database.from_files_molecule`. +- Fixed a bug with the Materials Project API where `mpr.materials.summary.search` no longer works. This was changed to `mpr.materials.search`, which seems to provide the same functionality. + ## v1.1.0 - Added compatibility with the [new Materials Project API (v2)](https://next-gen.materialsproject.org/api). Old users of Lightshow will have to update their API key and might notice that some materials that were previously available no longer are.