Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change TOML config file to use MD #84

Merged
merged 14 commits into from
Oct 31, 2024
Merged

Conversation

dbhart
Copy link
Collaborator

@dbhart dbhart commented Oct 31, 2024

Fixes #14 and makes options for depths to be specified as depths (default for conversion) or heights.

dbhart and others added 14 commits October 30, 2024 12:20
The semantic-release job will now run on staging and automatically update the version number to the next version and create a new changelog. It will not, however, add a tag or build a release. This may result in a need to synchronize.
The semantic-release job will now run on staging and automatically update the version number to the next version and create a new changelog. It will not, however, add a tag or build a release. This may result in a need to synchronize.
@dbhart dbhart merged commit dd62c5d into sandialabs:staging Oct 31, 2024
20 checks passed
@dbhart dbhart deleted the dev branch October 31, 2024 15:14
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 67.56757% with 24 lines in your changes missing coverage. Please review.

Project coverage is 87.17%. Comparing base (dcfe04c) to head (289a9f4).
Report is 2 commits behind head on staging.

Additional details and impacted files
@@             Coverage Diff             @@
##           staging      #84      +/-   ##
===========================================
- Coverage    88.05%   87.17%   -0.88%     
===========================================
  Files            9        9              
  Lines         2001     2051      +50     
===========================================
+ Hits          1762     1788      +26     
- Misses         239      263      +24     
Components Coverage Δ
python code 84.12% <57.89%> (-1.01%) ⬇️
C++ code ∅ <ø> (∅)
tests 99.75% <100.00%> (ø)

dbhart added a commit that referenced this pull request Oct 31, 2024
* refactor: update libsansmic cpp code (#79)

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

* style: apply black formatting

* ci: change testing output to use 'tee' instead of redirect

* test: no subprocess test in ipynb on linux

* test: strip metadata by hand from ipynb

* refactor: modify logging output formats

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

* refactor(version): move location of version number to avoid circular imports

* refactor(test): fix test to match refactor of license and copyright text names

* release: 1.0.4

Automatically generated by python-semantic-release

* ci: check continuous release testing (#82)

Automatically generated by python-semantic-release

* ci: test separate repo for reusable workflows

* ci: test separate repo for reusable workflows

* ci: test separate repo for reusable workflows

* ci: update continuous testing to include semantic release check

* chore: modify pyproject release branches specification

* ci: update continuous testing to include semantic release check on pyproject.toml modification

* ci: add pull request context to quick test

* ci: remove automatic prerelease tag from pr builds for time being

* ci: update semantic-release workflow for commits to staging

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: David Hart <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>

* release: 1.0.5-rc.1

Automatically generated by python-semantic-release

* fix: change TOML config file to use MD (#84)

* ci: test separate repo for reusable workflows

* ci: test separate repo for reusable workflows

* ci: test separate repo for reusable workflows

* ci: update continuous testing to include semantic release check

* chore: modify pyproject release branches specification

* ci: update continuous testing to include semantic release check on pyproject.toml modification

* ci: add pull request context to quick test

* ci: remove automatic prerelease tag from pr builds for time being

* ci: update semantic-release workflow for commits to staging

* fix: depths as true measured depths not as heights from TD_0

* ci: configure semantic-release on staging branch

The semantic-release job will now run on staging and automatically update the version number to the next version and create a new changelog. It will not, however, add a tag or build a release. This may result in a need to synchronize.

---------

Signed-off-by: David Hart <[email protected]>

* chore: update version text to 1.0.5-rc.2

Automatically generated by python-semantic-release

* ci: clean up continuous integration workflows

* ci: fix typo in workflow filename

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: David Hart <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dbhart dbhart mentioned this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant