@datagrok/bio 2.8.2 → 2.8.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/CHANGELOG.md +8 -0
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +1 -1
- package/src/package.ts +1 -1
- package/scripts/admet-requirements.txt +0 -7
- package/scripts/admet-run.py +0 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Bio changelog
|
|
2
2
|
|
|
3
|
+
## 2.9.0 (WIP)
|
|
4
|
+
|
|
5
|
+
*Dependency: datagrok-api >= 1.13.3*
|
|
6
|
+
|
|
7
|
+
### Bug fixes
|
|
8
|
+
|
|
9
|
+
* Fix vdRegionsViewer viewer package function name consistency
|
|
10
|
+
|
|
3
11
|
## 2.8.2 (2023-08-01)
|
|
4
12
|
|
|
5
13
|
This release focuses on improving the monomer cell renderer.
|