From 23b478377344bf50ec86524f72916a99bbd1197c Mon Sep 17 00:00:00 2001 From: ponnhide Date: Mon, 15 May 2023 00:34:33 +0900 Subject: [PATCH] Updated to version 0.6.0 --- README.md | 14 +++++++++++--- setup.py | 1 + 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cb7f2e..dfa12bf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,17 @@ If you want to use developmental version, it can be installed using the followin `pip install git+https://github.com/ponnhide/patchworklib.git` ## News + +#### 05152023: version 0.6.0 is released. +- Bricks object gained the new methods `align_xlabels` and `align_ylabels`, which help users align x/y labels of the given Brick object. +- The new argument equal_spacing was added to the stack function. If this value is set to True, axes bounding-boxes should be placed with equal spacing between them. Otherwise, depending on the text values of x/y tick labels and x/y labels, they may not always be equally spaced. +- Closed and maybe solved the issue ["Align labels of Bricks when subplot axes are aligned. #40"](https://github.com/ponnhide/patchworklib/issues/40) +- Closed and maybe solved the issue ["Doesn't work with Plotnine Seaborn Theme. #37"](https://github.com/ponnhide/patchworklib/issues/37) +- Closed and maybe solved the issue ["The position of the title cannot be set in plotnine. #36"](https://github.com/ponnhide/patchworklib/issues/36) + +
+ +

Change log

#### 12082022: version 0.5.0 is released. - New operators, "+" and "-", were added. - plotnine > v0.10.x is now supported. @@ -20,9 +31,6 @@ If you want to use developmental version, it can be installed using the followin - Descriptions of each function and class provided in patchworklib was added to this repository. If you want to know how to use patchworklib in detail, please see [API.md](https://github.com/ponnhide/patchworklib/blob/main/API.md). - Updated [patchworklib-examples](https://github.com/ponnhide/patchworklib-examples) -
-

Change log

- #### 08152022: Version 0.4.7 is released. - A few bugs were fixed. - Add inset function. please see the following example. diff --git a/setup.py b/setup.py index b120dc6..f9b9569 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', ]