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

Release 0.22.0 #2309

Merged
merged 13 commits into from
Feb 26, 2024
Merged

Release 0.22.0 #2309

merged 13 commits into from
Feb 26, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Feb 23, 2024

No description provided.

dilpath and others added 13 commits February 16, 2024 18:45
* support "do not compile" for petab problems

* rewrite

* do not pass new kwarg to sbml2amici
Submitting coverage results to codecov from push-triggered actions from forks will result in
missing-token errors. Therefore, skip codecov submission in those cases.
Reverts some removals from AMICI-dev#2284.
Closes AMICI-dev#2288

Fixes:

1. > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

2. Prevent errors on fork actions: 
   > Run elgohr/Publish-Docker-Github-Action@v4
Run $GITHUB_ACTION_PATH/entrypoint.sh
Unable to find the username. Did you set with.username?
   
   Either check for organization=amici-dev, or whether the username is set.
To be consistent with all other model components.
Fixes
```
cl : Command line warning D9002 : ignoring unknown option '-O0'
cl : Command line warning D9002 : ignoring unknown option '-g'
```

see also https://learn.microsoft.com/en-us/cpp/build/reference/debug-generate-debug-info?view=msvc-170

Fixes AMICI-dev#2228
* Fix MANIFEST.in

Fixes `warning: manifest_maker: MANIFEST.in, line 13: path '**/build/' cannot end with '/'`

e.g. https://github.com/AMICI-dev/AMICI/actions/runs/7970974169/job/21759690743?pr=2296#step:14:163

* ..

* ..
…MICI-dev#2299)

Sorting is only required if roots have been found. Most often this will not be the case.
Only sort when necessary.
Fixes potentially incorrect simulation results when using rateOf in `w`
where the rates depend on `w`.

Fixes AMICI-dev#2290
Remove an extraneous call to Model::fdwdx, the result of which will be overridden without use by Model_ODE::fJSparse.
Add a `.gitignore` file to the amici-generated model directory to exclude the auto-generated files from version control.

Closes AMICI-dev#2300.
@dweindl dweindl requested a review from a team as a code owner February 23, 2024 17:30
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.95%. Comparing base (fa7c0bd) to head (0440755).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2309      +/-   ##
==========================================
+ Coverage   77.78%   77.95%   +0.17%     
==========================================
  Files         318      318              
  Lines       20511    20534      +23     
  Branches     1436     1436              
==========================================
+ Hits        15954    16008      +54     
+ Misses       4554     4523      -31     
  Partials        3        3              
Flag Coverage Δ
cpp 76.37% <100.00%> (+2.80%) ⬆️
cpp_python 34.00% <58.06%> (+0.01%) ⬆️
petab 36.39% <54.83%> (-0.01%) ⬇️
python 72.52% <100.00%> (+0.18%) ⬆️
sbmlsuite ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
python/sdist/amici/de_export.py 92.14% <100.00%> (+0.37%) ⬆️
python/sdist/amici/numpy.py 87.38% <ø> (ø)
python/sdist/amici/petab/petab_import.py 66.66% <ø> (ø)
src/model_ode.cpp 66.05% <ø> (-0.31%) ⬇️

... and 6 files with indirect coverage changes

@dweindl dweindl self-assigned this Feb 23, 2024
@dweindl dweindl merged commit 7a06016 into AMICI-dev:master Feb 26, 2024
35 checks passed
@dweindl dweindl deleted the release_0.22.0 branch February 26, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants