From 9896b5f35000145b339a0a825d3d3d62bf7f34d0 Mon Sep 17 00:00:00 2001 From: "J. George" Date: Fri, 10 Jan 2025 15:28:29 +0100 Subject: [PATCH] Prepare a new release (#327) * Update CHANGELOG.md * Update pyproject.toml --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf039855b..fd5c02a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ # Changelog +## v0.1.1 +### What's changed + +* Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/303 +* Update start.md by @JaGeo in https://github.com/autoatml/autoplex/pull/304 +* add autoplex preprint to readme by @JaGeo in https://github.com/autoatml/autoplex/pull/309 +* Update README.md by @JaGeo in https://github.com/autoatml/autoplex/pull/310 +* Update README.md by @JaGeo in https://github.com/autoatml/autoplex/pull/311 +* Update docs dependencies by @naik-aakash in https://github.com/autoatml/autoplex/pull/315 +* Update test durations file by @JaGeo in https://github.com/autoatml/autoplex/pull/318 +* Revert "Update test durations file" by @naik-aakash in https://github.com/autoatml/autoplex/pull/319 +* pre-commit autoupdate by @pre-commit-ci in https://github.com/autoatml/autoplex/pull/321 +* Build an iterative phonon flow by @JaGeo in https://github.com/autoatml/autoplex/pull/306 +* Update test durations file by @JaGeo in https://github.com/autoatml/autoplex/pull/325 +* Allow fitting procedure on a different cluster and make the fitting database accessible via the MongoDB by @JaGeo in https://github.com/autoatml/autoplex/pull/314 +* Update test durations file by @JaGeo in https://github.com/autoatml/autoplex/pull/326 +* Fix various smaller bugs (including correct counting of the random structure seed in case very similar input structures are chosen) + +**Full Changelog**: https://github.com/autoatml/autoplex/compare/v0.1.0...v0.1.1 + ## v0.1.0 ### What's Changed * Update devcontainer.json version tag by @JaGeo in https://github.com/autoatml/autoplex/pull/279 diff --git a/pyproject.toml b/pyproject.toml index bad6694df..f11b027e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" keywords = ["high-throughput", "automated", "mlpotential"] license = { text = "GPL-3.0 license" } authors = [{ name = "Janine George", email = "janine.george@bam.de" }] -version = "0.1.0" +version = "0.1.1" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",