Skip to content

Commit 1760a34

Browse files
committed
v1.0.4
1 parent d812a2a commit 1760a34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example/tensorqtl_examples.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"output_type": "stream",
4646
"text": [
4747
"PyTorch 1.6.0\n",
48-
"Pandas 1.0.5\n"
48+
"Pandas 1.1.1\n"
4949
]
5050
},
5151
{
5252
"name": "stderr",
5353
"output_type": "stream",
5454
"text": [
55-
"Mapping files: 100%|██████████| 3/3 [00:28<00:00, 9.55s/it]\n"
55+
"Mapping files: 100%|██████████| 3/3 [00:27<00:00, 9.27s/it]\n"
5656
]
5757
}
5858
],
@@ -278,7 +278,7 @@
278278
" * checking phenotypes: 301/301\n",
279279
" * computing permutations\n",
280280
" processing phenotype 301/301\n",
281-
" Time elapsed: 0.57 min\n",
281+
" Time elapsed: 0.54 min\n",
282282
"done.\n"
283283
]
284284
}
@@ -522,7 +522,7 @@
522522
" * 26 covariates\n",
523523
" * 13369268 variants\n",
524524
" processing batch 1337/1337\n",
525-
" elapsed time: 1.42 min\n",
525+
" elapsed time: 1.41 min\n",
526526
" * 7620376 variants passed MAF >= 0.05 filtering\n",
527527
"done.\n"
528528
]
@@ -678,7 +678,7 @@
678678
"name": "python",
679679
"nbconvert_exporter": "python",
680680
"pygments_lexer": "ipython3",
681-
"version": "3.6.7"
681+
"version": "3.6.9"
682682
}
683683
},
684684
"nbformat": 4,

tensorqtl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"
22
from .tensorqtl import *

0 commit comments

Comments
 (0)