IsoSpecPy 2.2.1__tar.gz → 2.2.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.
Files changed (217) hide show
  1. isospecpy-2.2.3/.github/workflows/build_wheels.yml +40 -0
  2. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/Makefile +4 -4
  3. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/cwrapper.cpp +4 -4
  4. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/fixedEnvelopes.cpp +7 -4
  5. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/isoSpec++.h +1 -1
  6. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/Formulas.py +1 -1
  7. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/IsoSpecPyOld.py +5 -2
  8. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/__init__.py +1 -1
  9. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy.egg-info/PKG-INFO +21 -4
  10. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/cwrapper.cpp +4 -4
  11. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/fixedEnvelopes.cpp +7 -4
  12. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/isoSpec++.h +1 -1
  13. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/LICENCE +1 -1
  14. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/PKG-INFO +21 -4
  15. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/setup.py +14 -5
  16. IsoSpecPy-2.2.1/.github/workflows/build_wheels.yml +0 -39
  17. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CHANGELOG +0 -0
  18. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeLists.txt +0 -0
  19. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/doxyfile.in +0 -0
  20. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/isospec_logo2_high.svg.in +0 -0
  21. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/isospec_logo2_long.svg.in +0 -0
  22. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/modules/FindIsoSpec++.cmake +0 -0
  23. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/modules/IsoSpec++Config.cmake.in +0 -0
  24. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/modules/pkgconfig/libisospec++.pc.in +0 -0
  25. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/outputColors.cmake +0 -0
  26. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/systemUname.cmake +0 -0
  27. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/toolchains/apple-macport-toolchain.cmake +0 -0
  28. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/toolchains/mxe-toolchain.cmake +0 -0
  29. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/toolchains/unix-toolchain.cmake +0 -0
  30. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/CMakeStuff/toolchains/win10-mingw64-toolchain.cmake +0 -0
  31. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/C++/COMPILING +0 -0
  32. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/C++/radiolabelling.cpp +0 -0
  33. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/C++/water.cpp +0 -0
  34. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/CMakeLists.txt +0 -0
  35. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/Python/custom_elements.py +0 -0
  36. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/Python/fasta.py +0 -0
  37. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/Python/radiolabelling.py +0 -0
  38. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/Python/water.py +0 -0
  39. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/R/radiolabelling.R +0 -0
  40. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Examples/R/water.R +0 -0
  41. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/INSTALL +0 -0
  42. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/CMakeLists.txt +0 -0
  43. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/CPPLINT.cfg +0 -0
  44. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/IsoSpecConfig.cmake.in +0 -0
  45. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/allocator.cpp +0 -0
  46. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/allocator.h +0 -0
  47. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/btrd.h +0 -0
  48. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/conf.h +0 -0
  49. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/cwrapper.h +0 -0
  50. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/dirtyAllocator.cpp +0 -0
  51. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/dirtyAllocator.h +0 -0
  52. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/element_tables.cpp +0 -0
  53. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/element_tables.h +0 -0
  54. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/fasta.cpp +0 -0
  55. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/fasta.h +0 -0
  56. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/fixedEnvelopes.h +0 -0
  57. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/isoMath.cpp +0 -0
  58. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/isoMath.h +0 -0
  59. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/isoSpec++.cpp +0 -0
  60. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/marginalTrek++.cpp +0 -0
  61. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/marginalTrek++.h +0 -0
  62. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/misc.cpp +0 -0
  63. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/misc.h +0 -0
  64. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/mman.cpp +0 -0
  65. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/mman.h +0 -0
  66. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/operators.cpp +0 -0
  67. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/operators.h +0 -0
  68. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/platform.h +0 -0
  69. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/platform_incl.h +0 -0
  70. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/pod_vector.h +0 -0
  71. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/python-build.cpp +0 -0
  72. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/summator.h +0 -0
  73. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/test.cpp +0 -0
  74. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpec++/unity-build.cpp +0 -0
  75. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/Advanced.py +0 -0
  76. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/Distributions.py +0 -0
  77. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/IsoSpecPy.py +0 -0
  78. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/PeriodicTbl.py +0 -0
  79. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/approximations.py +0 -0
  80. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/confs_passthrough.py +0 -0
  81. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy/isoFFI.py +0 -0
  82. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy.egg-info/SOURCES.txt +0 -0
  83. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy.egg-info/dependency_links.txt +0 -0
  84. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy.egg-info/not-zip-safe +0 -0
  85. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy.egg-info/requires.txt +0 -0
  86. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecPy.egg-info/top_level.txt +0 -0
  87. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/.Rbuildignore +0 -0
  88. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/DESCRIPTION +0 -0
  89. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/LICENCE +0 -0
  90. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/NAMESPACE +0 -0
  91. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/R/IsoSpecR.R +0 -0
  92. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/R/RcppExports.R +0 -0
  93. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/R/add_custom_isotopes.R +0 -0
  94. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/R/data_description.R +0 -0
  95. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/R/sysdata.rda +0 -0
  96. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/data/isotopicData.rda +0 -0
  97. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/inst/CITATION +0 -0
  98. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/man/IsoSpecify.Rd +0 -0
  99. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/man/custom_isotopes_example.Rd +0 -0
  100. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/man/isotopicData.Rd +0 -0
  101. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/IsoSpecR_init.c +0 -0
  102. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/RcppExports.cpp +0 -0
  103. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/Rinterface.cpp +0 -0
  104. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/allocator.cpp +0 -0
  105. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/allocator.h +0 -0
  106. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/btrd.h +0 -0
  107. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/conf.h +0 -0
  108. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/cwrapper.h +0 -0
  109. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/dirtyAllocator.cpp +0 -0
  110. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/dirtyAllocator.h +0 -0
  111. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/element_tables.cpp +0 -0
  112. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/element_tables.h +0 -0
  113. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/fasta.cpp +0 -0
  114. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/fasta.h +0 -0
  115. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/fixedEnvelopes.h +0 -0
  116. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/isoMath.cpp +0 -0
  117. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/isoMath.h +0 -0
  118. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/isoSpec++.cpp +0 -0
  119. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/marginalTrek++.cpp +0 -0
  120. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/marginalTrek++.h +0 -0
  121. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/misc.cpp +0 -0
  122. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/misc.h +0 -0
  123. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/mman.cpp +0 -0
  124. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/mman.h +0 -0
  125. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/operators.cpp +0 -0
  126. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/operators.h +0 -0
  127. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/platform.h +0 -0
  128. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/platform_incl.h +0 -0
  129. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/pod_vector.h +0 -0
  130. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/summator.h +0 -0
  131. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/src/unity-build.cpp +0 -0
  132. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/tests/testthat/envipat.Rd +0 -0
  133. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/tests/testthat/test-numerical-stability.R +0 -0
  134. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/IsoSpecR/tests/testthat.R +0 -0
  135. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/MANIFEST.in +0 -0
  136. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/Makefile +0 -0
  137. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/README +0 -0
  138. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/TODO.md +0 -0
  139. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/changelog +0 -0
  140. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/control +0 -0
  141. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/copyright +0 -0
  142. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/doxyfile +0 -0
  143. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/libisospec++-dev.install +0 -0
  144. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/libisospec++-dev.links +0 -0
  145. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/libisospec++-dev.manpages +0 -0
  146. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/libisospec++-doc.doc-base +0 -0
  147. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/libisospec++-doc.install +0 -0
  148. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/libisospec++2.install +0 -0
  149. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/libisospec++2.links +0 -0
  150. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/patches/0001-Ensure-the-header-files-are-found-in-the-system.patch +0 -0
  151. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/patches/0002-Remove-the-mtune-native-march-native.patch +0 -0
  152. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/patches/series +0 -0
  153. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/repack.sh +0 -0
  154. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/replace-mathjax-cloudflare-url-local-file.sh +0 -0
  155. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/rules +0 -0
  156. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/shlibs.local +0 -0
  157. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/source/format +0 -0
  158. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/source_package_build.bash +0 -0
  159. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/upstream/metadata +0 -0
  160. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/debian/watch +0 -0
  161. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/experiments/abyss-wass-opt/distances.py +0 -0
  162. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/experiments/abyss-wass-opt/flows.py +0 -0
  163. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/experiments/abyss-wass-opt/gradients.py +0 -0
  164. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/experiments/abyss-wass-opt/parameters.py +0 -0
  165. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/experiments/abyss-wass-opt/test_spectra.py +0 -0
  166. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/experiments/isobuild.py +0 -0
  167. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/experiments/log_vs_natural.cpp +0 -0
  168. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/experiments/threshold-search/exp1.cpp +0 -0
  169. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/CMakeLists.txt +0 -0
  170. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/doxyfile +0 -0
  171. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/images/isospec_logo2_high_versioned.png +0 -0
  172. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/images/isospec_logo2_high_versioned.svg +0 -0
  173. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/images/isospec_logo2_long_versioned.png +0 -0
  174. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/images/isospec_logo2_long_versioned.svg +0 -0
  175. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/images/logo2_high.pdf +0 -0
  176. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/images/logo2_long.pdf +0 -0
  177. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/logo2_high.pdf +0 -0
  178. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/man/logo2_long.pdf +0 -0
  179. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/setup.cfg +0 -0
  180. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C/Makefile +0 -0
  181. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C/test_IsoOrderedGenerator.c +0 -0
  182. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C/test_IsoThresholdGenerator.c +0 -0
  183. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C/test_arrays.c +0 -0
  184. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/IsoThresholdGenerator.cpp +0 -0
  185. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/Makefile +0 -0
  186. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/element_zero.cpp +0 -0
  187. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/empty_iso.cpp +0 -0
  188. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/from_formula_layered.cpp +0 -0
  189. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/from_formula_layered_generator.cpp +0 -0
  190. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/from_formula_ordered.cpp +0 -0
  191. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/from_formula_stochastic.cpp +0 -0
  192. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/from_formula_threshold.cpp +0 -0
  193. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/from_formula_threshold_profile.cpp +0 -0
  194. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/from_formula_threshold_simple.cpp +0 -0
  195. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/layered-test.cpp +0 -0
  196. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/main_test.cpp +0 -0
  197. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/marginal-test.cpp +0 -0
  198. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/mass_range.cpp +0 -0
  199. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/nr_conf.cpp +0 -0
  200. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/tabulator_test.cpp +0 -0
  201. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/test_marginal_ordered.cpp +0 -0
  202. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/titin-test.cpp +0 -0
  203. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/C++/wasserstein_matching.cpp +0 -0
  204. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/Python/test_IsoSpecPy.py +0 -0
  205. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/Python/test_all_configs_output.py +0 -0
  206. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/Python/test_estimates.py +0 -0
  207. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/Python/test_iface.py +0 -0
  208. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/Python/test_mass_predict.py +0 -0
  209. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/Python/test_sampling.py +0 -0
  210. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/correctness/envipat_results.tar.xz +0 -0
  211. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/correctness/molecules_2_cpp.R +0 -0
  212. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/cppyy/IsoSpecCppyy/__init__.py +0 -0
  213. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/cppyy/cpt.py +0 -0
  214. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/cppyy/overhead-cppyy.py +0 -0
  215. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tests/cppyy/overhead.py +0 -0
  216. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tools/gen.py +0 -0
  217. {IsoSpecPy-2.2.1 → isospecpy-2.2.3}/tools/rcheck.sh +0 -0
