Skip to content

Commit 23b4783

Browse files
committed
Updated to version 0.6.0
1 parent f6cfffe commit 23b4783

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,24 @@ If you want to use developmental version, it can be installed using the followin
1313
`pip install git+https://github.com/ponnhide/patchworklib.git`
1414

1515
## News
16+
17+
#### 05152023: version 0.6.0 is released.
18+
- Bricks object gained the new methods `align_xlabels` and `align_ylabels`, which help users align x/y labels of the given Brick object.
19+
- 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.
20+
- Closed and maybe solved the issue ["Align labels of Bricks when subplot axes are aligned. #40"](https://github.com/ponnhide/patchworklib/issues/40)
21+
- Closed and maybe solved the issue ["Doesn't work with Plotnine Seaborn Theme. #37"](https://github.com/ponnhide/patchworklib/issues/37)
22+
- Closed and maybe solved the issue ["The position of the title cannot be set in plotnine. #36"](https://github.com/ponnhide/patchworklib/issues/36)
23+
24+
<details>
25+
26+
<summary> <h2> Change log </h2> </summary>
1627
#### 12082022: version 0.5.0 is released.
1728
- New operators, "+" and "-", were added.
1829
- plotnine > v0.10.x is now supported.
1930
- Plots generated by object-oriented seaborn interface can now be handled by patchworklib.
2031
- 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).
2132
- Updated [patchworklib-examples](https://github.com/ponnhide/patchworklib-examples)
2233

23-
<details>
24-
<summary> <h2> Change log </h2> </summary>
25-
2634
#### 08152022: Version 0.4.7 is released.
2735
- A few bugs were fixed.
2836
- Add inset function. please see the following example.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'Programming Language :: Python :: 3.7',
3030
'Programming Language :: Python :: 3.8',
3131
'Programming Language :: Python :: 3.9',
32+
'Programming Language :: Python :: 3.10',
3233
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
3334
]
3435

0 commit comments

Comments
 (0)