-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #501 from ICB-DCM/release_v0.8.2
Release v0.8.2 Features / improvements: * Speedup symbolic processing for ODE generation in python Bugfixes: * Fix(python) Add missing deepcopy (introduced in 6847ba6) * Fix(core) Prevent parameter scaling length mismatch (#488) * Fix(python) Set distutils dependency to current version to fix </usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'> * fix(python) add symlink to version.txt to be included in package Backwards-compatibility: * Replace 'newline' by literal to restore <R2016b compatibility (Fixes #493) Maintenance: * Remove obsolete swig library build via cmake and related file copying * Provide issue template for bug reports * Providing valid SBML document to import is not optional anymore * Update documentation and tests * Add python version check and raise required version to 3.6 to prevent cryptic error messages when encountering f-strings
- Loading branch information
Showing
32 changed files
with
225 additions
and
364 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: new | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What did you expect to happen?** | ||
|
||
**What has happened instead?** | ||
|
||
**To Reproduce** | ||
*Steps to reproduce the behavior* | ||
*Ideally include minimal code examples here* | ||
|
||
**AMICI version and system environment** | ||
- OS and version: [e.g. Ubuntu, iOS, Windows] | ||
- AMICI interface: [e.g. Python, Matlab, C++] | ||
- AMICI version: | ||
- Additional information: Compiler name and version used, Python/Matlab version, ... | ||
|
||
**How to fix** | ||
Do you know how to resolve the problem? | ||
Can you submit a pull request? |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ sudo: required | |
branches: | ||
only: | ||
- master | ||
- staging | ||
- develop | ||
|
||
matrix: | ||
fast_finish: true | ||
|
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
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
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
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
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
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
Oops, something went wrong.