fibphot 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl

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.
fibphot/__init__.py CHANGED
@@ -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
@@ -1,4 +1,4 @@
1
- fibphot/__init__.py,sha256=J1DLAhU3rMvbc2cCU0KdvmKvj12LO6eDD1_34_TOplc,152
1
+ fibphot/__init__.py,sha256=k5ztVxhbURfrEmOQMO46UbyhpBgnse8J9XHnPPco278,152
2
2
  fibphot/collection.py,sha256=cht9iam6Twa7xkHhf_RLNJFLwHIpDWcOc0RkJz1f0bA,6127
3
3
  fibphot/misc.py,sha256=7ubXg8-V_nNRRDcBCDYkqkrRhUd8e82qaLZyEkS2dWw,238
4
4
  fibphot/peaks.py,sha256=oSNQk1fHgLprH-_HU9lomyq9i_bsj9dMcsUHOl72440,18943
@@ -30,8 +30,8 @@ fibphot/stages/normalisation.py,sha256=aRxRsNSZ7Y4-CerJe-txy-APq8tcNh6NuSn7pEifN
30
30
  fibphot/stages/regression.py,sha256=qAwDnNxFAtRiD_tfmiLAV9SUgLnNrmnLZ8rgDy2B-do,4409
31
31
  fibphot/stages/smooth.py,sha256=sqkNE7D9P6rfzjKJiu-Jr_ExSkFFQNseq44doBtOZjM,13193
32
32
  fibphot/stages/trim.py,sha256=zcnb-M4Wi7KdBVRN0m9PyPogsgp_rJ0Y4mFuoqEAS_w,3790
33
- fibphot-0.1.0.dist-info/licenses/LICENSE.md,sha256=W47AITyI1Om7cxTi5AKJYNe-rVEbsZPF4a5DOtFXMek,1071
34
- fibphot-0.1.0.dist-info/METADATA,sha256=_KJR5CFPd8amhlKxqwtdI5gqQvr7ZpWK8K5NrxIrr1Y,2057
35
- fibphot-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
36
- fibphot-0.1.0.dist-info/top_level.txt,sha256=exLJNDNxfOY-ufk5CNv1B3bF-1mkVqyCZLKP77YeggM,8
37
- fibphot-0.1.0.dist-info/RECORD,,
33
+ fibphot-0.1.2.dist-info/licenses/LICENSE.md,sha256=W47AITyI1Om7cxTi5AKJYNe-rVEbsZPF4a5DOtFXMek,1071
34
+ fibphot-0.1.2.dist-info/METADATA,sha256=9Go3AmyeQciJRtsvpRCwft75SupZdIZMisNAPeglYyQ,2109
35
+ fibphot-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
36
+ fibphot-0.1.2.dist-info/top_level.txt,sha256=exLJNDNxfOY-ufk5CNv1B3bF-1mkVqyCZLKP77YeggM,8
37
+ fibphot-0.1.2.dist-info/RECORD,,