ncpi 0.2__tar.gz → 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. {ncpi-0.2/ncpi.egg-info → ncpi-0.2.2}/PKG-INFO +2 -2
  2. {ncpi-0.2 → ncpi-0.2.2}/README.md +1 -1
  3. {ncpi-0.2 → ncpi-0.2.2/ncpi.egg-info}/PKG-INFO +2 -2
  4. {ncpi-0.2 → ncpi-0.2.2}/ncpi.egg-info/top_level.txt +0 -1
  5. {ncpi-0.2 → ncpi-0.2.2}/pyproject.toml +1 -1
  6. {ncpi-0.2 → ncpi-0.2.2}/LICENSE +0 -0
  7. {ncpi-0.2 → ncpi-0.2.2}/examples/EEG_AD_FTD/EEG_AD_FTD.py +0 -0
  8. {ncpi-0.2 → ncpi-0.2.2}/examples/EEG_AD_FTD/figures/EEG_predictions.py +0 -0
  9. {ncpi-0.2 → ncpi-0.2.2}/examples/LFP_developing_brain/LFP_developing_brain.py +0 -0
  10. {ncpi-0.2 → ncpi-0.2.2}/examples/LFP_developing_brain/figures/LFP_predictions.py +0 -0
  11. {ncpi-0.2 → ncpi-0.2.2}/examples/LFP_developing_brain/figures/emp_features.py +0 -0
  12. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/figures/SBI_results.py +0 -0
  13. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/figures/example_full_pipeline.py +0 -0
  14. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/figures/save_code_as_image.py +0 -0
  15. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/figures/sim_features.py +0 -0
  16. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/figures/sim_predictions.py +0 -0
  17. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/compute_features.py +0 -0
  18. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/example_model_simulation.py +0 -0
  19. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/params/analysis_params.py +0 -0
  20. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/params/network_params.py +0 -0
  21. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/params/simulation_params.py +0 -0
  22. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/preprocessing.py +0 -0
  23. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/python/analysis.py +0 -0
  24. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/python/network.py +0 -0
  25. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/python/simulation.py +0 -0
  26. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/simulation/sim_statistics.py +0 -0
  27. {ncpi-0.2 → ncpi-0.2.2}/examples/simulation/Hagen_model/train/RepeatedKFold.py +0 -0
  28. {ncpi-0.2 → ncpi-0.2.2}/ncpi/Analysis.py +0 -0
  29. {ncpi-0.2 → ncpi-0.2.2}/ncpi/Features.py +0 -0
  30. {ncpi-0.2 → ncpi-0.2.2}/ncpi/FieldPotential.py +0 -0
  31. {ncpi-0.2 → ncpi-0.2.2}/ncpi/Inference.py +0 -0
  32. {ncpi-0.2 → ncpi-0.2.2}/ncpi/Simulation.py +0 -0
  33. {ncpi-0.2 → ncpi-0.2.2}/ncpi/__init__.py +0 -0
  34. {ncpi-0.2 → ncpi-0.2.2}/ncpi/tools.py +0 -0
  35. {ncpi-0.2 → ncpi-0.2.2}/ncpi.egg-info/SOURCES.txt +0 -0
  36. {ncpi-0.2 → ncpi-0.2.2}/ncpi.egg-info/dependency_links.txt +0 -0
  37. {ncpi-0.2 → ncpi-0.2.2}/ncpi.egg-info/requires.txt +0 -0
  38. {ncpi-0.2 → ncpi-0.2.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ncpi
3
- Version: 0.2
3
+ Version: 0.2.2
4
4
  Summary: Neural circuit parameter inference using electrophysiological data
5
5
  Author-email: necolab <pablomc@ugr.es>
6
6
  License: Apache License
@@ -254,7 +254,7 @@ Requires-Dist: mpl_toolkits; extra == "interfaces"
254
254
  # ncpi: neural circuit parameter inference
255
255
  ___
256
256
 
257
- <img src="img/ncpi_logo.png" alt="ncpi logo" width="150">
257
+ <img src="https://raw.githubusercontent.com/necolab-ugr/ncpi/main/img/ncpi_logo.png" alt="ncpi logo" width="150">
258
258
 
259
259
  </div>
260
260
 
@@ -5,7 +5,7 @@
5
5
  # ncpi: neural circuit parameter inference
6
6
  ___
7
7
 
8
- <img src="img/ncpi_logo.png" alt="ncpi logo" width="150">
8
+ <img src="https://raw.githubusercontent.com/necolab-ugr/ncpi/main/img/ncpi_logo.png" alt="ncpi logo" width="150">
9
9
 
10
10
  </div>
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ncpi
3
- Version: 0.2
3
+ Version: 0.2.2
4
4
  Summary: Neural circuit parameter inference using electrophysiological data
5
5
  Author-email: necolab <pablomc@ugr.es>
6
6
  License: Apache License
@@ -254,7 +254,7 @@ Requires-Dist: mpl_toolkits; extra == "interfaces"
254
254
  # ncpi: neural circuit parameter inference
255
255
  ___
256
256
 
257
- <img src="img/ncpi_logo.png" alt="ncpi logo" width="150">
257
+ <img src="https://raw.githubusercontent.com/necolab-ugr/ncpi/main/img/ncpi_logo.png" alt="ncpi logo" width="150">
258
258
 
259
259
  </div>
260
260
 
@@ -1,4 +1,3 @@
1
- build
2
1
  data
3
2
  dist
4
3
  docs
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ncpi"
7
- version = "0.2"
7
+ version = "0.2.2"
8
8
  description = "Neural circuit parameter inference using electrophysiological data"
9
9
  readme = "README.md"
10
10
  license = {file = "LICENSE"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes