Skip to content

Releases: AUMAG/ausankey

## 2024-12-08 v1.5

07 Dec 14:30
Compare
Choose a tag to compare
  • Set xticks and xticklabels in case sankey plot is used with ax.axis("on")
  • Add additional labelling feature to annotate nodes with their relative percentages. A variety of customisation options.
  • Add value_duplicate = False to avoid redundant labelling.
  • Add label_thresh to turn off labels for nodes below a certain size.
  • Add value_fn, as alternative to label_format, which allows more generalised formatting of each value using a lambda function.
  • Add values to node labels when label_values = True.
  • Allow NaN or None when flows terminate.

## 2024-05-29 v1.4

29 May 10:35
Compare
Choose a tag to compare
  • Fix alignment bug when nodes were changing their label and stopping/starting.
  • Fix title alignment bug when second-to-last and last stages had different nodes on top.
  • Add top option for label_loc.
  • Start a doc page to collate some examples.
  • Substantial code refactoring (which I sometimes worry is closer to obfuscation).

Lots of nice new options to do fancy things

07 Apr 01:32
Compare
Choose a tag to compare
v1.3

Lots of nice new options to do fancy things

Bug fix and code/doc tidy

25 Mar 12:17
Compare
Choose a tag to compare
v1.2.1

Bug fix and code/doc tidy

Bonanza of configurability

25 Mar 07:28
Compare
Choose a tag to compare
v1.2

Bonanza of configurability

Now without mixedCase syntax!

14 Mar 15:18
Compare
Choose a tag to compare
v1.1

Now without mixedCase syntax!

Initial release

12 Mar 10:28
Compare
Choose a tag to compare
v1.0

Initial release