- 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 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 https://github.com/ponnhide/patchworklib/issues/40
- Closed and maybe solved the issue https://github.com/ponnhide/patchworklib/issues/37
- Closed and maybe solved the issue https://github.com/ponnhide/patchworklib/issues/36