@datagrok/bio 2.16.5 → 2.16.6

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