@datagrok/peptides 1.17.1 → 1.17.3

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/.eslintrc.json CHANGED
@@ -10,15 +10,14 @@
10
10
  "parserOptions": {
11
11
  "ecmaVersion": 12,
12
12
  "sourceType": "module",
13
- "project": [
14
- "tsconfig.json"
15
- ]
13
+ "project" : "./packages/Peptides/tsconfig.json"
16
14
  },
17
15
  "plugins": [
18
16
  "@typescript-eslint"
19
17
  ],
20
18
  "rules": {
21
19
  "require-jsdoc": "off",
20
+ "valid-jsdoc": "off",
22
21
  "indent": [
23
22
  "error",
24
23
  2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Peptides changelog
2
2
 
3
+ ## 1.17.3 (WIP)
4
+
5
+ * Sequence space random seeding for reproducibility.
6
+ * Use of generated clusters for summery web logo table.
7
+
8
+ ## 1.17.2 (2023-12-26)
9
+
10
+ * Improved dimensionality reduction (sequence space).
11
+
3
12
  ## 1.17.0 (2023-11-29)
4
13
 
5
14
  ### Features