Skip to content

Releases: stonerlab/stonerplots

Minor Feature Release 1.6.1

14 Jan 22:33
Compare
Choose a tag to compare

Set explicit font sizes for plot elements.
Implement module level default settings.

Full Changelog: v1.6.0...v1.6.1

v1.6.0

23 Dec 15:14
Compare
Choose a tag to compare

Feature Release 1.6.0

New Features:

  • Autolocation of inset plots
  • Double y-axis plot context manager
  • Formatting of labels using SI suffices to numbers.
  • Medium resolution style sheet.
  • Documentation work.

Full Changelog: v1.5.2...v1.6.0

v1.5.2

01 Nov 20:36
Compare
Choose a tag to compare

Version 1.5.2 Code cleanup release

Further improvements to code quality metrics.

Full Changelog: v1.5.1...v1.5.2

v1.5.1

31 Oct 17:06
Compare
Choose a tag to compare

1.5.1 Code Refactoring

Make context handler code a listtle more manageable. Refactor several methods in all three context handlers.

Full Changelog: v1.5.0...v1.5.1

v1.5.0 Feature Release

05 Jul 20:51
Compare
Choose a tag to compare

Release 1.5.0 adds irregular grids with different numbers of rows in each column.

Full Changelog: v1.4.0...v1.5.0

v1.4.0 - Feature Releasxe

08 Apr 13:54
Compare
Choose a tag to compare

MultiPanel context manager now can produce irregular grids (different numbers of plots on each row) directly from the required parameter without needing nplots. Some internal rearrangement of classes.

Full Changelog: v1.3.4...v1.4.0

v1.3.4 Bugfix release

07 Apr 19:26
Compare
Choose a tag to compare

v1.3.3 Feature Release

05 Apr 20:53
Compare
Choose a tag to compare
  • Add a new thesis-sm style sheet to give thesis plots more neatly a 4:3 aspect ratio for single plots.
  • Update and re-work the StackVertical and MultiPanel context managers to be more reusable. Both context managers are now also Sequence types and when you index them the current figure and axes are set.
  • Update conda build workflow to pick up the versiuon from setuptools.

Full Changelog: v1.3.2...v1.3.3

v1.3.2. Release

03 Apr 14:24
8a2b0f2
Compare
Choose a tag to compare

v1.3.2 Release

  • Improve StackVertical to allow asymmetric stacked plots and make an example for plotting
    GenX fits.
  • Add AAAS-Science stylesheet with 2 and 3 column variants.
  • Improve SavedFigure to make it reusable and also adjustable after creation via call method.
  • Improvements to StackVertical and MultiPanel to do more calculations with plot transforms.

Full Changelog: v1.3.1...v1.3.2

Version 1.3.1 - new Thesis style

01 Apr 20:50
Compare
Choose a tag to compare
  • Add a new "Thesis" style that is designed to work with the group thesis template.
  • Upadte documentation, reorganise the user guide

Full Changelog: v1.3.0...v1.3.1