@@ -0,0 +1,40 @@
1
+ name: Build
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ # - version_2_2
7
+ - ci_wheels
8
+ tags:
9
+ - v*
10
+
11
+ jobs:
12
+ build_wheels:
13
+ name: Build wheels on ${{ matrix.os }}
14
+ runs-on: ${{ matrix.os }}
15
+ strategy:
16
+ matrix:
17
+ #os: [ubuntu-20.04, windows-2019, macos-10.15]
18
+ os: [windows-latest, macos-13, macos-14, macos-15]
19
+
20
+ steps:
21
+ - uses: actions/checkout@v4
22
+
23
+ # Used to host cibuildwheel
24
+ - uses: actions/setup-python@v5
25
+
26
+ - name: Install cibuildwheel
27
+ run: python -m pip install cibuildwheel
28
+
29
+ - name: Build wheels
30
+ run: python -m cibuildwheel --output-dir wheelhouse
31
+ # to supply options, put them in 'env', like:
32
+ env:
33
+ GITHUB_BUILDING_WHEELS: 1
34
+ CIBW_SKIP: pp*-*
35
+
36
+
37
+ - uses: actions/upload-artifact@v4
38
+ with:
39
+ name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
40
+ path: ./wheelhouse/*.whl
@@ -1,6 +1,6 @@
1
1
  OPTFLAGS=-O3 -march=native -mtune=native
2
2
  DEBUGFLAGS=-O0 -g -Werror -DISOSPEC_DEBUG -DDEBUG -D_GLIBCXX_DEBUG
3
- CXXFLAGS=-std=c++17 -Wall -pedantic -Wextra -Wshadow -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-include-dirs -Wno-old-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wno-sign-conversion -Wsign-promo -Wswitch-default -Wundef
3
+ CXXFLAGS=-std=c++11 -Wall -pedantic -Wextra -Wshadow -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-include-dirs -Wno-old-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wno-sign-conversion -Wsign-promo -Wswitch-default -Wundef
4
4
  SRCFILES=cwrapper.cpp allocator.cpp dirtyAllocator.cpp isoSpec++.cpp isoMath.cpp marginalTrek++.cpp operators.cpp element_tables.cpp misc.cpp mman.cpp fixedEnvelopes.cpp fasta.cpp
5
5
 
6
6
  all: unitylib
@@ -22,11 +22,11 @@ clean:
22
22
 
23
23
  windows:
24
24
  #g++ -O3 -std=gnu++1z -O3 -shared -static -static-libstdc++ -static-libgcc unity-build.cpp -o ../IsoSpecPy/IsoSpec++.dll
25
- x86_64-w64-mingw32-g++.exe -std=c++17 -O3 -shared -static -static-libstdc++ unity-build.cpp -o ../IsoSpecPy/IsoSpecPy/prebuilt-libIsoSpec++-2.1.0-x64.dll
26
- i686-w64-mingw32-g++.exe -std=c++17 -O3 -shared -static -static-libstdc++ unity-build.cpp -o ../IsoSpecPy/IsoSpecPy/prebuilt-libIsoSpec++-2.1.0-x32.dll
25
+ x86_64-w64-mingw32-g++.exe -std=c++11 -O3 -shared -static -static-libstdc++ unity-build.cpp -o ../IsoSpecPy/IsoSpecPy/prebuilt-libIsoSpec++-2.1.0-x64.dll
26
+ i686-w64-mingw32-g++.exe -std=c++11 -O3 -shared -static -static-libstdc++ unity-build.cpp -o ../IsoSpecPy/IsoSpecPy/prebuilt-libIsoSpec++-2.1.0-x32.dll
27
27
  check:
28
28
  cpplint *.cpp *.h
29
- #cppcheck --std=c++17 --language=c++ --enable=style,portability,missingInclude,performance -q --force *.cpp *.h --suppress=memleakOnRealloc:*:* --inline-suppr --template={file}:{line}\ \({severity}\)\ \<{id}\>:\ {message}
29
+ #cppcheck --std=c++11 --language=c++ --enable=style,portability,missingInclude,performance -q --force *.cpp *.h --suppress=memleakOnRealloc:*:* --inline-suppr --template={file}:{line}\ \({severity}\)\ \<{id}\>:\ {message}
30
30
 
31
31
  check11:
32
32
  $(CXX) -std=c++11 -Wall -pedantic -Wextra -Wshadow -fsyntax-only unity-build.cpp
@@ -357,10 +357,10 @@ double abyssalWassersteinDistanceGrad(void* const* envelopes, const double* scal
357
357
  struct ws_match_res wassersteinMatch(void* tabulator1, void* tabulator2, double flow_dist, double other_scale)
358
358
  {
359
359
  struct ws_match_res res;
360
- auto [t1, t2, t3] = reinterpret_cast<FixedEnvelope*>(tabulator1)->WassersteinMatch(*reinterpret_cast<FixedEnvelope*>(tabulator2), flow_dist, other_scale);
361
- res.res1 = t1;
362
- res.res2 = t2;
363
- res.flow = t3;
360
+ auto tuple = reinterpret_cast<FixedEnvelope*>(tabulator1)->WassersteinMatch(*reinterpret_cast<FixedEnvelope*>(tabulator2), flow_dist, other_scale);
361
+ res.res1 = std::get<0>(tuple);
362
+ res.res2 = std::get<1>(tuple);
363
+ res.flow = std::get<2>(tuple);
364
364
  return res;
365
365
  }
366
366
 
@@ -153,11 +153,11 @@ template<typename T> void reorder_array(T* arr, size_t* order, size_t size, bool
153
153
 
154
154
  void FixedEnvelope::sort_by(double* order)
155
155
  {
156
- size_t* indices = new size_t[_confs_no];
157
-
158
156
  if(_confs_no <= 1)
159
157
  return;
160
158
 
159
+ size_t* indices = new size_t[_confs_no];
160
+
161
161
  for(size_t ii = 0; ii < _confs_no; ii++)
162
162
  indices[ii] = ii;
163
163
 
@@ -443,7 +443,9 @@ double FixedEnvelope::AbyssalWassersteinDistance(FixedEnvelope& other, double ab
443
443
 
444
444
  while(!finished())
445
445
  {
446
- auto [m, p] = next();
446
+ auto pair = next();
447
+ double m = pair.first;
448
+ double p = pair.second;
447
449
  if(!carried.empty() && carried[0].second * p > 0.0)
448
450
  {
449
451
  carried.emplace_back(m, p);
@@ -452,7 +454,8 @@ double FixedEnvelope::AbyssalWassersteinDistance(FixedEnvelope& other, double ab
452
454
 
453
455
  while(!carried.empty())
454
456
  {
455
- auto& [cm, cp] = carried.back();
457
+ double cm = carried.back().first;
458
+ double cp = carried.back().second;
456
459
  if(m - cm >= abyss_depth)
457
460
  {
458
461
  for(auto it = carried.cbegin(); it != carried.cend(); it++)
@@ -64,7 +64,7 @@ class ISOSPEC_EXPORT_SYMBOL Iso {
64
64
  int* isotopeNumbers; /*!< A table with numbers of isotopes for each element. */
