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

Update documentation with new features and instructions for new blocks #113

Merged
merged 42 commits into from
Jul 10, 2024
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
88bfb79
added cycle to cycle error and exprtk functionailty to main.md. initi…
menon-karthik Jun 24, 2024
4faa720
typo in microvascular
menon-karthik Jun 24, 2024
c9982c1
cleaning up new block info
menon-karthik Jun 25, 2024
c4f6114
test formatting for new blocks
menon-karthik Jun 25, 2024
f0786bf
added equation example
menon-karthik Jun 25, 2024
2af216f
new file for add_block
menon-karthik Jun 25, 2024
777fa8b
test spacing and clean up developer guide
menon-karthik Jun 25, 2024
da3afcc
test formatting
menon-karthik Jun 25, 2024
97ec859
bug
menon-karthik Jun 25, 2024
be78f3b
test_spacing
menon-karthik Jun 25, 2024
571019b
added spacing
menon-karthik Jun 25, 2024
6cca779
minor edits
menon-karthik Jun 25, 2024
8f424d6
test_space
menon-karthik Jun 25, 2024
69f82f5
cleaned up
menon-karthik Jun 25, 2024
c9a4b76
subheadings
menon-karthik Jun 26, 2024
fc7d09f
modified subheadings
menon-karthik Jun 26, 2024
e466133
subheading foix
menon-karthik Jun 26, 2024
50d6548
cleaned up subheadings
menon-karthik Jun 26, 2024
64450de
added contributing section
menon-karthik Jun 26, 2024
be1718d
test link section
menon-karthik Jun 26, 2024
db7deda
clean up
menon-karthik Jun 26, 2024
084f865
review comments
menon-karthik Jul 9, 2024
8ee2c7c
test eqn
menon-karthik Jul 9, 2024
a244c76
test eqn again
menon-karthik Jul 9, 2024
0af7068
mod eqn
menon-karthik Jul 9, 2024
385f25d
GitHub actions: remove old os, add latest
mrp089 Jul 9, 2024
51dba6b
doxy latex font size
menon-karthik Jul 9, 2024
458c46e
test conda PATH
menon-karthik Jul 9, 2024
add1b16
try codna alias
menon-karthik Jul 9, 2024
4791f6f
added eqns, modified size
menon-karthik Jul 9, 2024
9b809a6
test conda-incubator in GH actions to find conda
menon-karthik Jul 9, 2024
48141d9
bug in eqns
menon-karthik Jul 9, 2024
515bc53
eqns clean
menon-karthik Jul 9, 2024
ba56182
added outputs description, debug eqn
menon-karthik Jul 9, 2024
7360821
test square bracket
menon-karthik Jul 9, 2024
9e90624
remove sq bracket
menon-karthik Jul 9, 2024
c76a8f5
remove eq
menon-karthik Jul 9, 2024
3f6017f
add back eq
menon-karthik Jul 9, 2024
cd8e096
remove eq1
menon-karthik Jul 9, 2024
e68fd50
state vector
menon-karthik Jul 9, 2024
4ab6371
fix eqn 1
menon-karthik Jul 9, 2024
454c424
Merge branch 'master' into update_docs
mrp089 Jul 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: sudo apt update && sudo apt install build-essential cmake lcov
- name: Install svZeroDSolver
run: |
#export PATH="/usr/share/miniconda/bin:$PATH"
#alias conda="$CONDA/bin/conda"
conda create -n zerod python=3.11.4
conda run -n zerod pip install -e ".[dev]"
- name: Test the build
Expand Down
Loading