Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3799f67
Bump crate-ci/typos from 1.47.2 to 1.48.0
dependabot[bot] Jul 6, 2026
ff39e15
Changes to developer environment and a section for R in documentation.
Sarthakmistry Jul 13, 2026
c9ad9c6
Merge pull request #55 from bandframework/main
jared321 Jul 20, 2026
3d6de05
Made changes to the notebook to fit current pypkg setup.
Sarthakmistry Jul 20, 2026
a567d5a
Simplified setup instructions
Sarthakmistry Jul 20, 2026
433ef5d
Simplified instructions in documentation
Sarthakmistry Jul 20, 2026
62a9b57
Fix GitHub URL in installation instructions
Sarthakmistry Jul 20, 2026
c51f13c
Bump actions/setup-python from 6 to 7
dependabot[bot] Jul 20, 2026
314f4fc
changed to single quotes
Sarthakmistry Jul 21, 2026
584d59a
Very minor tweaks and polishing as part of PR review.
jared321 Jul 23, 2026
b92f404
Merge pull request #59 from bandframework/dependabot/github_actions/m…
jared321 Jul 23, 2026
50cee12
Merge pull request #60 from bandframework/main
jared321 Jul 23, 2026
5a0f56c
Merge pull request #44 from bandframework/dependabot/github_actions/m…
jared321 Jul 23, 2026
dbf2a9a
Merge pull request #61 from bandframework/main
jared321 Jul 23, 2026
63fde67
Merge pull request #58 from bandframework/mixing-technometrics-example
jared321 Jul 23, 2026
357570a
Merge pull request #62 from bandframework/main
jared321 Jul 24, 2026
b0f06c2
Cleanup landing page and homogenize structure.
jared321 Jul 24, 2026
359dd29
Cleaning as part of PR review
jared321 Jul 24, 2026
5b5a86e
Restructure the dev env section.
jared321 Jul 24, 2026
4554a64
Cleaning docs as part of PR review.
jared321 Jul 24, 2026
1e3aaff
Clean up content as part of PR review.
jared321 Jul 24, 2026
7fe9599
Added some untracked files in gitignore
Sarthakmistry Jul 26, 2026
f1bca04
resolved broken commands
Sarthakmistry Jul 27, 2026
3f718db
changed wordings for clarity
Sarthakmistry Jul 27, 2026
85dd78f
Merge pull request #57 from bandframework/developer-guide
Sarthakmistry Jul 27, 2026
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: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# We would like to use 3.12, but this presently fails.
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout OpenBT repository
uses: actions/checkout@v7
- name: Spell Check Repo
uses: crate-ci/typos@v1.47.2
uses: crate-ci/typos@v1.48.0
with:
config: ${{ env.TYPOS_CFG }}
2 changes: 1 addition & 1 deletion .github/workflows/measure_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt-get update
sudo apt-get -y install openmpi-bin libopenmpi-dev
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.14"
- name: Setup Python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_CLTs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fi
fi
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.14"
- name: Install Meson build system
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_py_devmode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout OpenBT
uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.14"
- name: Setup Python dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_py_sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.14"
- name: Setup base Python environment
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
fi
fi
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- name: Setup Python dependencies
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ openbt_pypkg/coverage.xml
openbt_pypkg/htmlcov
openbt_pypkg/src/openbt.egg-info
openbt_pypkg/src/openbt/_version.py
openbt_pypkg/src/openbt/include/
openbt_pypkg/src/openbt/lib/


# Other files
.DS_Store
.DS_Store
Loading
Loading