Skip to content

Commit

Permalink
update CHANGELOG for 2022.1.0 release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Apr 28, 2022
1 parent 6c72373 commit 6ce4dcb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Version `2022.1.0` is a major release.
* 3 new readers: TAU, SpotDB, and Caliper python reader
* Query language extensions: compound queries, not query, and middle-level API
* Adds GraphFrame checkpoints in HDF5 format
* Roundtrip enhancements: pan and zoom, module encoding, multivariate encoding
and adjustable mass pruning on large datasets
* Interactive CCT visualization enhancements: pan and zoom, module encoding,
multivariate encoding and adjustable mass pruning on large datasets
* HPCToolkit: extend for GPU stream data
* New color maps for terminal tree visualization

### Other notable new features
* New function for calculating exclusive metrics from corresponding inclusive
metrics

### Changes to existing APIs
* Precision parameter applied to second metric in terminal tree visualization
Expand All @@ -22,6 +22,8 @@ Version `2022.1.0` is a major release.
* New interface for calling the Hatchet calling context tree from Roundtrip:
`%cct <graphframe or list>`. Deprecated interface: `%loadVisualization
<roundtrip_path> <literal_tree>`
* Add recursion limit parameter to graphframe filter(rec_limit=1000)`,
resolving recursion depth errors on large graphs

### Tutorials and documentation
* New tutorial material from the ECP Annual Meeting 2021
Expand All @@ -33,11 +35,13 @@ Version `2022.1.0` is a major release.
* Extend update_inclusive_columns() for multi-indexed trees
* Moves CI from Travis to GitHub Actions
* Roundtrip refactor
* New unit test for formatting license headers

### Bugfixes
* Return default_metric and metadata in filter(), squash(), copy(), and
deepcopy()
* flamegraph: extract name from dataframe column instead of frame
* Preserve existing inc_metrics in update_inclusive_columns

# v1.3.1a0 (2021-04-02)

Expand Down

0 comments on commit 6ce4dcb

Please sign in to comment.