@datagrok/sequence-translator 1.10.13 → 1.10.14
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.
- package/CHANGELOG.md +6 -0
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/files/tests/chem_enum_cores.csv +5 -0
- package/files/tests/chem_enum_rgroups.csv +5 -0
- package/package.json +1 -1
- package/src/apps/structure/view/ui.ts +1 -1
- package/src/apps/translator/view/ui.ts +1 -1
- package/src/package-api.ts +8 -1
- package/src/package-test.ts +1 -0
- package/src/package.g.ts +11 -3
- package/src/package.ts +16 -5
- package/src/polytool/const.ts +1 -1
- package/src/polytool/pt-chem-enum-dialog.ts +940 -0
- package/src/polytool/pt-chem-enum.ts +553 -0
- package/src/polytool/pt-dialog.ts +2 -124
- package/src/polytool/pt-enumerate-seq-dialog.ts +3 -3
- package/src/tests/polytool-enumerate-chem-tests.ts +408 -0
- package/test-console-output-1.log +202 -89
- package/test-record-1.mp4 +0 -0
- package/src/polytool/pt-enumeration-chem.ts +0 -100
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Sequence Translator changelog
|
|
2
2
|
|
|
3
|
+
## 1.10.14 (2026-04-21)
|
|
4
|
+
|
|
5
|
+
* Chem Enumeration
|
|
6
|
+
* Helm enumeration improvements, paralel mode
|
|
7
|
+
* Polytool: support for custom notation back-conversion, fix for reversed rule order
|
|
8
|
+
|
|
3
9
|
## 1.10.5 (2025-12-11)
|
|
4
10
|
|
|
5
11
|
* PT-Synthetic: Fix missing molfile handler errors
|