8000 Tags · SwanHubX/SwanLab · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: SwanHubX/SwanLab

Tags

v0.5.7

Toggle v0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: can not get pip list (#956)

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: hardware monitor add kunlunxin xpu (#940)

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Feature] Molecule Meida Object3D Support. (#920)

* feat: Add Molecule class for 3D molecule visualization

This commit introduces the Molecule class, which is used to visualize
3D molecules. The class can be initialized with PDB data or from an
RDKit Mol object. It includes methods for parsing the molecule data
into a buffer and for returning metadata for visualization.

* feat: Add molecule visualization test

This commit introduces a test case for visualizing molecules
using swanlab.data.modules.object3d.Molecule.

* chore: english comment.

* Add Molecule class to object3d module

This commit introduces the Molecule class for handling molecule
data from various formats using the RDKit library, and add it to
`__all__` in `__init__.py`.

* Feat: Add Molecule class methods for file inputs

Adds from_pdb_file, from_sdf_file, from_smiles and from_mol_file
methods to the Molecule class. These methods allow creating
Molecule instances from various file formats (PDB, SDF, Mol) and
SMILES strings, providing more flexibility in how molecule data is
loaded and displayed.

* Support molecule objects in Object3D

Enable creation of Object3D from rdkit.Chem.Mol objects and
add file handlers for common molecule file formats.

* test: add pdb file molecule test example.

* chore: update molecule test example.

* chore: change test example molecule file path.

* chore: add requirements rdkit for molecule

* chore: update code sytle for import.

* test: Add test for `swanlab.data.modules.object3d.Molecule`

This commit introduces a comprehensive test suite for the
`Molecule` class within the `swanlab.data.modules.object3d` module.
The tests cover various functionalities including:

- Creating `Molecule` objects from different file formats (PDB, SDF,
  Mol) and SMILES strings.
- Parsing `Molecule` objects.
- Verifying metadata such as caption and chart type.
- Ensures that `Object3D` correctly dispatches `Molecule` objects.

* chore: some misc

* chore: change chart type

* fix: test

---------

Co-authored-by: KAAANG <79990647+SAKURA-CAT@users.noreply.github.com>

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: readme 0.5.4 (#919)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: convert improve (#900)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: transformers integration add step (#881)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: dashboard install (#878)

fix: dashboard install

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: self hosted (#875)

v0.4.12

Toggle v0.4.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: hf integration (#857)

v0.4.11

Toggle v0.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: convert wandb metadata (#854)

0