Skip to content

Add Cholesky decomposition workflow#25

Merged
gpauloski merged 8 commits intomainfrom
cholesky
May 17, 2024
Merged

Add Cholesky decomposition workflow#25
gpauloski merged 8 commits intomainfrom
cholesky

Conversation

@MaximeGonthier
Copy link
Copy Markdown
Collaborator

@MaximeGonthier MaximeGonthier commented May 14, 2024

Description

Cholesky decomposition in webs

Fixes #15

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (internal implementation changes)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (no changes to the code)
  • CI change (changes to CI workflows, packages, templates, etc.)
  • Version changes (changes to the package or dependency versions)

Testing

python3.10 -m webs.run cholesky --executor thread-pool --n 100

@MaximeGonthier MaximeGonthier requested a review from gpauloski May 14, 2024 19:37
@gpauloski
Copy link
Copy Markdown
Contributor

Thanks, @MaximeGonthier! I'll fix up the CI issues in the next day or so.

@gpauloski gpauloski merged commit 3e7c6fd into main May 17, 2024
@gpauloski gpauloski deleted the cholesky branch May 17, 2024 15:14
@gpauloski gpauloski changed the title Cholesky Add Cholesky decomposition workflow May 17, 2024
@gpauloski gpauloski added the enhancement New features or improvements to existing functionality label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New features or improvements to existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New workflow: Cholesky Factorization

3 participants