File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
![ pypi version] ( https://img.shields.io/pypi/v/marsilea?color=0098FF&logo=python&logoColor=white&style=flat-square )
11
11
![ Conda Version] ( https://img.shields.io/conda/vn/conda-forge/marsilea?style=flat-square&logo=anaconda&logoColor=white&color=%2344A833 )
12
12
![ PyPI - License] ( https://img.shields.io/pypi/l/marsilea?color=FFD43B&style=flat-square )
13
- [ ![ DOI] ( https://img.shields.io/badge/DOI-10.1186%2Fs13059--024--03469--3-blue?style=flat-square )] ( https://doi.org/10.1186/s13059-024-03469-3 )
13
+ [ ![ DOI] ( https://img.shields.io/badge/DOI-10.1186%2Fs13059--024--03469--3-blue?color=0098FF& style=flat-square )] ( https://doi.org/10.1186/s13059-024-03469-3 )
14
14
15
15
# Marsilea: Declarative creation of composable visualization!
16
16
Original file line number Diff line number Diff line change 1
1
"""Declarative creation of composable visualization"""
2
2
3
- __version__ = "0.5.0 "
3
+ __version__ = "0.5.0rc1 "
4
4
5
5
import marsilea .plotter as plotter
6
6
from ._deform import Deformation
You can’t perform that action at this time.
0 commit comments