Skip to content

Commit 89555fa

Browse files
authored
Update README.md
1 parent c87d23d commit 89555fa

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,33 @@ If you want to use developmental version, it can be installed using the followin
1616
`pip install git+https://github.com/ponnhide/patchworklib.git`
1717

1818
## News
19-
**02042022 Version 0.3.5 is released**
19+
#### 02042022: Version 0.3.6 is released.
20+
- Sum bugs relating with the function to arrange multiple polar plot objects.
21+
22+
#### 02042022: Version 0.3.5 is released.
2023
- Some bugs in `move_legend` were fixed. (The `move_legend` for seaborn grided plot was not working properly.)
2124
- Improved the speed of `savefig` operation.
2225

23-
**01242022 Version 0.3.3 is released. Some bugs were fixed.**
26+
#### 01242022: Version 0.3.3 is released.
27+
- Some bugs were fixed
2428

29+
#### 01222022: Version 0.3.0 is released.
2530
<details>
26-
<summary> <b>01222022: Version 0.3.0 is released. Patchworklib now supports the function to arrange matplotlib.projections.polar.PolarAxes ojbects. </b> </summary>
31+
<summary> Patchworklib now supports the function to arrange matplotlib.projections.polar.PolarAxes ojbects. </summary>
2732

2833
When you load a matplotlib.projections.polar.PolarAxes object as a Brick class object, please use 'cBrick' instead of 'Brick'.
2934
Now, you can arrange multiple circos plots using [pycircos](https://github.com/ponnhide/pyCircos) and patchworklib. Please see the follwoing example code.
3035
https://colab.research.google.com/drive/1tkn7pxRqh9By5rTFqRbVNDVws-o-ySz9?usp=sharing
3136

3237
</details>
3338

34-
**01212022 Version 0.2.1 is released. Some bugs for 'load_seaborngrid' were fixed.**
39+
#### 01212022: Version 0.2.1 is released.
40+
- Some bugs for 'load_seaborngrid' were fixed.
3541

42+
#### 01202022: Version 0.2.0 is released.
3643
<details>
37-
<summary> <b>01202022: Version 0.2.0 is released. Patchworklib is now possible to arrange Seabron gridded plots. The "stack" function is added. Some bugs were fixed. </b> </summary>
38-
44+
<summary> Patchworklib is now possible to arrange Seabron gridded plots. The "stack" function is added. Some bugs were fixed. </summary>
45+
3946
#### Arranging seaborn gridded plots
4047
Patchworklib supported the function to arange multiple seborn plots generated based on axisgrid (FacetGrid, PairGrid, and JointGrid).
4148
Let's see the follwoing example.
@@ -96,8 +103,9 @@ stacked_axes.savefig()
96103

97104

98105
</details>
99-
100-
**01142022: Version 0.1.0 was released and it was avialable through pip**
106+
107+
#### 01142022: Version 0.1.0 was released.
108+
- Patchworklib was now avialable through pip.
101109

102110
<details>
103111
<summary> <b>01132022: "spacer" class was implemented and "case" parameter was added to Bricks class.</b> </summary>

0 commit comments

Comments
 (0)