We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730fe9f commit e04c741Copy full SHA for e04c741
NEWS.md
@@ -1,5 +1,10 @@
1
# NEWS
2
3
+## v0.17.1
4
+
5
+- The library builder (built with PackageCompiler) is now Julia v1.11 compatible
6
+- Fixed inappropriate size of atom indices and highlights when exporting very large PNG structure images.
7
8
## v0.17
9
10
- valence and aromaticity
Project.toml
@@ -1,7 +1,7 @@
name = "MolecularGraph"
uuid = "6c89ec66-9cd8-5372-9f91-fabc50dd27fd"
authors = ["Seiji Matsuoka <[email protected]"]
-version = "0.17.0"
+version = "0.17.1"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -21,7 +21,7 @@ coordgenlibs_jll = "f6050b86-aaaf-512f-8549-0afff1b4d57f"
21
libinchi_jll = "172afb32-8f1c-513b-968f-184fcd77af72"
22
23
[compat]
24
-Base64 = "1.11.0"
+Base64 = "1"
25
Cairo = "1"
26
Colors = "0.12"
27
DelimitedFiles = "1"
0 commit comments