Skip to content

Commit

Permalink
Add matrix method option (#11)
Browse files Browse the repository at this point in the history
* add method and their options for matrix solve

* add port in the optimization solver for the mat solve method

* update version and installation method

* update the ghpage

* fix github flow
  • Loading branch information
zhengp0 authored Mar 25, 2024
1 parent e71e821 commit 3f4840b
Show file tree
Hide file tree
Showing 47 changed files with 2,919 additions and 15,002 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: python -m pip install .[dev] --upgrade pip
run: python -m pip install .[test] --upgrade pip
- name: Test with pytest
run: pytest
- name: Build package distribution
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2022, IHME Math Sciences
Copyright (c) 2024, IHME Math Sciences
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a7958ad92b8e4e3237816643798899c0
config: 894baca703b10c74646e5b4ddf833ff4
tags: 645f666f9bcd5a90fca523b33c5a78b7
42 changes: 21 additions & 21 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!doctype html>
<html class="no-js">
<html class="no-js" lang="en" data-content_root="../">
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<meta name="generator" content="sphinx-4.5.0, furo 2022.03.04"/>
<title>Overview: module code - msca 0.0.4</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=935aa2abcc5c1da4283d1dc201fb1f0add16d23a" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=25ceb02ed1c46dc30f2321ff83e92799f69dfdb9" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css" />
<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
<title>Overview: module code - msca 0.1.0</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=ad7f860e" />



Expand Down Expand Up @@ -48,10 +48,12 @@
}
</style></head>
<body>

<script>
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
</script>


<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-toc" viewBox="0 0 24 24">
<title>Contents</title>
Expand Down Expand Up @@ -133,7 +135,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">msca 0.0.4</div></a>
<a href="../index.html"><div class="brand">msca 0.1.0</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -160,10 +162,10 @@
<img class="sidebar-logo only-dark" src="../_static/logo/logo-dark.png" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">msca 0.0.4</span>
<span class="sidebar-brand-text">msca 0.1.0</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form>
Expand All @@ -172,7 +174,7 @@
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installing msca</a></li>
</ul>
<ul>
<li class="toctree-l1 has-children"><a class="reference internal" href="../api_reference/index.html">API Reference</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l1 has-children"><a class="reference internal" href="../api_reference/index.html">API Reference</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of API Reference</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../api_reference/msca.c2fun.html">msca.c2fun</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api_reference/msca.linalg.html">msca.linalg</a></li>
<li class="toctree-l2"><a class="reference internal" href="../api_reference/msca.optim.prox.html">msca.optim.prox</a></li>
Expand All @@ -197,7 +199,8 @@
</svg>
<span>Back to top</span>
</a>
<div class="content-icon-container"><div class="theme-toggle-container theme-toggle-content">
<div class="content-icon-container">
<div class="theme-toggle-container theme-toggle-content">
<button class="theme-toggle">
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
Expand Down Expand Up @@ -229,17 +232,15 @@ <h1>All modules for which code is available</h1>
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2022 IHME Math Sciences
Copyright &#169; 2024, IHME Math Sciences
</div>
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s

<a href="https://github.com/pradyunsg/furo">Furo</a>

</div>
<div class="right-details">
<div class="icons">

</div>

</div>
</div>

Expand All @@ -251,10 +252,9 @@ <h1>All modules for which code is available</h1>

</aside>
</div>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/scripts/furo.js"></script>
</div><script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
</body>
</html>
Loading

0 comments on commit 3f4840b

Please sign in to comment.