Skip to content

Commit

Permalink
release: 1.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 29, 2024
1 parent db7ae9c commit bbc762a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 21 deletions.
29 changes: 11 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,32 @@
# CHANGELOG


## v1.0.3 (2024-10-23)
## v1.0.4 (2024-10-29)

### Refactoring

* refactor(cpp): abstract out a BaseModel class for API clarity (#71)
* refactor: update libsansmic cpp code (#79)

* refactor: change the way logging is done, make output directories more explicit (not enforced yet)

* refactor: modify logging output formats

* refactor: move certain elements out of Model into a BaseModel

* ci: Check output of a continuous release process

* ci: modify semantic-release pr requests to choose between release and chore
* style: apply black formatting

* refactor(version): move location of version number to avoid circular imports
* ci: change testing output to use 'tee' instead of redirect

* refactor(test): fix test to match refactor of license and copyright text names
* test: no subprocess test in ipynb on linux

* ci(test): Test using re-usable workflow for testing
* test: strip metadata by hand from ipynb

* ci(test): update test workflows to use same reusable workflow underneath
* refactor: modify logging output formats

* ci(test): create separate tests for each of the OSes
* refactor: move certain elements out of Model into a BaseModel

* ci(testsuite): change titles of os-specific workflows for brevity ([`926fa56`](https://github.com/sandialabs/sansmic/commit/926fa56840545cc103ffd9671f4557b1e0a19d98))
* refactor(version): move location of version number to avoid circular imports

### Unknown
* refactor(test): fix test to match refactor of license and copyright text names ([`db7ae9c`](https://github.com/sandialabs/sansmic/commit/db7ae9c574db9eae0e7f564386a1c1b71db01770))

* Merge branch 'main' into staging

Signed-off-by: David Hart <[email protected]> ([`9416c06`](https://github.com/sandialabs/sansmic/commit/9416c0659d0e12cc463abc669ef8f6a1db07acbc))
## v1.0.3 (2024-10-23)


## v1.0.2 (2024-10-17)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sansmic"
description = "Sandia solution mining modeling software"
readme = "README.md"
requires-python = ">=3.9"
version = "1.0.3"
version = "1.0.4"
authors = [
{ name = "National Technology & Engineering Solutions of Sandia, LLC (NTESS)" },
{ name = "SANSMIC Authors (see AUTHORS.md)" },
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import find_packages, setup
from pybind11.setup_helpers import Pybind11Extension, build_ext

__version__ = "1.0.3"
__version__ = "1.0.4"

here = path.abspath(path.dirname(__file__))

Expand Down
2 changes: 1 addition & 1 deletion src/python/sansmic/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause.

__version__ = "1.0.3"
__version__ = "1.0.4"

copyright = f"""Copyright (c) 2024 National Technology and Engineering Solutions of Sandia,
LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
Expand Down

0 comments on commit bbc762a

Please sign in to comment.