@datagrok/bio 2.16.5 → 2.16.7

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,10 +1,27 @@
1
1
  # Bio changelog
2
2
 
3
- ## 1.16.5 (2024-10-18)
3
+ ## 2.16.7 (2024-10-30)
4
4
 
5
5
  ### Bug fixes
6
6
 
7
- * Weblogo: fix compatibility with column types and fix aggregations
7
+ * Fix splitterAsHelm for multiple simple polymers, add test
8
+
9
+ ## 2.16.6 (2024-10-22)
10
+
11
+ ### Bug fixes
12
+
13
+ * Fix toAtomicLevel using pseudo molfile with removed gaps
14
+ * Fix toAtomicLevel Helm parser to clean symbols square brackets
15
+ * Fix toAtomicLevel using column's overridden monomer lib
16
+ * Fix OverriddenMonomerLibrary for added monomers as not missed
17
+ * Fix SeqHandler getValue of type MacromoleculeValueBase
18
+ * Fix monomerLibraries override test
19
+
20
+ ## 2.16.5 (2024-10-18)
21
+
22
+ ### Bug fixes
23
+
24
+ * WebLogo: fix compatibility with column types and fix aggregations
8
25
  * Monomer manager: Fix validations
9
26
 
10
27
  ### Features