File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ If you want to cite the framework feel free to use this (but only if you loved i
7070@article{detlefsen2021torchplot,
7171 title={TorchPlot},
7272 author={Detlefsen, Nicki S. and Hauberg, Søren},
73- journal={GitHub. Note: https://github.com/CenterBioML /torchplot},
73+ journal={GitHub. Note: https://github.com/MachineLearningLifeScience /torchplot},
7474 year={2021}
7575}
7676```
Original file line number Diff line number Diff line change 44
55__name__ = "torchplot"
66_this_year = time .strftime ("%Y" )
7- __version__ = "0.1.7 "
8- __author__ = "Nicki Skafte Detlefsen et al. "
7+ __version__ = "0.2.0 "
8+ __author__ = "Nicki Skafte Detlefsen and Søren Hauberg "
99__author_email__ = "nsde@dtu.dk"
1010__license__ = "Apache-2.0"
1111__copyright__ = f"Copyright (c) 2018-{ _this_year } , { __author__ } ."
12- __homepage__ = "https://github.com/CenterBioML /torchplot"
12+ __homepage__ = "https://github.com/MachineLearningLifeScience /torchplot"
1313__docs__ = "Plotting pytorch tensors made easy"
1414
1515PACKAGE_ROOT = os .path .dirname (__file__ )
You can’t perform that action at this time.
0 commit comments