@datagrok/sequence-translator 1.4.3 → 1.4.4

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Sequence Translator changelog
2
2
 
3
+ ## 1.4.4 (2024-09-30)
4
+
5
+ ### New features
6
+
7
+ * Add convert with reaction rules
8
+
9
+ ### Bug fixes
10
+
11
+ * Fix sample reaction rule and monomer order
12
+ * Fix isolate PolyTool convert error on row
13
+ * Fix adding test for Chain .fromNotation
14
+ * Fix adding test toAtomicLevel getNewMonomer
15
+
3
16
  ## 1.4.3 (2024-09-27)
4
17
 
5
18
  ### Features