Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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/test_benchmark_collection_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
python3 -m pip uninstall -y petab && python3 -m pip install git+https://github.com/petab-dev/libpetab-python.git@1b8599dd1eb9bda74853255b4cc4baf75b7e4d63 \
&& python3 -m pip install -U sympy \
&& python3 -m pip install git+https://github.com/ICB-DCM/fiddy.git@amici100
&& python3 -m pip install git+https://github.com/ICB-DCM/fiddy.git@main

- run: pip uninstall -y diffrax && pip install git+https://github.com/patrick-kidger/diffrax@main # TODO FIXME https://github.com/patrick-kidger/diffrax/issues/654 + event dirs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
shell: bash
run: pip install -v $(ls -t dist/amici-*.tar.gz | head -1)[petab,test,jax]

# TODO: switch back to PyPI once the fiddy redesign is released
- name: Install fiddy from GitHub
shell: bash
run: pip install git+https://github.com/ICB-DCM/fiddy.git@main

- run: python -m amici

- name: Get Pooch Cache Directory
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni

### v1.1.1 (unreleased)

**Features**

* The `fiddy` adapter (`amici.adapters.fiddy`) and the `fiddy` package itself
were redesigned, making finite-difference gradient checks much more
robust and requiring few, if any, hyperparameters.

**Fixes**

* There are no more reserved names: previously, model import or
Expand Down
Loading
Loading