Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "hatchling.build"

[project]
name = "swankit"
version = "0.1.6"
version = "0.1.7"
dynamic = ["readme", "dependencies"]
description = "Base toolkit for SwanLab"
license = "Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions swankit/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ def __init__(self, chart_type: str, column_type: str):

OBJECT3D = ChartItem("object3d", "OBJECT3D")

MOLECULE = ChartItem("molecule", "MOLECULE")

# ---------------------------------- 需要子类实现的方法 ----------------------------------

@abstractmethod
Expand Down