Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-copasi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COPASI
dune-copasi
Commits
7b297f22
Commit
7b297f22
authored
5 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Bump 0.2 version
parent
52424f6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!17
Resolve "Add special membranes for species that only pass through to it but not diffuse"
Pipeline
#23490
failed
5 years ago
Stage: build
Stage: unit_tests
Stage: system_tests
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+5
-1
5 additions, 1 deletion
CHANGELOG.md
VERSION
+1
-1
1 addition, 1 deletion
VERSION
dune.module
+1
-1
1 addition, 1 deletion
dune.module
python/setup.py
+1
-1
1 addition, 1 deletion
python/setup.py
with
8 additions
and
4 deletions
CHANGELOG.md
+
5
−
1
View file @
7b297f22
...
...
@@ -26,10 +26,13 @@ Types of changes
-->
## [Unreleased]
## [0.2.0] - 2020-01-10
### Added
-
Code documentation
-
Brief installation instructions
### Changed
-
Dependencies are either versioned or supported in the copasi namespace
-
Move and rename header files
### Fixed
-
Dirichlet-Dirichlet condition at interfaces was being computed twice
...
...
@@ -39,5 +42,6 @@ Types of changes
-
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
-
Solver for reaction-diffusion systems in multiple compartments.
[
Unreleased
]:
https://gitlab.dune-project.org/copasi/dune-copasi/compare/v0.1.0...master
[
Unreleased
]:
https://gitlab.dune-project.org/copasi/dune-copasi/compare/v0.2.0...master
[
0.2.0
]:
https://gitlab.dune-project.org/copasi/dune-copasi/compare/v0.1.0...0.2.0
[
0.1.0
]:
https://gitlab.dune-project.org/copasi/dune-copasi/-/tags/v0.1.0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
7b297f22
0.1.0
\ No newline at end of file
0.2.0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dune.module
+
1
−
1
View file @
7b297f22
...
...
@@ -4,7 +4,7 @@
#Name of the module
Module
:
dune
-
copasi
Version
:
0.
1
.0
Version
:
0.
2
.0
Maintainer
:
santiago
.
ospina
@
iwr
.
uni
-
heidelberg
.
de
#depending on
Depends
:
dune
-
logging
dune
-
uggrid
(
>=
2.6
)
dune
-
pdelab
(
>=
2.6
)
dune
-
multidomaingrid
(
>=
2.6
)
...
...
This diff is collapsed.
Click to expand it.
python/setup.py
+
1
−
1
View file @
7b297f22
...
...
@@ -7,7 +7,7 @@ def dune_copasi_scripts():
return
[
'
./wrapper/profile_intel.py
'
]
setup
(
name
=
'
dune.copasi
'
,
version
=
'
0.
1
.0
'
,
version
=
'
0.
2
.0
'
,
namespace_packages
=
[
'
dune
'
],
description
=
'
DUNE Biochemical System Simulator for COPASI
'
,
author
=
'
Santiago Ospina De Los Ríos
'
,
...
...
This diff is collapsed.
Click to expand it.
Santiago Ospina De Los Ríos
@santiago.ospina
mentioned in commit
32c5390a
·
5 years ago
mentioned in commit
32c5390a
mentioned in commit 32c5390af2fdbedb397a70ee0d5910e849924202
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment