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

Pull in updates from development branch #10

Merged
merged 45 commits into from
Sep 14, 2024
Merged

Pull in updates from development branch #10

merged 45 commits into from
Sep 14, 2024

Conversation

dbhart
Copy link
Collaborator

@dbhart dbhart commented Sep 1, 2024

The following changes are included in this PR

  • Initial documentation for how to build/run sansmic
  • Basic example of how to run using Jupyter notebook
  • Updates to the pyproject TOML file to include semantic releases and optional dependencies
  • Initial import of C++ source files
  • Use progress bar from rich.progress, which is included with pip and therefore doesn't require additional 3rd party libraries
  • Improved arguments for the command line
  • HDF5 and JSON results outputs
  • Clean-up for the python classes, modification to results class

@dbhart dbhart requested review from tzeitle and hgmaure September 1, 2024 17:41
@dbhart dbhart changed the title Update to use rich.progress from pip Pull in updates from development branch Sep 5, 2024
dbhart and others added 3 commits September 5, 2024 21:51
* Debug updates to basic.ipynb
* Updates to baseline for regression testing
* Updates to model results class
Pull in additional updates from local development site
@dbhart
Copy link
Collaborator Author

dbhart commented Sep 6, 2024

  • Added options to turn off certain output formats and made C++ formats closer to FORTRAN formats.
  • Updated more documentation
  • Renamed certain output object field names for consistence

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dbhart dbhart self-assigned this Sep 9, 2024
Copy link
Collaborator Author

@dbhart dbhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional updates

  • Added unit testing for config file I/O
  • Updated and added more installation and run documentation.

Copy link

codecov bot commented Sep 12, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@dbhart dbhart merged commit 8dc4f33 into sandialabs:main Sep 14, 2024
7 checks passed
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.

Pull in version 1.0 codebase from dbhart/dev Code scanning User Guide documentation
3 participants