-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from SNG-Newy/8-pypi-install
pypi upload
- Loading branch information
Showing
24 changed files
with
133 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include README.rst LICENSE | ||
recursive-include eigenstrapping/datasets * | ||
include eigenstrapping/datasets/osf.json | ||
exclude *egg-info* dist __pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
81 changes: 0 additions & 81 deletions
81
eigenstrapping/datasets/HCP/102816.L.MyelinMap_BC.164k_fs_LR.func.gii
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
eigenstrapping/datasets/HCP/102816.L.corrThickness.164k_fs_LR.shape.gii
This file was deleted.
Oops, something went wrong.
154 changes: 0 additions & 154 deletions
154
eigenstrapping/datasets/HCP/102816.L.midthickness_MSMAll.164k_fs_LR.surf.gii
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,8 @@ install_requires = [ | |
|
||
[project] | ||
name = "eigenstrapping" | ||
version = "0.0.2" | ||
version = "0.1" | ||
description = "For generating surrogate brain maps with spatial autocorrelation using geometric eigenmodes." | ||
readme = "README.rst" | ||
authors = [ | ||
{name = "Nikitas C. Koussis", email = "[email protected]"}, | ||
] | ||
|
@@ -30,7 +29,8 @@ dependencies = [ | |
"scipy>=0.11", | ||
"seaborn", | ||
"netneurotools>=0.2.4", | ||
"tqdm" | ||
"tqdm", | ||
"parspin" | ||
] | ||
maintainers = [ | ||
{name = "Systems Neuroscience Group Newcastle", email = "[email protected]"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ pandas | |
scipy>=0.11 | ||
seaborn | ||
netneurotools>=0.2.4 | ||
tqdm | ||
tqdm | ||
parspin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
# run the setup | ||
setup(name='eigenstrapping', | ||
version='0.0.2', | ||
version='0.1', | ||
description="For generating surrogate brain maps with spatial autocorrelation using geometric eigenmodes.", | ||
author='Nikitas C. Koussis, Systems Neuroscience Group Newcastle', | ||
author_email='[email protected]', | ||
|