Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

61 lines (43 loc) · 1.89 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.5 - 2022-10-19

Added

  • .xlsx input
  • if legend_position is set to None, no legend is shown

Fixed

  • hatches of unique values are now displayed correctly (fake coords in antarctica)
  • languages with coords but no position in the tree are allowed
  • better padding mechanism

0.0.4 -- 2022-09-29

Changed

  • better API by @xrotwang

Fixed

  • pinned dependencies

0.0.3 -- 2022-09-19

Added

  • hatching for black-and-white maps with many values

Changed

  • text_df can specify a filename, to be read with pandas

Fixed

  • missing dependencies

0.0.2 -- 2022-09-17

Added

  • print_labels (default: true): print language labels on the tree leafs
  • leaf_lw (default: from pyplot): line width of tree branches
  • connection_lw (default: 1): line width of the leaf-map connections
  • map_marker_lw (default: 1): line width of the circles on the map
  • color_tree (default: false): color the lines leading to colored nodes
  • nonterminal_nodes (default: false): put circle markers onto proto-notes

Changed

  • if proto-nodes are present in the value dataframe, their values can be shown by activating color_tree and/or nonterminal_nodes

0.0.1 - 2022-08-29

Initial release