Skip to content

Hatchet v1.3.0

Compare
Choose a tag to compare
@slabasan slabasan released this 07 Feb 20:23
· 185 commits to develop since this release
85c66ca

New features:

  • Interactive tree visualization in Jupyter
  • Add mult and division API
  • Update hatchet installation steps for cython integration
  • Readers: cprofiler, pyinstrument
  • Graph output formats: to_literal
  • Add profiling APIs to profile Hatchet APIs
  • Update basic tutorial for hatchet

Changes to existing APIs

  • Remove threshold=, color=, and unicode= from tree API
  • Highlighting name disabled by default in terminal tree output
    is kept in sync with the dataframe
  • Internal performance improvements to unify and HPCToolkit reader, enabling
    analysis of large datasets
  • For mathematical operations, insert nan values for missing nodes, show values
    as nan and inf as necessary in dataframe
  • Extend callpath query language to support non-dataframe metrics (e.g., depth,
    hatchet ID)
  • Literal reader: A node can be defined with a "duplicate": True field if it
    should be the same node (though in a different callpath). A node also needs
    "frame" field, which is a dict containing the node "name" and "type" (if
    necessary).