pyjess 0.7.0a3__tar.gz → 0.7.0a5__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.0a5}/CHANGELOG.md +15 -1
  2. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/PKG-INFO +1 -1
  3. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Box.h.patch +2 -9
  4. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/TessAtom.c.patch +41 -9
  5. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/pyproject.toml +1 -1
  6. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/.github/workflows/package.yml +0 -0
  7. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/.github/workflows/requirements.txt +0 -0
  8. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/.github/workflows/test.yml +0 -0
  9. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/.gitignore +0 -0
  10. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/.gitmodules +0 -0
  11. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/.readthedocs.yaml +0 -0
  12. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/CMakeLists.txt +0 -0
  13. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/CONTRIBUTING.md +0 -0
  14. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/COPYING +0 -0
  15. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/README.md +0 -0
  16. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/.gitignore +0 -0
  17. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/Makefile +0 -0
  18. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/_static/css/main.css +0 -0
  19. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/_static/js/custom-icon.js +0 -0
  20. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/_static/json/switcher.json +0 -0
  21. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/api/index.rst +0 -0
  22. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/api/jess.rst +0 -0
  23. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/api/molecule.rst +0 -0
  24. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/api/template.rst +0 -0
  25. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/conf.py +0 -0
  26. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/guide/changes.md +0 -0
  27. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/guide/contributing.md +0 -0
  28. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/guide/copyright.rst +0 -0
  29. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/guide/index.rst +0 -0
  30. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/guide/install.rst +0 -0
  31. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/guide/optimizations.rst +0 -0
  32. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/index.rst +0 -0
  33. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/make.bat +0 -0
  34. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/docs/requirements.txt +0 -0
  35. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/__init__.pxd +0 -0
  36. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/annulus.pxd +0 -0
  37. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/atom.pxd +0 -0
  38. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/candidate_set.pxd +0 -0
  39. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/jess.pxd +0 -0
  40. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/join.pxd +0 -0
  41. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/kdtree.pxd +0 -0
  42. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/molecule.pxd +0 -0
  43. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/region.pxd +0 -0
  44. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/res_index.pxd +0 -0
  45. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/scanner.pxd +0 -0
  46. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/super.pxd +0 -0
  47. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/template.pxd +0 -0
  48. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/tess_atom.pxd +0 -0
  49. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/include/jess/tess_template.pxd +0 -0
  50. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Annulus.c.patch +0 -0
  51. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Annulus.h.patch +0 -0
  52. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Atom.c.patch +0 -0
  53. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Atom.h.patch +0 -0
  54. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Box.c.patch +0 -0
  55. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/CMakeLists.txt.patch +0 -0
  56. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/CandidateSet.c.patch +0 -0
  57. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/CandidateSet.h.patch +0 -0
  58. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Jess.c.patch +0 -0
  59. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Jess.h.patch +0 -0
  60. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Join.c.patch +0 -0
  61. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Join.h.patch +0 -0
  62. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/KdTree.c.patch +0 -0
  63. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/KdTree.h.patch +0 -0
  64. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Main.c.patch +0 -0
  65. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Molecule.c.patch +0 -0
  66. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Molecule.h.patch +0 -0
  67. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/ResIndex.c.patch +0 -0
  68. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/ResIndex.h.patch +0 -0
  69. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Scanner.c.patch +0 -0
  70. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Scanner.h.patch +0 -0
  71. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Super.c.patch +0 -0
  72. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/Template.h.patch +0 -0
  73. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/TessAtom.h.patch +0 -0
  74. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/TessTemplate.c.patch +0 -0
  75. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/TessTemplate.h.patch +0 -0
  76. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/patches/qselect.h.patch +0 -0
  77. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/pkg/aur/PKGBUILD.in +0 -0
  78. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/CMakeLists.txt +0 -0
  79. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/jess/CMakeLists.txt +0 -0
  80. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/.gitignore +0 -0
  81. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/CMakeLists.txt +0 -0
  82. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/__init__.py +0 -0
  83. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/_jess.pyi +0 -0
  84. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/_jess.pyx +0 -0
  85. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/py.typed +0 -0
  86. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/__init__.py +0 -0
  87. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/1.3.3.tpl +0 -0
  88. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/1AMY+1.3.3.txt +0 -0
  89. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/1AMY.cif +0 -0
  90. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/1AMY.pdb +0 -0
  91. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/1sur.qry +0 -0
  92. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/4.1.2.tpl +0 -0
  93. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/5ayx.EF.pdb +0 -0
  94. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/__init__.py +0 -0
  95. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/pdb1lnb.pdb +0 -0
  96. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/template_01.qry +0 -0
  97. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/data/template_02.qry +0 -0
  98. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/test_atom.py +0 -0
  99. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/test_hit.py +0 -0
  100. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/test_jess.py +0 -0
  101. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/test_molecule.py +0 -0
  102. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/test_template.py +0 -0
  103. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/test_template_atom.py +0 -0
  104. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/pyjess/tests/utils.py +0 -0
  105. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/scripts/apply_patch.py +0 -0
  106. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/scripts/cmake/CythonExtension.cmake +0 -0
  107. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/scripts/cmake/pystate_patch.h +0 -0
  108. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/src/scripts/generate_patches.py +0 -0
  109. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/.gitignore +0 -0
  110. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/README.md +0 -0
  111. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/examples/template_01.qry +0 -0
  112. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/examples/template_02.qry +0 -0
  113. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/examples/test_pdbs/pdb1lnb.ent +0 -0
  114. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/filter_output.py +0 -0
  115. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Annulus.c +0 -0
  116. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Annulus.h +0 -0
  117. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Atom.c +0 -0
  118. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Atom.h +0 -0
  119. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Jess.c +0 -0
  120. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Jess.h +0 -0
  121. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Join.c +0 -0
  122. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Join.h +0 -0
  123. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/KdTree.c +0 -0
  124. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/KdTree.h +0 -0
  125. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Main.c +0 -0
  126. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Molecule.c +0 -0
  127. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Molecule.h +0 -0
  128. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Region.c +0 -0
  129. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Region.h +0 -0
  130. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Scanner.c +0 -0
  131. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Scanner.h +0 -0
  132. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Super.c +0 -0
  133. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Super.h +0 -0
  134. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/Template.h +0 -0
  135. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/TessAtom.c +0 -0
  136. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/TessAtom.h +0 -0
  137. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/TessTemplate.c +0 -0
  138. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/TessTemplate.h +0 -0
  139. {pyjess-0.7.0a3 → pyjess-0.7.0a5}/vendor/jess/src/jess +0 -0
