Skip to content

Commit a3e6e23

Browse files
committed
Updated convert_name functions for better stability
1 parent 87ec1de commit a3e6e23

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ''
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.2.2'
30+
release = '0.2.3'
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/content/updates.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
Updates
33
###############
44

5+
===========
6+
v0.2.3
7+
===========
8+
| - Update to RNA volcano plotting to allow different sized markers for marker genes
9+
| - Updated convert_names function to add the ` "` during run-time and not require user to add the special character escape in the command line for more stable formatting
10+
511
===========
612
v0.2.2
713
===========
814
| - Fixes backend checks for matplotlib in tests and for HPC usage
915
| - Updated library normalization equations
1016
| - Added administrative files
1117
12-
1318
===========
1419
v0.2.1-beta
1520
===========

xpressplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
this program. If not, see <https://www.gnu.org/licenses/>.
2020
"""
2121

22-
__version__ = '0.2.2'
22+
__version__ = '0.2.3'
2323

2424
from .fetch import *
2525
from .format import *

0 commit comments

Comments
 (0)