Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
Merge pull request #1927 from AMICI-dev/release_0.15.0
  • Loading branch information
dweindl committed Jan 12, 2023
2 parents b5177d9 + d675172 commit 0859bde
Show file tree
Hide file tree
Showing 52 changed files with 1,746 additions and 1,210 deletions.
105 changes: 11 additions & 94 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,96 +1,13 @@
---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
# BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlinesLeft: false
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: false
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: false
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
- Regex: '^(<|"(gtest|isl|json)/)'
Priority: 3
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '$'
IndentCaseLabels: false
IndentWidth: 4
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
ObjCBlockIndentWidth: 2
ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: true
PenaltyBreakBeforeFirstCallParameter: 19
PenaltyBreakComment: 300
PenaltyBreakFirstLessLess: 120
PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 8
UseTab: Never
...

AlignAfterOpenBracket: BlockIndent
BreakBeforeBinaryOperators: All
BreakConstructorInitializers: BeforeComma
ColumnLimit: 80
PointerAlignment: Left
QualifierAlignment: Custom
QualifierOrder: ['inline', 'static', 'type', 'const']
ReferenceAlignment: Left
10 changes: 8 additions & 2 deletions .github/workflows/deploy_protected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
branches:
- master
- develop
- release**
pull_request:
branches:
- master
paths:
- docker/Dockerfile
workflow_dispatch:

jobs:
Expand All @@ -27,6 +28,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v3
- run: git archive -o docker/amici.tar.gz --format=tar.gz HEAD
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v4
with:
Expand All @@ -36,3 +41,4 @@ jobs:
workdir: docker/
dockerfile: Dockerfile
tag_names: true
platforms: linux/amd64,linux/arm64
9 changes: 8 additions & 1 deletion .github/workflows/test_benchmark_collection_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
&& sudo apt-get install -y swig libatlas-base-dev
- run: echo "${HOME}/.local/bin/" >> $GITHUB_PATH
- run: echo "${GITHUB_WORKSPACE}/tests/performance/" >> $GITHUB_PATH

# install AMICI
- name: Create AMICI sdist
Expand All @@ -61,3 +60,11 @@ jobs:
git clone --depth 1 https://github.com/benchmarking-initiative/Benchmark-Models-PEtab.git \
&& export BENCHMARK_COLLECTION="$(pwd)/Benchmark-Models-PEtab/Benchmark-Models/" \
&& AMICI_PARALLEL_COMPILE=2 tests/benchmark-models/test_benchmark_collection.sh
# upload results
- uses: actions/upload-artifact@v3
with:
name: computation times
path: |
tests/benchmark-models/computation_times.csv
tests/benchmark-models/computation_times.png
4 changes: 2 additions & 2 deletions .github/workflows/test_performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
- name: "Upload artifact: CS_Signalling_ERBB_RAS_AKT_petab"
uses: actions/upload-artifact@v3
with:
name: CS_Signalling_ERBB_RAS_AKT
path: CS_Signalling_ERBB_RAS_AKT/CS_Signalling_ERBB_RAS_AKT_petab
name: model_performance_test
path: model_performance_test

# install model package
- name: Install test model
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Cache sonar files
id: cache-sonar
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: sonar_cache
key: ${{ runner.os }}-sonar_cache
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@

## v0.X Series

### v0.15.0 (2023-01-11)

Features
* Improved logging by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1907

For Python: Don't print messages to stdout, but collect them in ReturnData
and forward them to python logging, making it easier to filter specific
messages or to disable output completely. Messages are also available via
`ReturnData.messages`.

**breaking change for C++ interface**:
Messages aren't printed to stdout by default, but are collected in
`ReturnData`. The user has to decide what to do with them.

* MultiArch docker build by @FFroehlich
in https://github.com/AMICI-dev/AMICI/pull/1903
* Added cmake target for cmake-format
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1909
* Updated clang-format style, fixed clang-format target
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1908
* Subsetting `ReturnData` fields by ID via `ReturnDataView.by_id`
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1911 https://github.com/AMICI-dev/AMICI/pull/1916

Fixes
* PEtab import: fixed handling of fixed parameters for rule targets
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1915
* Fixed compiler warnings for matlab interface
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1919
* Fixed pandas DeprecationWarning for Series.iteritems()
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1921
* Fixed circular import in amici.petab_import_pysb
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1922
* Fixed 'operator ==' swig warning
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1923
* Prevent swig4.0.1 segfault
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1924

**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.14.0...v0.15.0


### v0.14.0 (2022-11-23)

#### Features:
Expand Down
Loading

0 comments on commit 0859bde

Please sign in to comment.