@@ -6,7 +6,21 @@ 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.5...HEAD
10
+
11
+
12
+ ## [v0.7.0-alpha.5] - 2025-09-03
13
+ [v0.7.0-alpha.5]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.5...v0.7.0-alpha.5
14
+
15
+ ### Fixed
16
+ - Issue with new residue support introduced in `v0.7.0-alpha.4`.
17
+
18
+
19
+ ## [v0.7.0-alpha.4] - 2025-09-03
20
+ [v0.7.0-alpha.4]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.3...v0.7.0-alpha.4
21
+
22
+ ### Added
23
+ - Support for [Selenocysteine](https://en.wikipedia.org/wiki/Selenocysteine) and [Pyrrolysine](https://en.wikipedia.org/wiki/Pyrrolysine) residues in `TemplateAtom`.
10
24
 
11
25
 
12
26
  ## [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.0a5
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..3f06daa 100644
3
3
  --- a/src/TessAtom.c
4
4
  +++ b/src/TessAtom.c
5
5
  @@ -7,40 +7,13 @@
@@ -45,7 +45,39 @@ 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,18 +39,20 @@ 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
+ { 'X',"XXX" }
71
+ };
72
+
73
+ - for(k=0; k<21 && p!=table[k].one; k++);
74
+ - return k<21 ? table[k].three:NULL;
75
+ + for(k=0; k<23 && p!=table[k].one; k++);
76
+ + return k<23 ? table[k].three:NULL;
77
+ }
78
+
79
+ TessAtom *TessAtom_create(const char *s)
80
+ @@ -91,7 +66,7 @@ TessAtom *TessAtom_create(const char *s)
49
81
  int rq;
