Skip to content

Commit 1c44983

Browse files
committed
v0.21.1
1 parent fba296f commit 1c44983

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# NEWS
22

3+
## v0.21.1
4+
5+
- Implement `Base.setindex!` molecule property accessor which was actually not implemented in v0.21.0.
6+
- Fixed regression in 2D molecule drawing.
7+
- Fixed a bug in serialization of molecules.
8+
39
## v0.21.0
410

511
- Added `VirtualAtom` as an experimental feature. This enables treating atom placeholders (R-groups) and molecular fragments (e.g., amino acid residues) as atom vertices.

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MolecularGraph"
22
uuid = "6c89ec66-9cd8-5372-9f91-fabc50dd27fd"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
authors = ["Seiji Matsuoka <[email protected]"]
55

66
[deps]
@@ -29,14 +29,14 @@ RDKitExt = "RDKitMinimalLib"
2929

3030
[compat]
3131
Cairo = "1.1"
32-
Colors = "0.13.1"
32+
Colors = "0.13"
3333
DelimitedFiles = "1"
3434
GeometryBasics = "0.5"
3535
Graphs = "1.12"
3636
JSON = "0.21"
3737
MakieCore = "0.9,0.10"
3838
OrderedCollections = "1.8"
39-
RDKitMinimalLib = "1.2.0"
39+
RDKitMinimalLib = "1.2"
4040
Statistics = "1"
4141
Test = "1"
4242
YAML = "0.4"

build/Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ MolecularGraph = "6c89ec66-9cd8-5372-9f91-fabc50dd27fd"
1313
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
1414

1515
[compat]
16-
Graphs = "1.13.0"
17-
MolecularGraph = "0.20.1"
16+
Graphs = "1.13"

0 commit comments

Comments
 (0)