ebin 1.0.2__tar.gz → 1.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ebin
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Posterior bin-expectation normalization for sorting-based MPRA
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -75,15 +75,6 @@ Bins are ordered by the number in their name. Cell lines are fitted
75
75
  independently. **Empty fields are read as zero counts, not as missing data** —
76
76
  some exports write every zero as a blank, and treating those as missin
77
77
 
78
- ## Install
79
-
80
- ```bash
81
- pip install -e /path/to/package # or place this directory on PYTHONPATH
82
- ```
83
-
84
- `jax` (GPU strongly recommended), `numpy`, `scipy` and `pandas` are required.
85
- `xarray` + `h5netcdf` are needed only for the netCDF export and `matplotlib`
86
- only for the diagnostics. Everything runs in float64.
87
78
 
88
79
  ## Input
89
80
 
@@ -61,15 +61,6 @@ Bins are ordered by the number in their name. Cell lines are fitted
61
61
  independently. **Empty fields are read as zero counts, not as missing data** —
62
62
  some exports write every zero as a blank, and treating those as missin
63
63
 
64
- ## Install
65
-
66
- ```bash
67
- pip install -e /path/to/package # or place this directory on PYTHONPATH
68
- ```
69
-
70
- `jax` (GPU strongly recommended), `numpy`, `scipy` and `pandas` are required.
71
- `xarray` + `h5netcdf` are needed only for the netCDF export and `matplotlib`
72
- only for the diagnostics. Everything runs in float64.
73
64
 
74
65
  ## Input
75
66
 
@@ -29,4 +29,4 @@ from .plots import (plot_marginal_distribution, plot_activity_vs_raw, # noqa: E
29
29
  plot_gc_vs_abundance, plot_all, raw_mass_center,
30
30
  gc_content, marginal_density)
31
31
 
32
- __version__ = "1.0.2"
32
+ __version__ = "1.0.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ebin
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Posterior bin-expectation normalization for sorting-based MPRA
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -75,15 +75,6 @@ Bins are ordered by the number in their name. Cell lines are fitted
75
75
  independently. **Empty fields are read as zero counts, not as missing data** —
76
76
  some exports write every zero as a blank, and treating those as missin
77
77
 
78
- ## Install
79
-
80
- ```bash
81
- pip install -e /path/to/package # or place this directory on PYTHONPATH
82
- ```
83
-
84
- `jax` (GPU strongly recommended), `numpy`, `scipy` and `pandas` are required.
85
- `xarray` + `h5netcdf` are needed only for the netCDF export and `matplotlib`
86
- only for the diagnostics. Everything runs in float64.
87
78
 
88
79
  ## Input
89
80
 
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
File without changes
File without changes
File without changes
File without changes
File without changes