Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
biocham
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Lifeware
biocham
Commits
55146c05
Commit
55146c05
authored
Feb 07, 2020
by
Sylvain Soliman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/4.4.2'
parents
f6d022b8
b84cd2b3
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1131 additions
and
767 deletions
+1131
-767
Makefile
Makefile
+1
-1
about.pl
about.pl
+1
-1
binder/Dockerfile
binder/Dockerfile
+1
-1
biocham_jupyter/guinbextension/package.json
biocham_jupyter/guinbextension/package.json
+1
-1
biocham_jupyter/kernel/biocham_kernel/__init__.py
biocham_jupyter/kernel/biocham_kernel/__init__.py
+1
-1
library/examples/C2-19-Biochemical-Programming/TD7_rate_independence.ipynb
...C2-19-Biochemical-Programming/TD7_rate_independence.ipynb
+1125
-761
web/index.html
web/index.html
+1
-1
No files found.
Makefile
View file @
55146c05
...
...
@@ -206,7 +206,7 @@ release:
sed
-i
''
-e
"s/
\"
version
\"
:
\"\(
.*
\)\"
/
\"
version
\"
:
\"
$$
version
\"
/"
biocham_jupyter/guinbextension/package.json
&&
\
sed
-i
''
-e
"s/__version__ = '
\(
.*
\)
'/__version__ = '
$$
version'/"
biocham_jupyter/kernel/biocham_kernel/__init__.py
&&
\
sed
-i
''
-e
"s+^<h1>version.*</h1>+<h1>version
$$
version
$(
shell
LC_ALL=C date '+%B %Y'
)
</h1>+"
web/index.html
&&
\
se
t
-i
''
-e
"s/:v.*
$/
:v
$$
version/"
binder/Dockerfile
&&
\
se
d
-i
''
-e
"s/:v.*
$
$
/:v
$$
version/"
binder/Dockerfile
&&
\
git commit about.pl biocham_jupyter/guinbextension/package.json biocham_jupyter/kernel/biocham_kernel/__init__.py web/index.html binder/Dockerfile
-m
"Version
$$
version"
&&
\
git flow release finish
"
$$
version"
&&
\
git push
--tags
...
...
about.pl
View file @
55146c05
...
...
@@ -8,7 +8,7 @@
about
/
0
]).
version
(
'4.4.
0
'
).
version
(
'4.4.
2
'
).
copyright
(
'Copyright (C) 2003-2020 Inria, EPI Lifeware, Saclay-Île de France, France'
...
...
binder/Dockerfile
View file @
55146c05
FROM
registry.gitlab.inria.fr/lifeware/biocham:v4.
3.11
FROM
registry.gitlab.inria.fr/lifeware/biocham:v4.
4.2
biocham_jupyter/guinbextension/package.json
View file @
55146c05
{
"name"
:
"gui"
,
"version"
:
"4.4.
0
"
,
"version"
:
"4.4.
2
"
,
"description"
:
"biocham gui in jupyter notebook"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
biocham_jupyter/kernel/biocham_kernel/__init__.py
View file @
55146c05
"""Example magic"""
__version__
=
'4.4.
0
'
__version__
=
'4.4.
2
'
library/examples/C2-19-Biochemical-Programming/TD7_rate_independence.ipynb
View file @
55146c05
This diff is collapsed.
Click to expand it.
web/index.html
View file @
55146c05
...
...
@@ -32,7 +32,7 @@
</head>
<body>
<h1>
The Biochemical Abstract Machine BIOCHAM 4
</h1>
<h1>
version 4.4.
0
February 2020
</h1>
<h1>
version 4.4.
2
February 2020
</h1>
<div
class=
"authors"
>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment