fibphot 0.1.0__tar.gz → 0.1.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 (42) hide show
  1. {fibphot-0.1.0 → fibphot-0.1.2}/PKG-INFO +11 -5
  2. {fibphot-0.1.0 → fibphot-0.1.2}/README.md +9 -1
  3. {fibphot-0.1.0 → fibphot-0.1.2}/pyproject.toml +3 -5
  4. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/__init__.py +1 -1
  5. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot.egg-info/PKG-INFO +11 -5
  6. {fibphot-0.1.0 → fibphot-0.1.2}/LICENSE.md +0 -0
  7. {fibphot-0.1.0 → fibphot-0.1.2}/setup.cfg +0 -0
  8. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/analysis/__init__.py +0 -0
  9. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/analysis/aggregate.py +0 -0
  10. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/analysis/auc.py +0 -0
  11. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/analysis/irls.py +0 -0
  12. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/analysis/peaks.py +0 -0
  13. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/analysis/photobleaching.py +0 -0
  14. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/analysis/plotting.py +0 -0
  15. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/analysis/report.py +0 -0
  16. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/collection.py +0 -0
  17. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/fit/__init__.py +0 -0
  18. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/fit/regression.py +0 -0
  19. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/io/__init__.py +0 -0
  20. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/io/doric.py +0 -0
  21. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/io/excel.py +0 -0
  22. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/io/h5.py +0 -0
  23. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/misc.py +0 -0
  24. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/peaks.py +0 -0
  25. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/pipeline.py +0 -0
  26. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/plotting.py +0 -0
  27. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/__init__.py +0 -0
  28. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/base.py +0 -0
  29. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/baseline.py +0 -0
  30. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/control_dff.py +0 -0
  31. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/filters.py +0 -0
  32. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/normalisation.py +0 -0
  33. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/regression.py +0 -0
  34. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/smooth.py +0 -0
  35. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/stages/trim.py +0 -0
  36. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/state.py +0 -0
  37. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/tags.py +0 -0
  38. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot/types.py +0 -0
  39. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot.egg-info/SOURCES.txt +0 -0
  40. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot.egg-info/dependency_links.txt +0 -0
  41. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot.egg-info/requires.txt +0 -0
  42. {fibphot-0.1.0 → fibphot-0.1.2}/src/fibphot.egg-info/top_level.txt +0 -0
@@ -1,15 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fibphot
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Analysis pipeline for fibre photometry data
5
5
  Author-email: Thomas Nicholas <tcnicholas@me.com>
6
6
  Project-URL: Homepage, https://github.com/tcnicholas/fibphot
7
7
  Classifier: License :: OSI Approved :: MIT License
8
8
  Classifier: Programming Language :: Python
9
- Classifier: Programming Language :: Python :: 3.10
10
- Classifier: Programming Language :: Python :: 3.11
11
9
  Classifier: Programming Language :: Python :: 3.12
12
- Requires-Python: >=3.10
10
+ Requires-Python: >=3.12
13
11
  Description-Content-Type: text/markdown
14
12
  License-File: LICENSE.md
15
13
  Requires-Dist: h5py>=3.15.1
@@ -56,8 +54,16 @@ Dynamic: license-file
56
54
 
57
55
  ## Install
58
56
 
57
+ We recommend working in a Python environment. With conda:
58
+
59
+ ```bash
60
+ conda create -n fibphot26 python=3.12
61
+ conda activate fibphot26
62
+
63
+ pip install fibphot
64
+ ```
59
65
 
60
66
  ## Relevant sources and related packages/code
61
67
 
62
68
 
63
- ### References
69
+ ## References
@@ -9,8 +9,16 @@
9
9
 
10
10
  ## Install
11
11
 
12
+ We recommend working in a Python environment. With conda:
13
+
14
+ ```bash
15
+ conda create -n fibphot26 python=3.12
16
+ conda activate fibphot26
17
+
18
+ pip install fibphot
19
+ ```
12
20
 
13
21
  ## Relevant sources and related packages/code
14
22
 
15
23
 
16
- ### References
24
+ ## References
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "fibphot"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Analysis pipeline for fibre photometry data"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Thomas Nicholas", email = "tcnicholas@me.com" }]
@@ -12,11 +12,9 @@ license = { file = "LICENSE" }
12
12
  classifiers = [
13
13
  "License :: OSI Approved :: MIT License",
14
14
  "Programming Language :: Python",
15
- "Programming Language :: Python :: 3.10",
16
- "Programming Language :: Python :: 3.11",
17
15
  "Programming Language :: Python :: 3.12",
18
16
  ]
19
- requires-python = ">=3.10"
17
+ requires-python = ">=3.12"
20
18
  dependencies = [
21
19
  "h5py>=3.15.1",
22
20
  "matplotlib>=3.10.8",
@@ -66,7 +64,7 @@ docs = [
66
64
  ]
67
65
 
68
66
  [tool.bumpver]
69
- current_version = "0.1.0"
67
+ current_version = "0.1.2"
70
68
  version_pattern = "MAJOR.MINOR.PATCH"
71
69
  commit_message = "bump {old_version} -> {new_version}"
72
70
  commit = true
@@ -3,4 +3,4 @@ from __future__ import annotations
3
3
  from .state import PhotometryState, StageRecord
4
4
 
5
5
  __all__ = ["PhotometryState", "StageRecord"]
6
- __version__ = "0.1.0"
6
+ __version__ = "0.1.2"
@@ -1,15 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fibphot
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Analysis pipeline for fibre photometry data
5
5
  Author-email: Thomas Nicholas <tcnicholas@me.com>
6
6
  Project-URL: Homepage, https://github.com/tcnicholas/fibphot
7
7
  Classifier: License :: OSI Approved :: MIT License
8
8
  Classifier: Programming Language :: Python
9
- Classifier: Programming Language :: Python :: 3.10
10
- Classifier: Programming Language :: Python :: 3.11
11
9
  Classifier: Programming Language :: Python :: 3.12
12
- Requires-Python: >=3.10
10
+ Requires-Python: >=3.12
13
11
  Description-Content-Type: text/markdown
14
12
  License-File: LICENSE.md
15
13
  Requires-Dist: h5py>=3.15.1
@@ -56,8 +54,16 @@ Dynamic: license-file
56
54
 
57
55
  ## Install
58
56
 
57
+ We recommend working in a Python environment. With conda:
58
+
59
+ ```bash
60
+ conda create -n fibphot26 python=3.12
61
+ conda activate fibphot26
62
+
63
+ pip install fibphot
64
+ ```
59
65
 
60
66
  ## Relevant sources and related packages/code
61
67
 
62
68
 
63
- ### References
69
+ ## References
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
File without changes