Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-a committed Aug 24, 2020
1 parent d812a2a commit 1760a34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example/tensorqtl_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"output_type": "stream",
"text": [
"PyTorch 1.6.0\n",
"Pandas 1.0.5\n"
"Pandas 1.1.1\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Mapping files: 100%|██████████| 3/3 [00:28<00:00, 9.55s/it]\n"
"Mapping files: 100%|██████████| 3/3 [00:27<00:00, 9.27s/it]\n"
]
}
],
Expand Down Expand Up @@ -278,7 +278,7 @@
" * checking phenotypes: 301/301\n",
" * computing permutations\n",
" processing phenotype 301/301\n",
" Time elapsed: 0.57 min\n",
" Time elapsed: 0.54 min\n",
"done.\n"
]
}
Expand Down Expand Up @@ -522,7 +522,7 @@
" * 26 covariates\n",
" * 13369268 variants\n",
" processing batch 1337/1337\n",
" elapsed time: 1.42 min\n",
" elapsed time: 1.41 min\n",
" * 7620376 variants passed MAF >= 0.05 filtering\n",
"done.\n"
]
Expand Down Expand Up @@ -678,7 +678,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion tensorqtl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.0.3"
__version__ = "1.0.4"
from .tensorqtl import *

0 comments on commit 1760a34

Please sign in to comment.