-
Notifications
You must be signed in to change notification settings - Fork 31
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.21.2 #2287
Merged
Merged
Release 0.21.2 #2287
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use PyPI [trusted publishing](https://docs.pypi.org/trusted-publishers/) instead of username/password.
Avoids ``` .tox\unit\lib\site-packages\pandas\__init__.py:249: in <module> warnings.warn( E DeprecationWarning: E Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0), E (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries) E but was not found to be installed on your system. E If this would cause problems for you, E please provide us feedback at pandas-dev/pandas#54466 ```
* Update valgrind suppressions * .. * ..
* Fix Solver copyctor issues with swig4.2 Closes AMICI-dev#2275
* GHA: update actions to use Node.js 20 Fixes this warnings: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3, actions/upload-artifact@v3 Closes AMICI-dev#2277 * unique artifact names * [email protected]
Fix `IndexError: tuple index out of range` when calling `amici.ExpData` without any argument.
> PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token)
Some formatting changed with clang17. Re-run clang-format and cmake-format.
…ev#2281) * Fix invalid type error when loading antimony model from file `pathlib.Path` -> `str` * More informative exceptions
The second argument never was optional. Not sure whether there would be any good default value.
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2287 +/- ##
==========================================
+ Coverage 77.21% 77.93% +0.72%
==========================================
Files 94 318 +224
Lines 15089 20511 +5422
Branches 0 1436 +1436
==========================================
+ Hits 11651 15986 +4335
- Misses 3438 4522 +1084
- Partials 0 3 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
FFroehlich
approved these changes
Feb 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.