Nilesh Patra pushed to branch upstream at Debian Med / python-pauvre
Commits: 798da887 by Nilesh Patra at 2021-05-11T22:06:43+05:30 New upstream version 0.2.3 - - - - - 4 changed files: - PKG-INFO - pauvre.egg-info/PKG-INFO - pauvre/rcparams.py - pauvre/version.py Changes: ===================================== PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pauvre -Version: 0.2.2 +Version: 0.2.3 Summary: Tools for plotting Oxford Nanopore and other long-read data. Home-page: https://github.com/conchoecia/pauvre Author: Darrin Schultz ===================================== pauvre.egg-info/PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pauvre -Version: 0.2.2 +Version: 0.2.3 Summary: Tools for plotting Oxford Nanopore and other long-read data. Home-page: https://github.com/conchoecia/pauvre Author: Darrin Schultz ===================================== pauvre/rcparams.py ===================================== @@ -6,7 +6,6 @@ def update_rcParams(): # This mpl style is from the UCSC BME163 class. rcParams.update({ 'font.size' : 8.0 , - 'font.sans-serif' : 'Arial' , 'xtick.major.size' : 2 , 'xtick.major.width' : 0.75 , 'xtick.labelsize' : 8.0 , @@ -21,8 +20,6 @@ def update_rcParams(): 'ytick.minor.pad' : 2 , 'savefig.dpi' : 601 , 'axes.linewidth' : 0.75 , - 'text.usetex' : False , "image.composite_image": False , "pdf.fonttype" : 42, "ps.fonttype" : 42 }) - ===================================== pauvre/version.py ===================================== @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.2" +__version__ = "0.2.3" View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/commit/798da8877bfac58e22fc40047595495efd127412 -- View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/commit/798da8877bfac58e22fc40047595495efd127412 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