65
65
  int* atomCounts; /*!< A table with numbers of isotopes for each element. */
66
66
  unsigned int confSize; /*!< The number of bytes needed to represent the counts of isotopes present in the extended chemical formula. */
67
- int allDim; /*!< The total number of isotopes of elements present in a chemical formula, e.g. for H20 it is 2+3=5. */
67
+ int allDim; /*!< The total number of isotopes of elements present in a chemical formula, e.g. for H2O (water) it is 2+3=5. */
68
68
  Marginal** marginals; /*!< The table of pointers to the distributions of individual subisotopologues. */
69
69
 
70
70
  bool doMarginalsNeedSorting() const;
@@ -14,7 +14,7 @@ cholesterol = "C27H46O1"
14
14
  caffeine = "C8H10N4O2"
15
15
  water = "H2O1"
16
16
  glucose = "C6H12O6"
17
- surcose = "C12H22O11"
17
+ sucrose = "C12H22O11"
18
18
  horse_myoglobin = "C769H1212N210O218S2"
19
19
  oxygen = "O2"
20
20
 
@@ -34,6 +34,9 @@ except NameError:
34
34
  import re
35
35
  from .IsoSpecPy import IsoTotalProb, IsoThreshold
36
36
 
37
+ DIGIT_PATTERN = re.compile(r"\d+")
38
+ NON_DIGIT_PATTERN = re.compile(r"\D+")
39
+
37
40
  class IsoSpec():
