pyjess 0.7.0a3__tar.gz → 0.7.0a4__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 pyjess might be problematic. Click here for more details.

Files changed (139) hide show
  1. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/CHANGELOG.md +8 -1
  2. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/PKG-INFO +1 -1
  3. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Box.h.patch +2 -9
  4. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/TessAtom.c.patch +31 -9
  5. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/pyproject.toml +1 -1
  6. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.github/workflows/package.yml +0 -0
  7. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.github/workflows/requirements.txt +0 -0
  8. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.github/workflows/test.yml +0 -0
  9. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.gitignore +0 -0
  10. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.gitmodules +0 -0
  11. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.readthedocs.yaml +0 -0
  12. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/CMakeLists.txt +0 -0
  13. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/CONTRIBUTING.md +0 -0
  14. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/COPYING +0 -0
  15. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/README.md +0 -0
  16. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/.gitignore +0 -0
  17. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/Makefile +0 -0
  18. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/_static/css/main.css +0 -0
  19. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/_static/js/custom-icon.js +0 -0
  20. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/_static/json/switcher.json +0 -0
  21. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/api/index.rst +0 -0
  22. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/api/jess.rst +0 -0
  23. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/api/molecule.rst +0 -0
  24. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/api/template.rst +0 -0
  25. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/conf.py +0 -0
  26. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/changes.md +0 -0
  27. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/contributing.md +0 -0
  28. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/copyright.rst +0 -0
  29. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/index.rst +0 -0
  30. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/install.rst +0 -0
  31. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/optimizations.rst +0 -0
  32. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/index.rst +0 -0
  33. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/make.bat +0 -0
  34. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/requirements.txt +0 -0
  35. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/__init__.pxd +0 -0
  36. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/annulus.pxd +0 -0
  37. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/atom.pxd +0 -0
  38. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/candidate_set.pxd +0 -0
  39. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/jess.pxd +0 -0
  40. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/join.pxd +0 -0
  41. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/kdtree.pxd +0 -0
  42. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/molecule.pxd +0 -0
  43. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/region.pxd +0 -0
  44. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/res_index.pxd +0 -0
  45. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/scanner.pxd +0 -0
  46. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/super.pxd +0 -0
  47. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/template.pxd +0 -0
  48. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/tess_atom.pxd +0 -0
  49. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/tess_template.pxd +0 -0
  50. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Annulus.c.patch +0 -0
  51. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Annulus.h.patch +0 -0
  52. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Atom.c.patch +0 -0
  53. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Atom.h.patch +0 -0
  54. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Box.c.patch +0 -0
  55. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/CMakeLists.txt.patch +0 -0
  56. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/CandidateSet.c.patch +0 -0
  57. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/CandidateSet.h.patch +0 -0
  58. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Jess.c.patch +0 -0
  59. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Jess.h.patch +0 -0
  60. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Join.c.patch +0 -0
  61. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Join.h.patch +0 -0
  62. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/KdTree.c.patch +0 -0
  63. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/KdTree.h.patch +0 -0
  64. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Main.c.patch +0 -0
  65. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Molecule.c.patch +0 -0
  66. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Molecule.h.patch +0 -0
  67. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/ResIndex.c.patch +0 -0
  68. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/ResIndex.h.patch +0 -0
  69. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Scanner.c.patch +0 -0
  70. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Scanner.h.patch +0 -0
  71. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Super.c.patch +0 -0
  72. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Template.h.patch +0 -0
  73. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/TessAtom.h.patch +0 -0
  74. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/TessTemplate.c.patch +0 -0
  75. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/TessTemplate.h.patch +0 -0
  76. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/qselect.h.patch +0 -0
  77. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/pkg/aur/PKGBUILD.in +0 -0
  78. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/CMakeLists.txt +0 -0
  79. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/jess/CMakeLists.txt +0 -0
  80. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/.gitignore +0 -0
  81. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/CMakeLists.txt +0 -0
  82. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/__init__.py +0 -0
  83. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/_jess.pyi +0 -0
  84. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/_jess.pyx +0 -0
  85. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/py.typed +0 -0
  86. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/__init__.py +0 -0
  87. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1.3.3.tpl +0 -0
  88. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1AMY+1.3.3.txt +0 -0
  89. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1AMY.cif +0 -0
  90. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1AMY.pdb +0 -0
  91. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1sur.qry +0 -0
  92. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/4.1.2.tpl +0 -0
  93. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/5ayx.EF.pdb +0 -0
  94. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/__init__.py +0 -0
  95. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/pdb1lnb.pdb +0 -0
  96. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/template_01.qry +0 -0
  97. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/template_02.qry +0 -0
  98. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_atom.py +0 -0
  99. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_hit.py +0 -0
  100. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_jess.py +0 -0
  101. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_molecule.py +0 -0
  102. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_template.py +0 -0
  103. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_template_atom.py +0 -0
  104. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/utils.py +0 -0
  105. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/scripts/apply_patch.py +0 -0
  106. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/scripts/cmake/CythonExtension.cmake +0 -0
  107. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/scripts/cmake/pystate_patch.h +0 -0
  108. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/scripts/generate_patches.py +0 -0
  109. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/.gitignore +0 -0
  110. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/README.md +0 -0
  111. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/examples/template_01.qry +0 -0
  112. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/examples/template_02.qry +0 -0
  113. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/examples/test_pdbs/pdb1lnb.ent +0 -0
  114. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/filter_output.py +0 -0
  115. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Annulus.c +0 -0
  116. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Annulus.h +0 -0
  117. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Atom.c +0 -0
  118. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Atom.h +0 -0
  119. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Jess.c +0 -0
  120. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Jess.h +0 -0
  121. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Join.c +0 -0
  122. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Join.h +0 -0
  123. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/KdTree.c +0 -0
  124. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/KdTree.h +0 -0
  125. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Main.c +0 -0
  126. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Molecule.c +0 -0
  127. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Molecule.h +0 -0
  128. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Region.c +0 -0
  129. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Region.h +0 -0
  130. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Scanner.c +0 -0
  131. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Scanner.h +0 -0
  132. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Super.c +0 -0
  133. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Super.h +0 -0
  134. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Template.h +0 -0
  135. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/TessAtom.c +0 -0
  136. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/TessAtom.h +0 -0
  137. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/TessTemplate.c +0 -0
  138. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/TessTemplate.h +0 -0
  139. {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/jess +0 -0
@@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
 
8
8
  ## [Unreleased]
9
- [Unreleased]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.3...HEAD
9
+ [Unreleased]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.4...HEAD
10
+
11
+
12
+ ## [v0.7.0-alpha.4] - 2025-09-03
13
+ [v0.7.0-alpha.4]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.3...v0.7.0-alpha.4
14
+
15
+ ### Added
16
+ - Support for [Selenocysteine](https://en.wikipedia.org/wiki/Selenocysteine) and [Pyrrolysine](https://en.wikipedia.org/wiki/Pyrrolysine) residues in `TemplateAtom`.
10
17
 
11
18
 
12
19
  ## [v0.7.0-alpha.3] - 2025-09-03
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pyjess
3
- Version: 0.7.0a3
3
+ Version: 0.7.0a4
4
4
  Summary: Cython bindings and Python interface to JESS, a 3D template matching software.
5
5
  Keywords: bioinformatics,structure,template,matching
6
6
  Author-Email: Martin Larralde <martin.larralde@embl.de>
@@ -1,9 +1,9 @@
1
1
  diff --git a/src/Box.h b/src/Box.h
2
2
  new file mode 100644
3
- index 0000000..ca8384d
3
+ index 0000000..9d8693b
4
4
  --- /dev/null
5
5
  +++ b/src/Box.h
6
- @@ -0,0 +1,87 @@
6
+ @@ -0,0 +1,80 @@
7
7
  +// ==================================================================
8
8
  +// Box.h
9
9
  +// Copyright (c) Martin Larralde, 2025
@@ -46,13 +46,6 @@ index 0000000..ca8384d
46
46
  +extern void Box_free(Box*);
47
47
  +
48
48
  +// ==================================================================
49
- +// Local "functions"
50
- +// ==================================================================
51
- +
52
- +#define min(x,y) (x<y ? x:y)
53
- +#define max(x,y) (x>y ? x:y)
54
- +
55
- +// ==================================================================
56
49
  +// Oracles
57
50
  +// ==================================================================
58
51
  +
@@ -1,5 +1,5 @@
1
1
  diff --git a/src/TessAtom.c b/src/TessAtom.c
2
- index e1cce1a..9ba021e 100644
2
+ index e1cce1a..eecf682 100644
3
3
  --- a/src/TessAtom.c
4
4
  +++ b/src/TessAtom.c
5
5
  @@ -7,40 +7,13 @@
@@ -45,7 +45,29 @@ index e1cce1a..9ba021e 100644
45
45
  // ==================================================================
46
46
  // Methods of type TessAtom (ARGGH!!!)
47
47
  // ==================================================================
48
- @@ -91,7 +64,7 @@ TessAtom *TessAtom_create(const char *s)
48
+ @@ -51,7 +24,7 @@ static const char *TessAtom_convertResidue(char p)
49
+
50
+ int k;
51
+ struct _dummy {char one; const char *three; };
52
+ - static const struct _dummy table[21] =
53
+ + static const struct _dummy table[23] =
54
+ {
55
+ { 'A',"ALA" },
56
+ { 'C',"CYS" },
57
+ @@ -66,10 +39,12 @@ static const char *TessAtom_convertResidue(char p)
58
+ { 'M',"MET" },
59
+ { 'N',"ASN" },
60
+ { 'P',"PRO" },
61
+ + { 'O',"PYL" },
62
+ { 'Q',"GLN" },
63
+ { 'R',"ARG" },
64
+ { 'S',"SER" },
65
+ { 'T',"THR" },
66
+ + { 'U',"SEC" },
67
+ { 'V',"VAL" },
68
+ { 'W',"TRP" },
69
+ { 'Y',"TYR" },
70
+ @@ -91,7 +66,7 @@ TessAtom *TessAtom_create(const char *s)
49
71
  int rq;
50
72
  const char *q;
51
73
  const char *tmp;
@@ -54,7 +76,7 @@ index e1cce1a..9ba021e 100644
54
76
 
55
77
 
56
78
  // 0. Parse the record as a standard PDB atom. We must
57
- @@ -157,8 +130,8 @@ TessAtom *TessAtom_create(const char *s)
79
+ @@ -157,8 +132,8 @@ TessAtom *TessAtom_create(const char *s)
58
80
  // Set up all the pointers to the
59
81
  // residue name and atom name fields
60
82
 
@@ -65,7 +87,7 @@ index e1cce1a..9ba021e 100644
65
87
  p+=sizeof(char*)*ac;
66
88
  for(m=0; m<ac; m++)
67
89
  {
68
- @@ -166,7 +139,7 @@ TessAtom *TessAtom_create(const char *s)
90
+ @@ -166,7 +141,7 @@ TessAtom *TessAtom_create(const char *s)
69
91
  p+=5;
70
92
  }
71
93
 
@@ -74,7 +96,7 @@ index e1cce1a..9ba021e 100644
74
96
  p+=sizeof(char*)*rc;
75
97
  for(m=0; m<rc; m++)
76
98
  {
77
- @@ -259,41 +232,7 @@ TessAtom *TessAtom_create(const char *s)
99
+ @@ -259,41 +234,7 @@ TessAtom *TessAtom_create(const char *s)
78
100
  }
79
101
 
80
102
  //Riziotis edit
@@ -116,7 +138,7 @@ index e1cce1a..9ba021e 100644
116
138
  static int TessAtom_isCarbon(const Atom *A)
117
139
  {
118
140
  return A->name[0]=='_' && A->name[1]=='C' ? 1:0;
119
- @@ -327,9 +266,9 @@ static int TessAtom_isInSamePosition(const TessAtom *T, const Atom *A)
141
+ @@ -327,9 +268,9 @@ static int TessAtom_isInSamePosition(const TessAtom *T, const Atom *A)
120
142
 
121
143
  static int TessAtom_isMainChain(const Atom *A)
122
144
  {
@@ -129,7 +151,7 @@ index e1cce1a..9ba021e 100644
129
151
 
130
152
  return 0;
131
153
  }
132
- @@ -340,7 +279,7 @@ static int TessAtom_matchName(const TessAtom *T, const Atom *A)
154
+ @@ -340,7 +281,7 @@ static int TessAtom_matchName(const TessAtom *T, const Atom *A)
133
155
 
134
156
  for(k=0; k<T->nameCount; k++)
135
157
  {
@@ -138,7 +160,7 @@ index e1cce1a..9ba021e 100644
138
160
  }
139
161
 
140
162
  return 0;
141
- @@ -352,7 +291,7 @@ static int TessAtom_matchResName(const TessAtom *T, const Atom *A)
163
+ @@ -352,7 +293,7 @@ static int TessAtom_matchResName(const TessAtom *T, const Atom *A)
142
164
 
143
165
  for(k=0; k<T->resNameCount; k++)
144
166
  {
@@ -147,7 +169,7 @@ index e1cce1a..9ba021e 100644
147
169
  }
148
170
 
149
171
  return 0;
150
- @@ -507,5 +446,65 @@ int TessAtom_match(const TessAtom *T, const Atom *A)
172
+ @@ -507,5 +448,65 @@ int TessAtom_match(const TessAtom *T, const Atom *A)
151
173
  }
152
174
  }
153
175
 
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
4
 
5
5
  [project]
6
6
  name = "pyjess"
7
- version = "0.7.0-alpha.3"
7
+ version = "0.7.0-alpha.4"
8
8
  description = "Cython bindings and Python interface to JESS, a 3D template matching software."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
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
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
File without changes
File without changes
File without changes
File without changes
File without changes