agox 3.10.1__tar.gz → 3.10.2rc1__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 (386) hide show
  1. {agox-3.10.1 → agox-3.10.2rc1}/PKG-INFO +1 -1
  2. {agox-3.10.1 → agox-3.10.2rc1}/agox/__init__.py +1 -1
  3. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/priors/repulsive.c +97 -97
  4. agox-3.10.2rc1/agox/models/GPR/priors/repulsive.pyx +230 -0
  5. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/fingerprint_cython/angular_fingerprintFeature_cy.c +97 -97
  6. agox-3.10.2rc1/agox/models/descriptors/fingerprint_cython/angular_fingerprintFeature_cy.pyx +738 -0
  7. {agox-3.10.1 → agox-3.10.2rc1}/agox.egg-info/PKG-INFO +1 -1
  8. {agox-3.10.1 → agox-3.10.2rc1}/agox.egg-info/SOURCES.txt +2 -0
  9. {agox-3.10.1 → agox-3.10.2rc1}/pyproject.toml +7 -0
  10. {agox-3.10.1 → agox-3.10.2rc1}/LICENSE.txt +0 -0
  11. {agox-3.10.1 → agox-3.10.2rc1}/README.md +0 -0
  12. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/ABC_acquisitor.py +0 -0
  13. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/EI.py +0 -0
  14. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/LCB.py +0 -0
  15. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/LCB_penalty.py +0 -0
  16. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/LCB_power.py +0 -0
  17. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/__init__.py +0 -0
  18. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/meta_acquisitor.py +0 -0
  19. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/replica_exchange/__init__.py +0 -0
  20. {agox-3.10.1 → agox-3.10.2rc1}/agox/acquisitors/replica_exchange/default.py +0 -0
  21. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/__init__.py +0 -0
  22. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/criterion/__init__.py +0 -0
  23. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/criterion/base_criterion/__init__.py +0 -0
  24. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/criterion/base_criterion/base_criterion.py +0 -0
  25. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/criterion/base_criterion/discrete_distribution.py +0 -0
  26. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/criterion/distance.py +0 -0
  27. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/criterion/threshold.py +0 -0
  28. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/plot/__init__.py +0 -0
  29. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/plot/property_plot.py +0 -0
  30. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/plot/success_plot.py +0 -0
  31. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/property/__init__.py +0 -0
  32. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/property/descriptor_property.py +0 -0
  33. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/property/energy.py +0 -0
  34. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/property/free_energy.py +0 -0
  35. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/property/property.py +0 -0
  36. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/search_analysis.py +0 -0
  37. {agox-3.10.1 → agox-3.10.2rc1}/agox/analysis/search_data.py +0 -0
  38. {agox-3.10.1 → agox-3.10.2rc1}/agox/candidates/ABC_candidate.py +0 -0
  39. {agox-3.10.1 → agox-3.10.2rc1}/agox/candidates/__init__.py +0 -0
  40. {agox-3.10.1 → agox-3.10.2rc1}/agox/candidates/standard.py +0 -0
  41. {agox-3.10.1 → agox-3.10.2rc1}/agox/cli/__init__.py +0 -0
  42. {agox-3.10.1 → agox-3.10.2rc1}/agox/cli/cli_analysis.py +0 -0
  43. {agox-3.10.1 → agox-3.10.2rc1}/agox/cli/cli_convert.py +0 -0
  44. {agox-3.10.1 → agox-3.10.2rc1}/agox/cli/cli_graph_sorting.py +0 -0
  45. {agox-3.10.1 → agox-3.10.2rc1}/agox/cli/cli_notebook.py +0 -0
  46. {agox-3.10.1 → agox-3.10.2rc1}/agox/cli/cli_plot.py +0 -0
  47. {agox-3.10.1 → agox-3.10.2rc1}/agox/cli/main.py +0 -0
  48. {agox-3.10.1 → agox-3.10.2rc1}/agox/collectors/ABC_collector.py +0 -0
  49. {agox-3.10.1 → agox-3.10.2rc1}/agox/collectors/__init__.py +0 -0
  50. {agox-3.10.1 → agox-3.10.2rc1}/agox/collectors/ray_collector.py +0 -0
  51. {agox-3.10.1 → agox-3.10.2rc1}/agox/collectors/replica_exchange.py +0 -0
  52. {agox-3.10.1 → agox-3.10.2rc1}/agox/collectors/standard.py +0 -0
  53. {agox-3.10.1 → agox-3.10.2rc1}/agox/databases/ABC_database.py +0 -0
  54. {agox-3.10.1 → agox-3.10.2rc1}/agox/databases/__init__.py +0 -0
  55. {agox-3.10.1 → agox-3.10.2rc1}/agox/databases/concurrent_ordered.py +0 -0
  56. {agox-3.10.1 → agox-3.10.2rc1}/agox/databases/database.py +0 -0
  57. {agox-3.10.1 → agox-3.10.2rc1}/agox/databases/database_concurrent.py +0 -0
  58. {agox-3.10.1 → agox-3.10.2rc1}/agox/databases/database_utilities.py +0 -0
  59. {agox-3.10.1 → agox-3.10.2rc1}/agox/environments/ABC_environment.py +0 -0
  60. {agox-3.10.1 → agox-3.10.2rc1}/agox/environments/__init__.py +0 -0
  61. {agox-3.10.1 → agox-3.10.2rc1}/agox/environments/environment.py +0 -0
  62. {agox-3.10.1 → agox-3.10.2rc1}/agox/evaluators/ABC_evaluator.py +0 -0
  63. {agox-3.10.1 → agox-3.10.2rc1}/agox/evaluators/__init__.py +0 -0
  64. {agox-3.10.1 → agox-3.10.2rc1}/agox/evaluators/local_optimization.py +0 -0
  65. {agox-3.10.1 → agox-3.10.2rc1}/agox/evaluators/rattle.py +0 -0
  66. {agox-3.10.1 → agox-3.10.2rc1}/agox/evaluators/single_point.py +0 -0
  67. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/ABC_generator.py +0 -0
  68. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/MD.py +0 -0
  69. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/__init__.py +0 -0
  70. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/block_generators/ABC_block.py +0 -0
  71. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/block_generators/__init__.py +0 -0
  72. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/block_generators/block_potential.py +0 -0
  73. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/block_generators/random.py +0 -0
  74. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/block_generators/rattle.py +0 -0
  75. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/ce_generator.py +0 -0
  76. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/cog.py +0 -0
  77. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/complementary_energy/__init__.py +0 -0
  78. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/complementary_energy/attractor_methods/ABC_attractors.py +0 -0
  79. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/complementary_energy/attractor_methods/__init__.py +0 -0
  80. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/complementary_energy/attractor_methods/ce_attractors_another_structure.py +0 -0
  81. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/complementary_energy/attractor_methods/ce_attractors_current_structure.py +0 -0
  82. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/complementary_energy/attractor_methods/ce_attractors_interpolation.py +0 -0
  83. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/complementary_energy/attractor_methods/ce_attractors_kmeans.py +0 -0
  84. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/complementary_energy/ce_calculators.py +0 -0
  85. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/permutation.py +0 -0
  86. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/random.py +0 -0
  87. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/rattle.py +0 -0
  88. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/replace.py +0 -0
  89. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/reuse.py +0 -0
  90. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/sampling.py +0 -0
  91. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/steepest_descent.py +0 -0
  92. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/symmetry.py +0 -0
  93. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/symmetry_permutation.py +0 -0
  94. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/symmetry_rattle.py +0 -0
  95. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/symmetry_utils/__init__.py +0 -0
  96. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/symmetry_utils/symmetry_enforcer.py +0 -0
  97. {agox-3.10.1 → agox-3.10.2rc1}/agox/generators/symmetry_utils/symmetry_groups.py +0 -0
  98. {agox-3.10.1 → agox-3.10.2rc1}/agox/helpers/__init__.py +0 -0
  99. {agox-3.10.1 → agox-3.10.2rc1}/agox/helpers/confinement.py +0 -0
  100. {agox-3.10.1 → agox-3.10.2rc1}/agox/helpers/gpaw_io.py +0 -0
  101. {agox-3.10.1 → agox-3.10.2rc1}/agox/helpers/gpaw_subprocess.py +0 -0
  102. {agox-3.10.1 → agox-3.10.2rc1}/agox/main/__init__.py +0 -0
  103. {agox-3.10.1 → agox-3.10.2rc1}/agox/main/agox.py +0 -0
  104. {agox-3.10.1 → agox-3.10.2rc1}/agox/main/state.py +0 -0
  105. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/ABC_model.py +0 -0
  106. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/GPR.py +0 -0
  107. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/__init__.py +0 -0
  108. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/kernels/__init__.py +0 -0
  109. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/kernels/kernels.py +0 -0
  110. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/local_mean.py +0 -0
  111. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/priors/__init__.py +0 -0
  112. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/priors/setup.py +0 -0
  113. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/sGPR.py +0 -0
  114. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/GPR/sGPR_ensemble.py +0 -0
  115. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/__init__.py +0 -0
  116. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/ase_model.py +0 -0
  117. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/composition_model.py +0 -0
  118. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/datasets/__init__.py +0 -0
  119. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/datasets/loader.py +0 -0
  120. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/ABC_descriptor.py +0 -0
  121. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/__init__.py +0 -0
  122. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/acsf.py +0 -0
  123. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/exponential_density.py +0 -0
  124. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/fingerprint.py +0 -0
  125. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/fingerprint_cython/__init__.py +0 -0
  126. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/fingerprint_cython/setup.py +0 -0
  127. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/fingerprint_jax/__init__.py +0 -0
  128. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/fingerprint_jax/fingerprint_jax.py +0 -0
  129. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/fingerprint_jax/utils.py +0 -0
  130. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/scale_select_descriptor.py +0 -0
  131. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/simple_fingerprint.py +0 -0
  132. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/soap.py +0 -0
  133. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/spectral_graph_descriptor.py +0 -0
  134. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/type_descriptor.py +0 -0
  135. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/voronoi.py +0 -0
  136. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/descriptors/voronoi_site.py +0 -0
  137. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/priors/constant.py +0 -0
  138. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/schnetpack/__init__.py +0 -0
  139. {agox-3.10.1 → agox-3.10.2rc1}/agox/models/schnetpack/schnetpack.py +0 -0
  140. {agox-3.10.1 → agox-3.10.2rc1}/agox/module.py +0 -0
  141. {agox-3.10.1 → agox-3.10.2rc1}/agox/observer/__init__.py +0 -0
  142. {agox-3.10.1 → agox-3.10.2rc1}/agox/observer/finalization_handler.py +0 -0
  143. {agox-3.10.1 → agox-3.10.2rc1}/agox/observer/observer.py +0 -0
  144. {agox-3.10.1 → agox-3.10.2rc1}/agox/observer/observer_handler.py +0 -0
  145. {agox-3.10.1 → agox-3.10.2rc1}/agox/observer/observer_method.py +0 -0
  146. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/ABC_postprocess.py +0 -0
  147. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/__init__.py +0 -0
  148. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/centering.py +0 -0
  149. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/disjoint_filtering.py +0 -0
  150. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/minimum_dist.py +0 -0
  151. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/ray_relax/__init__.py +0 -0
  152. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/ray_relax/ray_relax.py +0 -0
  153. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/ray_relax/remote_relax.py +0 -0
  154. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/relax.py +0 -0
  155. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/surface_centering.py +0 -0
  156. {agox-3.10.1 → agox-3.10.2rc1}/agox/postprocessors/wrap.py +0 -0
  157. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/ABC_sampler.py +0 -0
  158. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/__init__.py +0 -0
  159. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/concurrent_tempering.py +0 -0
  160. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/fixed_sampler.py +0 -0
  161. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/genetic.py +0 -0
  162. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/kernel_similarity.py +0 -0
  163. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/kmeans.py +0 -0
  164. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/metropolis.py +0 -0
  165. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/replica_exchange/__init__.py +0 -0
  166. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/replica_exchange/rate_tracker.py +0 -0
  167. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/replica_exchange/replica_exchange.py +0 -0
  168. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/replica_exchange/sample.py +0 -0
  169. {agox-3.10.1 → agox-3.10.2rc1}/agox/samplers/spectral_graph.py +0 -0
  170. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/__init__.py +0 -0
  171. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/acquisitor_test/test_lcb.py +0 -0
  172. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/conftest.py +0 -0
  173. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/test_criterion.py +0 -0
  174. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/test_descriptor_property.py +0 -0
  175. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/test_energy_property.py +0 -0
  176. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/test_property_plot.py +0 -0
  177. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/test_restart_data.py +0 -0
  178. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/test_search_collection.py +0 -0
  179. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/test_search_data.py +0 -0
  180. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/analysis_tests/test_succces_plot.py +0 -0
  181. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/cli_tests/conftest.py +0 -0
  182. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/cli_tests/test_analysis_cli.py +0 -0
  183. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/cli_tests/test_convert_cli.py +0 -0
  184. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/cli_tests/test_graph_sort_cli.py +0 -0
  185. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/cli_tests/test_main_cli.py +0 -0
  186. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/cli_tests/test_plot_cli.py +0 -0
  187. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/conftest.py +0 -0
  188. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/database_tests/conftest.py +0 -0
  189. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/database_tests/database_test.py +0 -0
  190. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/database_tests/database_test_memory.py +0 -0
  191. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/database_tests/database_test_written.py +0 -0
  192. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/descriptor_tests/soap_test.py +0 -0
  193. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/descriptor_tests/spectral_graph_test.py +0 -0
  194. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/empty_cache.py +0 -0
  195. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/environment_tests/environment_test.py +0 -0
  196. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/evaluator_tests/check_callback_test.py +0 -0
  197. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/conftest.py +0 -0
  198. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/for_docs/nonseeded_script.py +0 -0
  199. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/for_docs/seeded_script.py +0 -0
  200. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/for_docs/test_doc_scripts.py +0 -0
  201. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/generator_test.py +0 -0
  202. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/generator_utils.py +0 -0
  203. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_cog.py +0 -0
  204. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_generators.py +0 -0
  205. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_permutation.py +0 -0
  206. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_random.py +0 -0
  207. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_rattle.py +0 -0
  208. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_replace.py +0 -0
  209. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_sampling.py +0 -0
  210. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_steepest_descent.py +0 -0
  211. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_symmetry.py +0 -0
  212. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_symmetry_2.py +0 -0
  213. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/generator_tests/test_symmetry_3.py +0 -0
  214. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/__init__.py +0 -0
  215. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/descriptors_api.py +0 -0
  216. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/gpr_api.py +0 -0
  217. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/load_api.py +0 -0
  218. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/model_utils.py +0 -0
  219. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/sgpr_api.py +0 -0
  220. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/sgpr_api_forces.py +0 -0
  221. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_api.py +0 -0
  222. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_calculator_model.py +0 -0
  223. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_composition_model.py +0 -0
  224. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_global_gpr.py +0 -0
  225. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_global_gpr_jax.py +0 -0
  226. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_global_sparse_gpr.py +0 -0
  227. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_global_sparse_gpr_force_training.py +0 -0
  228. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_load.py +0 -0
  229. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_local_gpr.py +0 -0
  230. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_local_gpr_force_training.py +0 -0
  231. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_ray_gpr.py +0 -0
  232. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_ray_sgpr_ensemble_local.py +0 -0
  233. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_ray_sgpr_global.py +0 -0
  234. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_ray_sgpr_local.py +0 -0
  235. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/model_tests/test_sgpr_sparse_schedule.py +0 -0
  236. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/modifying_examples/confinement_examples.py +0 -0
  237. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/postprocessor_tests/disjoint_filtering_test.py +0 -0
  238. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/postprocessor_tests/model_results_test.py +0 -0
  239. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/postprocessor_tests/postprocessor_test.py +0 -0
  240. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/postprocessor_tests/ray_relax.py +0 -0
  241. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/postprocessor_tests/surface_centering_test.py +0 -0
  242. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/postprocessor_tests/test_survive_empty.py +0 -0
  243. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/replica_exchange/conftest.py +0 -0
  244. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/replica_exchange/test_sample.py +0 -0
  245. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/replica_exchange/test_sampler.py +0 -0
  246. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/run_utils.py +0 -0
  247. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_bulk_chgnet.py +0 -0
  248. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_bulk_emt.py +0 -0
  249. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_bulk_gpaw.py +0 -0
  250. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_bulk_vasp.py +0 -0
  251. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_cluster_chgnet.py +0 -0
  252. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_cluster_emt.py +0 -0
  253. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_cluster_gpaw.py +0 -0
  254. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_cluster_orca.py +0 -0
  255. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_cluster_vasp.py +0 -0
  256. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_surface_chgnet.py +0 -0
  257. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_surface_emt.py +0 -0
  258. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_surface_gpaw.py +0 -0
  259. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/script_bh_surface_vasp.py +0 -0
  260. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_bh/test_bh.py +0 -0
  261. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_block/script_block_bh.py +0 -0
  262. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_block/script_block_rss.py +0 -0
  263. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_block/test_block_bh.py +0 -0
  264. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_block/test_block_rss.py +0 -0
  265. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_ce/script_ce_default_gofee.py +0 -0
  266. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_ce/script_ce_gofee.py +0 -0
  267. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_ce/test_ce_default_gofee.py +0 -0
  268. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_ce/test_ce_gofee.py +0 -0
  269. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_ct/script_ct.py +0 -0
  270. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_ct/test_ct.py +0 -0
  271. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_ea/script_ea.py +0 -0
  272. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_ea/test_ea.py +0 -0
  273. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_bulk_chgnet.py +0 -0
  274. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_bulk_emt.py +0 -0
  275. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_bulk_gpaw.py +0 -0
  276. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_bulk_vasp.py +0 -0
  277. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_cluster_chgnet.py +0 -0
  278. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_cluster_emt.py +0 -0
  279. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_cluster_gpaw.py +0 -0
  280. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_cluster_orca.py +0 -0
  281. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_cluster_vasp.py +0 -0
  282. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_surface_chgnet.py +0 -0
  283. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_surface_emt.py +0 -0
  284. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_surface_gpaw.py +0 -0
  285. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/script_gofee_surface_vasp.py +0 -0
  286. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_gofee/test_gofee.py +0 -0
  287. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_graph_filt/script_graph_filtering_gofee.py +0 -0
  288. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_graph_filt/test_graph_filtering_gofee.py +0 -0
  289. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_lgpr_bh/script_lgpr_bh.py +0 -0
  290. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_lgpr_bh/test_lgpr_bh.py +0 -0
  291. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_md/script_md_bh.py +0 -0
  292. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_md/test_md_bh.py +0 -0
  293. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_pt/script_rex.py +0 -0
  294. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_pt/test_rex.py +0 -0
  295. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rex/script_rex_dft.py +0 -0
  296. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rex/script_rex_emt.py +0 -0
  297. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rex/test_replica.py +0 -0
  298. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_2d.py +0 -0
  299. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_bulk_chgnet.py +0 -0
  300. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_bulk_emt.py +0 -0
  301. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_bulk_gpaw.py +0 -0
  302. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_bulk_vasp.py +0 -0
  303. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_cluster_chgnet.py +0 -0
  304. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_cluster_emt.py +0 -0
  305. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_cluster_gpaw.py +0 -0
  306. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_cluster_orca.py +0 -0
  307. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_cluster_vasp.py +0 -0
  308. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_surface_chgnet.py +0 -0
  309. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_surface_emt.py +0 -0
  310. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_surface_gpaw.py +0 -0
  311. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/script_rss_surface_vasp.py +0 -0
  312. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/test.py +0 -0
  313. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_rss/test_rss.py +0 -0
  314. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_schnet/script_schnet_bh.py +0 -0
  315. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_schnet/test_schnet_bh.py +0 -0
  316. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_symmetry/script_gofee_cluster_symmetry.py +0 -0
  317. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_symmetry/script_gofee_slab_symmetry.py +0 -0
  318. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_symmetry/script_rss_cluster_symmetry.py +0 -0
  319. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_symmetry/test_gofee_cluster_symmetry.py +0 -0
  320. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_symmetry/test_gofee_slab_symmetry.py +0 -0
  321. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/run_tests/tests_symmetry/test_rss_cluster_symmetry.py +0 -0
  322. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/sampler_tests/sampler_test.py +0 -0
  323. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/test_fixtures.py +0 -0
  324. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/test_utils.py +0 -0
  325. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/utils_tests/cache_test.py +0 -0
  326. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/utils_tests/plot_tests/colors_test.py +0 -0
  327. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/utils_tests/plot_tests/plot_atoms_test.py +0 -0
  328. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/utils_tests/plot_tests/plot_cell_test.py +0 -0
  329. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/utils_tests/plot_tests/utils_test.py +0 -0
  330. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/utils_tests/test_feature_dist_filter.py +0 -0
  331. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/utils_tests/test_filters.py +0 -0
  332. {agox-3.10.1 → agox-3.10.2rc1}/agox/test/utils_tests/test_sparsifiers.py +0 -0
  333. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/__init__.py +0 -0
  334. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/cache.py +0 -0
  335. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/constraints/__init__.py +0 -0
  336. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/constraints/box_constraint.py +0 -0
  337. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/convert_database.py +0 -0
  338. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/decorators.py +0 -0
  339. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/ABC_filter.py +0 -0
  340. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/__init__.py +0 -0
  341. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/all.py +0 -0
  342. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/energy.py +0 -0
  343. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/feature_distance.py +0 -0
  344. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/filter.py +0 -0
  345. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/kmeans_energy.py +0 -0
  346. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/none.py +0 -0
  347. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/random.py +0 -0
  348. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/sparse_filter.py +0 -0
  349. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/filters/voronoi.py +0 -0
  350. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/graph_sorting.py +0 -0
  351. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/jupyter_interactive.py +0 -0
  352. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/matplotlib_utils.py +0 -0
  353. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/metrics/__init__.py +0 -0
  354. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/metrics/calibration.py +0 -0
  355. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/metrics/metrics.py +0 -0
  356. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/numerical_derivative.py +0 -0
  357. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/plot/__init__.py +0 -0
  358. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/plot/colors.py +0 -0
  359. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/plot/plot_atoms.py +0 -0
  360. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/plot/plot_cell.py +0 -0
  361. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/plot/plot_parity.py +0 -0
  362. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/plot/utils.py +0 -0
  363. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/ray/__init__.py +0 -0
  364. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/ray/actor.py +0 -0
  365. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/ray/pool.py +0 -0
  366. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/ray/pool_startup.py +0 -0
  367. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/ray/pool_user.py +0 -0
  368. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/ray/startup.py +0 -0
  369. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/sparsifiers/ABC_sparsifier.py +0 -0
  370. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/sparsifiers/CUR.py +0 -0
  371. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/sparsifiers/CUR_old.py +0 -0
  372. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/sparsifiers/MBkmeans.py +0 -0
  373. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/sparsifiers/__init__.py +0 -0
  374. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/sparsifiers/random.py +0 -0
  375. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/thermodynamics/__init__.py +0 -0
  376. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/thermodynamics/gibbs.py +0 -0
  377. {agox-3.10.1 → agox-3.10.2rc1}/agox/utils/thermodynamics/thermodynamics_data.py +0 -0
  378. {agox-3.10.1 → agox-3.10.2rc1}/agox/writer/__init__.py +0 -0
  379. {agox-3.10.1 → agox-3.10.2rc1}/agox/writer/utils.py +0 -0
  380. {agox-3.10.1 → agox-3.10.2rc1}/agox/writer/writer.py +0 -0
  381. {agox-3.10.1 → agox-3.10.2rc1}/agox.egg-info/dependency_links.txt +0 -0
  382. {agox-3.10.1 → agox-3.10.2rc1}/agox.egg-info/entry_points.txt +0 -0
  383. {agox-3.10.1 → agox-3.10.2rc1}/agox.egg-info/requires.txt +0 -0
  384. {agox-3.10.1 → agox-3.10.2rc1}/agox.egg-info/top_level.txt +0 -0
  385. {agox-3.10.1 → agox-3.10.2rc1}/setup.cfg +0 -0
  386. {agox-3.10.1 → agox-3.10.2rc1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agox
3
- Version: 3.10.1
3
+ Version: 3.10.2rc1
4
4
  Summary: Atomistic Global Optimziation X is a framework for structure optimization in materials science.
5
5
  Author: AGOX Developers
6
6
  Author-email: "Mads-Peter V. Christiansen" <machri@phys.au.dk>, Nikolaj Rønne <nronne@phys.au.dk>, Bjørk Hammer <hammer@phys.au.dk>
@@ -1,7 +1,7 @@
1
1
  import os
2
2
 
3
3
  # Versioning
4
- __version_info__ = (3, 10, 1)
4
+ __version_info__ = (3, 10, 2)
5
5
  __version__ = "{}.{}.{}".format(*__version_info__)
6
6
 
7
7
  # Extra versioning - Mainly for managing Pypi releases.