38
41
  def __init__(
39
42
  self,
@@ -95,8 +98,8 @@ class IsoSpec():
95
98
  def IsoFromFormula(formula, cutoff, tabSize = 1000, hashSize = 1000, classId = None, method = 'threshold_relative', step = 0.25, trim = True):
96
99
  # It's much easier to just parse it in python than to use the C parsing function
97
100
  # and retrieve back into Python the relevant object sizes
98
- symbols = re.findall("\D+", formula)
99
- atom_counts = [int(x) for x in re.findall("\d+", formula)]
101
+ symbols = re.findall(NON_DIGIT_PATTERN, formula)
102
+ atom_counts = [int(x) for x in re.findall(DIGIT_PATTERN, formula)]
100
103
 
101
104
  if not len(symbols) == len(atom_counts):
102
105
  raise ValueError("Invalid formula")
@@ -1,7 +1,7 @@
1
1
  from .IsoSpecPy import *
2
2
 
3
3
 
4
- __version__ = "2.2.1"
4
+ __version__ = "2.2.3"
5
5
 
6
6
  # Old, deprecated name, for compatibility with 1.9.X only
7
7
  IsoLayered = IsoTotalProb
@@ -1,9 +1,9 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: IsoSpecPy
3
- Version: 2.2.1
3
+ Version: 2.2.3
4
4
  Summary: Python interface to IsoSpec++ isotopic envelope calculator library
5
5
  Home-page: http://matteolacki.github.io/IsoSpec/
6
- Author: Mateusz Lacki & Michal Startek
6
+ Author: Mateusz Łącki & Michał Startek
7
7
  Author-email: matteo.lacki@gmail.com
8
8
  License: 2-clause BSD
9
9
  Keywords: isotopic envelope mass spectrometry
@@ -22,7 +22,24 @@ Classifier: Programming Language :: Python :: 3.6
22
22
  Classifier: Programming Language :: Python :: 3.7
23
23
  Classifier: Programming Language :: Python :: 3.8
24
24
  Classifier: Programming Language :: Python :: 3.9
25
- Provides-Extra: test
25
+ Classifier: Programming Language :: Python :: 3.10
26
+ Classifier: Programming Language :: Python :: 3.11
27
+ Classifier: Programming Language :: Python :: 3.12
28
+ Classifier: Programming Language :: Python :: 3.13
26
29
  License-File: LICENCE
30
+ Requires-Dist: cffi
31
+ Provides-Extra: test
32
+ Requires-Dist: pytest; extra == "test"
33
+ Requires-Dist: numpy; extra == "test"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: home-page
39
+ Dynamic: keywords
40
+ Dynamic: license
41
+ Dynamic: provides-extra
42
+ Dynamic: requires-dist
43
+ Dynamic: summary
27
44
 
28
45
  Python interface to IsoSpec++ isotopic envelope calculator library
@@ -357,10 +357,10 @@ double abyssalWassersteinDistanceGrad(void* const* envelopes, const double* scal
357
357
  struct ws_match_res wassersteinMatch(void* tabulator1, void* tabulator2, double flow_dist, double other_scale)
358
358
  {
359
359
  struct ws_match_res res;
360
- auto [t1, t2, t3] = reinterpret_cast<FixedEnvelope*>(tabulator1)->WassersteinMatch(*reinterpret_cast<FixedEnvelope*>(tabulator2), flow_dist, other_scale);
361
- res.res1 = t1;
362
- res.res2 = t2;
363
- res.flow = t3;
360
+ auto tuple = reinterpret_cast<FixedEnvelope*>(tabulator1)->WassersteinMatch(*reinterpret_cast<FixedEnvelope*>(tabulator2), flow_dist, other_scale);
361
+ res.res1 = std::get<0>(tuple);
362
+ res.res2 = std::get<1>(tuple);
363
+ res.flow = std::get<2>(tuple);
364
364
  return res;
365
365
  }
366
366
 
@@ -153,11 +153,11 @@ template<typename T> void reorder_array(T* arr, size_t* order, size_t size, bool
153
153
 
154
154
  void FixedEnvelope::sort_by(double* order)
155
155
  {
156
- size_t* indices = new size_t[_confs_no];
157
-
158
156
  if(_confs_no <= 1)
159
157
  return;
160
158
 
159
+ size_t* indices = new size_t[_confs_no];
160
+
161
161
  for(size_t ii = 0; ii < _confs_no; ii++)
162
162
  indices[ii] = ii;
163
163
 
@@ -443,7 +443,9 @@ double FixedEnvelope::AbyssalWassersteinDistance(FixedEnvelope& other, double ab
443
443
 
444
444
  while(!finished())
445
445
  {
446
- auto [m, p] = next();
446
+ auto pair = next();
447
+ double m = pair.first;
448
+ double p = pair.second;
447
449
  if(!carried.empty() && carried[0].second * p > 0.0)
448
450
  {
449
451
  carried.emplace_back(m, p);
@@ -452,7 +454,8 @@ double FixedEnvelope::AbyssalWassersteinDistance(FixedEnvelope& other, double ab
452
454
 
453
455
  while(!carried.empty())
454
456
  {
455
- auto& [cm, cp] = carried.back();
457
+ double cm = carried.back().first;
458
+ double cp = carried.back().second;
456
459
  if(m - cm >= abyss_depth)
457
460
  {
458
461
  for(auto it = carried.cbegin(); it != carried.cend(); it++)
@@ -64,7 +64,7 @@ class ISOSPEC_EXPORT_SYMBOL Iso {
64
64
  int* isotopeNumbers; /*!< A table with numbers of isotopes for each element. */
65
65
  int* atomCounts; /*!< A table with numbers of isotopes for each element. */
66
66
  unsigned int confSize; /*!< The number of bytes needed to represent the counts of isotopes present in the extended chemical formula. */
67
- int allDim; /*!< The total number of isotopes of elements present in a chemical formula, e.g. for H20 it is 2+3=5. */
67
+ int allDim; /*!< The total number of isotopes of elements present in a chemical formula, e.g. for H2O (water) it is 2+3=5. */
68
68
  Marginal** marginals; /*!< The table of pointers to the distributions of individual subisotopologues. */
69
69
 
70
70
  bool doMarginalsNeedSorting() const;
@@ -8,7 +8,7 @@ your own software, but you are under no legal obligation to do so.
8
8
  -------------------------------------------------------------------------
9
9
 
10
10
 
11
- Copyright (c) 2015-2020, Micha� Startek and Mateusz ��cki
11
+ Copyright (c) 2015-2025, Michał Startek and Mateusz Łącki
12
12
 
13
13
  All rights reserved.
14
14
 
@@ -1,9 +1,9 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: IsoSpecPy
3
- Version: 2.2.1
3
+ Version: 2.2.3
4
4
  Summary: Python interface to IsoSpec++ isotopic envelope calculator library
5
5
  Home-page: http://matteolacki.github.io/IsoSpec/
6
- Author: Mateusz Lacki & Michal Startek
6
+ Author: Mateusz Łącki & Michał Startek
7
7
  Author-email: matteo.lacki@gmail.com
8
8
  License: 2-clause BSD
9
9
  Keywords: isotopic envelope mass spectrometry
@@ -22,7 +22,24 @@ Classifier: Programming Language :: Python :: 3.6
22
22
  Classifier: Programming Language :: Python :: 3.7
23
23
  Classifier: Programming Language :: Python :: 3.8
24
24
  Classifier: Programming Language :: Python :: 3.9
25
- Provides-Extra: test
25
+ Classifier: Programming Language :: Python :: 3.10
26
+ Classifier: Programming Language :: Python :: 3.11
27
+ Classifier: Programming Language :: Python :: 3.12
28
+ Classifier: Programming Language :: Python :: 3.13
26
29
  License-File: LICENCE
30
+ Requires-Dist: cffi
31
+ Provides-Extra: test
32
+ Requires-Dist: pytest; extra == "test"
33
+ Requires-Dist: numpy; extra == "test"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: home-page
39
+ Dynamic: keywords
40
+ Dynamic: license
41
+ Dynamic: provides-extra
42
+ Dynamic: requires-dist
43
+ Dynamic: summary
27
44
 
28
45
  Python interface to IsoSpec++ isotopic envelope calculator library
@@ -1,3 +1,4 @@
1
+ # -*- coding: utf-8 -*-
1
2
 
2
3
  """A setuptools based setup module.
3
4
 
@@ -8,7 +9,6 @@ https://github.com/pypa/sampleproject
8
9
 
9
10
  # Always prefer setuptools over distutils
10
11
  from setuptools import setup, find_packages, Extension
11
- from distutils import spawn
12
12
  # To use a consistent encoding
13
13
  from codecs import open
14
14
  import os
@@ -28,13 +28,18 @@ here = os.path.abspath(os.path.dirname(__file__))
28
28
  #with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
29
29
  # long_description = f.read()
30
30
 
31
+ native_ok = not ('darwin' in platform.system().lower())
32
+
31
33
  def get_cflags():
32
34
  if 'windows' in platform.system().lower():
33
35
  # Assuming MSVC, probably Anaconda
34
36
  return ["/O2", "/std:c++17"]
35
37
  if use_asan:
36
38
  return '-O0 -g -DISOSPEC_DEBUG -std=c++17 -fsanitize=address'.split()
37
- return '-mtune=native -march=native -O3 -std=c++17'.split()
39
+ ret = ['-O3', '-std=c++17']
40
+ if native_ok:
41
+ ret.extend(['-mtune=native', '-march=native'])
42
+ return ret
38
43
 
39
44
  cmodule = Extension('IsoSpecCppPy',
40
45
  sources = ['IsoSpec++/python-build.cpp'],
@@ -49,7 +54,7 @@ setup_args = {
49
54
  # Versions should comply with PEP440. For a discussion on single-sourcing
50
55
  # the version across setup.py and the project code, see
51
56
  # https://packaging.python.org/en/latest/single_source_version.html
52
- 'version': '2.2.1',
57
+ 'version': '2.2.3',
53
58
 
54
59
  'description': 'Python interface to IsoSpec++ isotopic envelope calculator library',
55
60
  'long_description': 'Python interface to IsoSpec++ isotopic envelope calculator library',
@@ -58,7 +63,7 @@ setup_args = {
58
63
  'url': 'http://matteolacki.github.io/IsoSpec/',
59
64
 
60
65
  # Author details
61
- 'author': 'Mateusz Lacki & Michal Startek',
66
+ 'author': 'Mateusz Łącki & Michał Startek',
62
67
  'author_email': 'matteo.lacki@gmail.com',
63
68
 
64
69
  # Choose your license
@@ -92,6 +97,10 @@ setup_args = {
92
97
  'Programming Language :: Python :: 3.7',
93
98
  'Programming Language :: Python :: 3.8',
94
99
  'Programming Language :: Python :: 3.9',
100
+ 'Programming Language :: Python :: 3.10',
101
+ 'Programming Language :: Python :: 3.11',
102
+ 'Programming Language :: Python :: 3.12',
103
+ 'Programming Language :: Python :: 3.13',
95
104
  ],
96
105
 
97
106
  # What does your project relate to?
@@ -148,7 +157,7 @@ if 'cygwin' in platform.system().lower():
148
157
  print("You appear to be using CYGWIN, and CFFI was not found. Please use the Cygwin installer to install the cffi-python package for the appropriate Python version.")
149
158
  print("Installing CFFI using pip will most likely NOT work. This is *NOT* a bug in IsoSpecPy.")
150
159
  sys.exit(1)
151
- if spawn.find_executable('clang++') == None:
160
+ if shutil.which('clang++') is None:
152
161
  print("You appear to be using CYGWIN and clang++ executable was not found. Please install the clang++ package using Cygwin installer.")
153
162
  sys.exit(1)
154
163
  import distutils
@@ -1,39 +0,0 @@
1
- name: Build
2
-
3
- on:
4
- push:
5
- branches:
6
- - version_2_2
7
- - ci_wheels
8
- tags:
9
- - v*
10
-
11
- jobs:
12
- build_wheels:
13
- name: Build wheels on ${{ matrix.os }}
14
- runs-on: ${{ matrix.os }}
15
- strategy:
16
- matrix:
17
- #os: [ubuntu-20.04, windows-2019, macos-10.15]
18
- os: [windows-2019]
19
-
20
- steps:
21
- - uses: actions/checkout@v2
22
-
23
- # - name: Install Visual C++ for Python 2.7
24
- # if: runner.os == 'Windows'
25
- # run: choco install vcpython27 -f -y
26
-
27
- - name: Build wheels
28
- uses: joerick/cibuildwheel@v1.10.0
29
- # to supply options, put them in 'env', like:
30
- # env:
31
- # CIBW_SOME_OPTION: value
32
- env:
33
- CIBW_SKIP: cp27-* pp27-*
34
- GITHUB_BUILDING_WHEELS: 1
35
-
36
- - uses: actions/upload-artifact@v2
37
- with:
38
- path: ./wheelhouse/*.whl
39
-
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