Releases: avc-adelaide/ausankey
Releases · avc-adelaide/ausankey
update github org
v1.9 update github org
A few assorted formatting options
v1.8 A few assorted formatting options
## 2025-01-16 v1.7
- Add parameter
label_largest.
## 2025-01-11 v1.6
- Remove redundant
_valsuffix in various...thresh_valparameters. - Change
...thresh_sumparameters to...thresh_ofsum— I kept stumbling over the previous name. Some more parameters of this type added as well. - Add some
..._thresh_ofmaxparameters which act on the maximum of the node sums for each stage. - For consistency change the current
...thresh_maxparameters to...ofmaxand change their logic accordingly — their old definitions seemed of marginal better in practice.
## 2024-12-08 v1.5
- 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 = Falseto avoid redundant labelling. - Add
label_threshto turn off labels for nodes below a certain size. - Add
value_fn, as alternative tolabel_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
- 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
topoption forlabel_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
v1.3 Lots of nice new options to do fancy things
Bug fix and code/doc tidy
v1.2.1 Bug fix and code/doc tidy
Bonanza of configurability
v1.2 Bonanza of configurability
Now without mixedCase syntax!
v1.1 Now without mixedCase syntax!