From 84caa459ad9a39795d2cb13eefac91bf33361cd5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 10 Aug 2024 05:27:16 +0000 Subject: [PATCH] 0.9.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 32 ++++++++++++++++---------------- pyproject.toml | 2 +- src/invert4geom/__init__.py | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7e6a93..fc6062bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Automatically updated by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/) with commit parsing of [angular commits](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits). -## Unreleased + +## v0.9.0 (2024-08-10) ### 📦️ Build * increase min supported botorch version to include logie_candidates_func ([`1491b24`](https://github.com/mdtanker/invert4geom/commit/1491b2438f4cc63a81377cf7d29799582e9f9530)) * restrict scipy to below `v1.14` until UQpy import issue is fixed ([`474e5b5`](https://github.com/mdtanker/invert4geom/commit/474e5b58c38c4f7c564aa021fb057c111e67da16)) @@ -25,7 +26,6 @@ with commit parsing of [angular commits](https://github.com/angular/angular.js/b * manually calculate `default` eq source depth until harmonica `v0.7` is released. ([`aeb675a`](https://github.com/mdtanker/invert4geom/commit/aeb675acafc185f1e5a7bcd17fb86e0c518005a3)) * simplify UQpy import ([`783d3dc`](https://github.com/mdtanker/invert4geom/commit/783d3dcd08770b8eb95a134e7742d5382d14b1b7)) - ## v0.8.1 (2024-08-05) ### 🧰 Chores / Maintenance * add test deps to conda_install for testing conda releases ([`c44d59b`](https://github.com/mdtanker/invert4geom/commit/c44d59ba2dceddfa15d48b2f9dd2315a20e2b304)) @@ -578,14 +578,14 @@ To run faster, this lowers the resolution of the user guide notebooks. It also a ### 🐛 Bug Fixes * add zref and density args to inversion (#24) -* fix: add zref and density args to inversion - -* fix: removes references to density and zref - -* fix: remove python 3.12 support, add test for 3.10 - -* chore: specify semantic release options - +* fix: add zref and density args to inversion + +* fix: removes references to density and zref + +* fix: remove python 3.12 support, add test for 3.10 + +* chore: specify semantic release options + * chore: remove pypy from testing versions ([`c62f189`](https://github.com/mdtanker/invert4geom/commit/c62f1891fbbf14b9d9f092758fbf73f7b542621a)) ### Other * ([`fb5f7b2`](https://github.com/mdtanker/invert4geom/commit/fb5f7b277d0b99fc901ca07b75bae4a9853ff008)) @@ -719,12 +719,12 @@ makes release.yml run on all pushes to main instead of just published pushes. ([ ### 🧰 Chores / Maintenance * trying to fix release.yml issues (#8) -* chore: trying to fix reseal.yml issues - -* style: pre-commit fixes - ---------- - +* chore: trying to fix reseal.yml issues + +* style: pre-commit fixes + +--------- + Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`aa8760a`](https://github.com/mdtanker/invert4geom/commit/aa8760ab455060abd3998fc3ce154563080e7ec9)) * sets up python-semantic-release (#7) diff --git a/pyproject.toml b/pyproject.toml index c96a32c9..528efba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Typing :: Typed", ] readme = "README.md" -version = "0.8.1" +version = "0.9.0" license = {file = "LICENSE"} keywords = ["inversion", "gravity", "geometry", "density", "Moho", "sediment", "geophysics", "geology", "geoscience"] diff --git a/src/invert4geom/__init__.py b/src/invert4geom/__init__.py index 7c115c67..0c70b0ff 100644 --- a/src/invert4geom/__init__.py +++ b/src/invert4geom/__init__.py @@ -7,7 +7,7 @@ from __future__ import annotations -__version__ = "0.8.1" +__version__ = "0.9.0" import logging