Skip to content

Commit

Permalink
Finish Release-v112
Browse files Browse the repository at this point in the history
  • Loading branch information
pycckuu committed Nov 6, 2017
2 parents e64d750 + 2e86d47 commit 9bca7ea
Show file tree
Hide file tree
Showing 20 changed files with 123 additions and 1,104 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/porousmedialab.egg-info/
/dist/
*.sublime-project
/.vscode/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Have a look at ["examples"](https://github.com/biogeochemistry/PorousMediaLab/tr
- in terminal run command ```jupyter notebook```;
- you will see the folders of PorousMediaLab project, you can go in "examples" folder and play with them;

# Citation

I. Markelov (2017), The toolbox for batch and 1D reactive transport modeling in porous media aimed on easiness of use for user without computational background, GitHub repository: https://github.com/biogeochemistry/PorousMediaLab, DOI: 10.5281/zenodo.1039644

# MIT License

Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# porousmedialab changelog

## 1.1.2

2017-11-06

### FIXED

- pre_run_methods() bug fix: when model are setup to integrate from i=0 it throws an error "undefined 'solver' in scipy".

## 1.1.1

Expand Down
1 change: 1 addition & 0 deletions examples/.ipynb_checkpoints/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false,
"scrolled": false
},
"outputs": [
Expand All @@ -176,6 +177,7 @@
"cell_type": "code",
"execution_count": 8,
"metadata": {
"collapsed": false,
"scrolled": false
},
"outputs": [
Expand Down Expand Up @@ -295,7 +297,9 @@
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -368,7 +372,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.5.3"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"cell_type": "code",
"execution_count": 20,
"metadata": {
"collapsed": false,
"scrolled": false
},
"outputs": [
Expand All @@ -129,6 +130,7 @@
"cell_type": "code",
"execution_count": 21,
"metadata": {
"collapsed": false,
"scrolled": false
},
"outputs": [
Expand Down Expand Up @@ -208,7 +210,9 @@
{
"cell_type": "code",
"execution_count": 22,
"metadata": {},
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -250,7 +254,9 @@
{
"cell_type": "code",
"execution_count": 24,
"metadata": {},
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -304,7 +310,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.5.3"
}
},
"nbformat": 4,
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -236,7 +238,9 @@
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -274,6 +278,7 @@
"cell_type": "code",
"execution_count": 12,
"metadata": {
"collapsed": false,
"scrolled": false
},
"outputs": [
Expand Down Expand Up @@ -353,6 +358,7 @@
"cell_type": "code",
"execution_count": 13,
"metadata": {
"collapsed": false,
"scrolled": false
},
"outputs": [
Expand Down Expand Up @@ -401,7 +407,9 @@
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -456,7 +464,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.5.3"
}
},
"nbformat": 4,
Expand Down
File renamed without changes.
Loading

0 comments on commit 9bca7ea

Please sign in to comment.