Skip to content

Commit fae5ffe

Browse files
author
Jonas Breuling
committed
First steps towards new project name.
1 parent 0169f26 commit fae5ffe

67 files changed

Lines changed: 1120 additions & 58 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.coveragerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[run]
22
omit =
3-
scipy_dae/integrate/_dae/benchmarks/*
4-
scipy_dae/integrate/_dae/tests/*
3+
solve_dae/integrate/_dae/benchmarks/*
4+
solve_dae/integrate/_dae/tests/*

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
python-version: "3.10"
2828
cache: "pip" # caching pip dependencies
2929

30-
- name: Install dependencies and scipy_dae
30+
- name: Install dependencies and solve_dae
3131
run: pip install .
3232

3333
- name: Install test dependencies
3434
run: pip install pytest pytest-cov
3535

3636
- name: Test and coverage report with pytest-cov
37-
run: pytest --cov=scipy_dae --cov-report=term --cov-report=lcov --cov-report=xml
37+
run: pytest --cov=solve_dae --cov-report=term --cov-report=lcov --cov-report=xml
3838

3939
- name: Run tests and collect coverage
4040
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# scipy_dae - solving differential algebraic equations (DAEs) and implicit differential equations (IDEs) in Python
1+
# solve_dae - solving differential algebraic equations (DAEs) and implicit differential equations (IDEs) in Python
2+
3+
homepage = "https://github.com/SolveDAE/solve_dae"
4+
documentaton = "https://github.com/SolveDAE/solve_dae"
5+
source = "https://github.com/SolveDAE/solve_dae"
6+
download = "https://github.com/SolveDAE/solve_dae/releases"
7+
tracker = "https://github.com/SolveDAE/solve_dae/issues"
8+
29

310
<p align="center">
4-
<a href="https://github.com/JonasBreuling/scipy_dae/actions/workflows/main.yml/badge.svg"><img alt="Actions Status" src="https://github.com/JonasBreuling/scipy_dae/actions/workflows/main.yml/badge.svg"></a>
11+
<a href="https://github.com/SolveDAE/solve_dae/actions/workflows/main.yml/badge.svg"><img alt="Actions Status" src="https://github.com/SolveDAE/solve_dae/actions/workflows/main.yml/badge.svg"></a>
512
<a href="https://codecov.io/gh/JonasBreuling/scipy_dae/branch/main">
613
<img src="https://codecov.io/gh/JonasBreuling/scipy_dae/branch/main/graph/badge.svg" alt="Code coverage status badge">
714
</a>

0 commit comments

Comments
 (0)