reciprocalspaceship 1.0.5__tar.gz → 1.0.6__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.

Potentially problematic release.


This version of reciprocalspaceship might be problematic. Click here for more details.

Files changed (70) hide show
  1. {reciprocalspaceship-1.0.5/reciprocalspaceship.egg-info → reciprocalspaceship-1.0.6}/PKG-INFO +2 -2
  2. reciprocalspaceship-1.0.6/reciprocalspaceship/VERSION +1 -0
  3. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6/reciprocalspaceship.egg-info}/PKG-INFO +2 -2
  4. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/requires.txt +1 -1
  5. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/setup.py +1 -1
  6. reciprocalspaceship-1.0.5/reciprocalspaceship/VERSION +0 -1
  7. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/LICENSE +0 -0
  8. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/MANIFEST.in +0 -0
  9. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/README.md +0 -0
  10. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/__init__.py +0 -0
  11. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/__init__.py +0 -0
  12. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/intensity.py +0 -0
  13. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/merge.py +0 -0
  14. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/scale_merged_intensities.py +0 -0
  15. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/__init__.py +0 -0
  16. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/cifdump.py +0 -0
  17. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/mtzdump.py +0 -0
  18. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/concat.py +0 -0
  19. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dataseries.py +0 -0
  20. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dataset.py +0 -0
  21. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/decorators.py +0 -0
  22. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/__init__.py +0 -0
  23. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/base.py +0 -0
  24. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/floating.py +0 -0
  25. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/inference.py +0 -0
  26. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/integer.py +0 -0
  27. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/internals.py +0 -0
  28. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/summarize.py +0 -0
  29. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/__init__.py +0 -0
  30. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/ccp4map.py +0 -0
  31. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/common.py +0 -0
  32. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/crystfel.py +0 -0
  33. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/csv.py +0 -0
  34. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/dials.py +0 -0
  35. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/dials_mpi.py +0 -0
  36. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/mtz.py +0 -0
  37. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/pickle.py +0 -0
  38. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/precognition.py +0 -0
  39. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/stats/__init__.py +0 -0
  40. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/stats/completeness.py +0 -0
  41. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/__init__.py +0 -0
  42. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/asu.py +0 -0
  43. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/binning.py +0 -0
  44. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/cell.py +0 -0
  45. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/grid.py +0 -0
  46. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/math.py +0 -0
  47. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/phases.py +0 -0
  48. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/rfree.py +0 -0
  49. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/stats.py +0 -0
  50. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/structurefactors.py +0 -0
  51. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/symmetry.py +0 -0
  52. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/units.py +0 -0
  53. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/SOURCES.txt +0 -0
  54. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/dependency_links.txt +0 -0
  55. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/entry_points.txt +0 -0
  56. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/top_level.txt +0 -0
  57. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/setup.cfg +0 -0
  58. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/__init__.py +0 -0
  59. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/conftest.py +0 -0
  60. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataseries.py +0 -0
  61. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataset.py +0 -0
  62. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataset_anomalous.py +0 -0
  63. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataset_binning.py +0 -0
  64. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataset_grid.py +0 -0
  65. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataset_index.py +0 -0
  66. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataset_preserve_attributes.py +0 -0
  67. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataset_signatures.py +0 -0
  68. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_dataset_symops.py +0 -0
  69. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_decorators.py +0 -0
  70. {reciprocalspaceship-1.0.5 → reciprocalspaceship-1.0.6}/tests/test_summarize_mtz_dtypes.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reciprocalspaceship
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Tools for exploring reciprocal space
5
5
  Home-page: https://rs-station.github.io/reciprocalspaceship/
6
6
  Author: Kevin M. Dalton, Jack B. Greisman
@@ -19,7 +19,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Classifier: Programming Language :: Python
20
20
  Requires-Python: >=3.9
21
21
  License-File: LICENSE
22
- Requires-Dist: gemmi<=0.7.1,>=0.7.0
22
+ Requires-Dist: gemmi<=0.7.3,>=0.7.0
23
23
  Requires-Dist: pandas<=2.2.3,>=2.2.2
24
24
  Requires-Dist: numpy
25
25
  Requires-Dist: scipy
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reciprocalspaceship
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Tools for exploring reciprocal space
5
5
  Home-page: https://rs-station.github.io/reciprocalspaceship/
6
6
  Author: Kevin M. Dalton, Jack B. Greisman
@@ -19,7 +19,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Classifier: Programming Language :: Python
20
20
  Requires-Python: >=3.9
21
21
  License-File: LICENSE
22
- Requires-Dist: gemmi<=0.7.1,>=0.7.0
22
+ Requires-Dist: gemmi<=0.7.3,>=0.7.0
23
23
  Requires-Dist: pandas<=2.2.3,>=2.2.2
24
24
  Requires-Dist: numpy
25
25
  Requires-Dist: scipy
@@ -1,4 +1,4 @@
1
- gemmi<=0.7.1,>=0.7.0
1
+ gemmi<=0.7.3,>=0.7.0
2
2
  pandas<=2.2.3,>=2.2.2
3
3
  numpy
4
4
  scipy
@@ -74,7 +74,7 @@ setup(
74
74
  project_urls=PROJECT_URLS,
75
75
  python_requires=">=3.9",
76
76
  install_requires=[
77
- "gemmi>=0.7.0, <=0.7.1",
77
+ "gemmi>=0.7.0, <=0.7.3",
78
78
  "pandas>=2.2.2, <=2.2.3",
79
79
  "numpy",
80
80
  "scipy",
@@ -1 +0,0 @@
1
- 1.0.5