50
82
  const char *q;
51
83
  const char *tmp;
@@ -54,7 +86,7 @@ index e1cce1a..9ba021e 100644
54
86
 
55
87
 
56
88
  // 0. Parse the record as a standard PDB atom. We must
57
- @@ -157,8 +130,8 @@ TessAtom *TessAtom_create(const char *s)
89
+ @@ -157,8 +132,8 @@ TessAtom *TessAtom_create(const char *s)
58
90
  // Set up all the pointers to the
59
91
  // residue name and atom name fields
60
92
 
@@ -65,7 +97,7 @@ index e1cce1a..9ba021e 100644
65
97
  p+=sizeof(char*)*ac;
66
98
  for(m=0; m<ac; m++)
67
99
  {
68
- @@ -166,7 +139,7 @@ TessAtom *TessAtom_create(const char *s)
100
+ @@ -166,7 +141,7 @@ TessAtom *TessAtom_create(const char *s)
69
101
  p+=5;
70
102
  }
71
103
 
@@ -74,7 +106,7 @@ index e1cce1a..9ba021e 100644
74
106
  p+=sizeof(char*)*rc;
75
107
  for(m=0; m<rc; m++)
76
108
  {
77
- @@ -259,41 +232,7 @@ TessAtom *TessAtom_create(const char *s)
109
+ @@ -259,41 +234,7 @@ TessAtom *TessAtom_create(const char *s)
78
110
  }
79
111
 
80
112
  //Riziotis edit
@@ -116,7 +148,7 @@ index e1cce1a..9ba021e 100644
116
148
  static int TessAtom_isCarbon(const Atom *A)
117
149
  {
118
150
  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)
151
+ @@ -327,9 +268,9 @@ static int TessAtom_isInSamePosition(const TessAtom *T, const Atom *A)
120
152
 
121
153
  static int TessAtom_isMainChain(const Atom *A)
122
154
  {
@@ -129,7 +161,7 @@ index e1cce1a..9ba021e 100644
129
161
 
130
162
  return 0;
131
163
  }
132
- @@ -340,7 +279,7 @@ static int TessAtom_matchName(const TessAtom *T, const Atom *A)
164
+ @@ -340,7 +281,7 @@ static int TessAtom_matchName(const TessAtom *T, const Atom *A)
133
165
 
134
166
  for(k=0; k<T->nameCount; k++)
135
167
  {
@@ -138,7 +170,7 @@ index e1cce1a..9ba021e 100644
138
170
  }
139
171
 
140
172
  return 0;
141
- @@ -352,7 +291,7 @@ static int TessAtom_matchResName(const TessAtom *T, const Atom *A)
173
+ @@ -352,7 +293,7 @@ static int TessAtom_matchResName(const TessAtom *T, const Atom *A)
142
174
 
143
175
  for(k=0; k<T->resNameCount; k++)
144
176
  {
@@ -147,7 +179,7 @@ index e1cce1a..9ba021e 100644
147
179
  }
148
180
 
149
181
  return 0;
150
- @@ -507,5 +446,65 @@ int TessAtom_match(const TessAtom *T, const Atom *A)
182
+ @@ -507,5 +448,65 @@ int TessAtom_match(const TessAtom *T, const Atom *A)
151
183
  }
152
184
  }
153
185
 
@@ -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.5"
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