bionumpy
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: bionumpy | ||
| Version: 1.0.7 | ||
| Version: 1.0.8 | ||
| Summary: Library for working with biological sequence data as numpy arrays. | ||
@@ -21,3 +21,3 @@ Home-page: https://github.com/bionumpy/bionumpy | ||
| Requires-Dist: numpy>=1.20 | ||
| Requires-Dist: npstructures>=0.2.9 | ||
| Requires-Dist: npstructures>=0.2.15 | ||
| Provides-Extra: full | ||
@@ -24,0 +24,0 @@ Requires-Dist: isal; extra == "full" |
| numpy>=1.20 | ||
| npstructures>=0.2.9 | ||
| npstructures>=0.2.15 | ||
| [full] | ||
| isal |
@@ -5,3 +5,3 @@ """Top-level package for bionumpy.""" | ||
| __email__ = "knutdrand@gmail.com" | ||
| __version__ = '1.0.7' | ||
| __version__ = '1.0.8' | ||
@@ -8,0 +8,0 @@ import npstructures as nps |
+2
-2
| Metadata-Version: 2.1 | ||
| Name: bionumpy | ||
| Version: 1.0.7 | ||
| Version: 1.0.8 | ||
| Summary: Library for working with biological sequence data as numpy arrays. | ||
@@ -21,3 +21,3 @@ Home-page: https://github.com/bionumpy/bionumpy | ||
| Requires-Dist: numpy>=1.20 | ||
| Requires-Dist: npstructures>=0.2.9 | ||
| Requires-Dist: npstructures>=0.2.15 | ||
| Provides-Extra: full | ||
@@ -24,0 +24,0 @@ Requires-Dist: isal; extra == "full" |
+2
-2
@@ -14,3 +14,3 @@ #!/usr/bin/env python | ||
| requirements = ['numpy>=1.20', | ||
| 'npstructures>=0.2.9',] | ||
| 'npstructures>=0.2.15',] | ||
| # 'npstructures @ git+https://github.com/knutdrand/npstructures.git'] | ||
@@ -50,3 +50,3 @@ | ||
| url='https://github.com/bionumpy/bionumpy', | ||
| version='1.0.7', | ||
| version='1.0.8', | ||
| zip_safe=False, | ||
@@ -53,0 +53,0 @@ extras_require={'full': ['isal']} |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
673697
0