Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr authored Dec 7, 2024
1 parent f5dfbde commit a6691db
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog for ausankey


## 2024-99-99 v1.5

## 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 = 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.
* Add values to node labels when `label_values = True`.


## 2024-05-29 v1.4
Expand Down

0 comments on commit a6691db

Please sign in to comment.