forked from sandialabs/sansmic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: synchronize changes between main and dev (#34)
* release: Merge into main and create tag as v1.0.3 (sandialabs#72) * build: update to create a standalone executable (sandialabs#66) * ci: add executable to release workflow * ci: modify semantic-release pr requests to choose between release and chore * docs: update readme to show standalone version is available Signed-off-by: David Hart <[email protected]> * ci: create reusable testing workflow Signed-off-by: David Hart <[email protected]> --------- Signed-off-by: David Hart <[email protected]> * refactor(cpp): abstract out a BaseModel class for API clarity (sandialabs#71) * 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 * refactor(version): move location of version number to avoid circular imports * refactor(test): fix test to match refactor of license and copyright text names * ci(test): Test using re-usable workflow for testing * ci(test): update test workflows to use same reusable workflow underneath * ci(test): create separate tests for each of the OSes * ci(testsuite): change titles of os-specific workflows for brevity * release: 1.0.3 Automatically generated by python-semantic-release --------- Signed-off-by: David Hart <[email protected]> Co-authored-by: David Hart <[email protected]> Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
21 changed files
with
86 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,54 @@ | ||
# CHANGELOG | ||
|
||
|
||
## v1.0.2 (2024-10-17) | ||
## v1.0.3 (2024-10-23) | ||
|
||
### Refactoring | ||
|
||
* refactor: logging capabilities and configuration (#58) | ||
* refactor(cpp): abstract out a BaseModel class for API clarity (#71) | ||
|
||
* refactor: convert to click from argparse | ||
* 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 | ||
|
||
* refactor(version): move location of version number to avoid circular imports | ||
|
||
* refactor(test): fix test to match refactor of license and copyright text names | ||
|
||
* ci(test): Test using re-usable workflow for testing | ||
|
||
* ci(test): update test workflows to use same reusable workflow underneath | ||
|
||
* ci(test): create separate tests for each of the OSes | ||
|
||
* ci(testsuite): change titles of os-specific workflows for brevity ([`926fa56`](https://github.com/sandialabs/sansmic/commit/926fa56840545cc103ffd9671f4557b1e0a19d98)) | ||
|
||
### Unknown | ||
|
||
* Merge branch 'main' into staging | ||
|
||
Signed-off-by: David Hart <[email protected]> ([`9416c06`](https://github.com/sandialabs/sansmic/commit/9416c0659d0e12cc463abc669ef8f6a1db07acbc)) | ||
|
||
* refactor: change the way logging is done, make output directories more explicit (not enforced yet) ([`4feff68`](https://github.com/sandialabs/sansmic/commit/4feff688fdf1773331dd9864f3fe13a6bf17395c)) | ||
|
||
## v1.0.2 (2024-10-17) | ||
|
||
|
||
## v1.0.1 (2024-10-12) | ||
|
||
### Bug Fixes | ||
|
||
* fix: change workflows for proper execution ([`c4ea2f4`](https://github.com/sandialabs/sansmic/commit/c4ea2f4464cbcbdf8d16a94e392fca404348e48e)) | ||
|
||
* fix: semantic release workflow syntax errors ([`9f7d215`](https://github.com/sandialabs/sansmic/commit/9f7d215439feb7348068bcae8748452b3737b2d5)) | ||
|
||
* fix: test semantic release and conventional commits ([`54423b1`](https://github.com/sandialabs/sansmic/commit/54423b194057e493def5456b290a3c4ec2f62098)) | ||
|
||
### Documentation | ||
|
||
* docs: build script failed to check out ([`a39a03f`](https://github.com/sandialabs/sansmic/commit/a39a03faa171c1fa36b955c68db1ebfc17ad7813)) | ||
|
@@ -60,14 +95,6 @@ Update the README on github. | |
|
||
Signed-off-by: David Hart <[email protected]> ([`11a5215`](https://github.com/sandialabs/sansmic/commit/11a521545d994ea8777ed654fd7c1f40e287e683)) | ||
|
||
### Fixes | ||
|
||
* fix: change workflows for proper execution ([`c4ea2f4`](https://github.com/sandialabs/sansmic/commit/c4ea2f4464cbcbdf8d16a94e392fca404348e48e)) | ||
|
||
* fix: semantic release workflow syntax errors ([`9f7d215`](https://github.com/sandialabs/sansmic/commit/9f7d215439feb7348068bcae8748452b3737b2d5)) | ||
|
||
* fix: test semantic release and conventional commits ([`54423b1`](https://github.com/sandialabs/sansmic/commit/54423b194057e493def5456b290a3c4ec2f62098)) | ||
|
||
### Refactoring | ||
|
||
* refactor: Convert command-line interface to click instead of argparse (#54) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
numpy==2.1.2 | ||
pandas==2.2.3 | ||
pybind11==2.13.6 | ||
setuptools==75.1.0 | ||
setuptools==75.2.0 | ||
click==8.1.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters