Skip to content

Releases: precice/profiling

v2.0.3

18 Aug 10:46

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

15 Aug 11:45

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

04 Aug 12:59

Choose a tag to compare

This release fixes a crash when calling precice-profiling-merge without arguments.

v2.0.0

04 Aug 12:24

Choose a tag to compare

This major release:

  • Changes intermediate format between merge and other tools from JSON to sqlite database. This reduces required storage by half and significantly reduces memory consumption when loading large profiling files @fsimonis in #6
  • Improves analyze and-histogram commands to filter events directly in SQL instead of loading them into a dataframe first
  • Adds flag -w to directly open the exported trace in perfetto by @fsimonis in #4

v1.2.0

04 Aug 12:09

Choose a tag to compare

This release:

  • Adds input support for rank files in TXT format with optional LZMA compression

v1.1.0

04 Aug 12:07

Choose a tag to compare

This release:

  • Removes the walkup during event file detection
  • Migrates internals to pathlib
  • Adds standalone tests of the merge script

v1.0.0

04 Aug 12:05

Choose a tag to compare

This release:

  • Moves precice-profiling from precice/precice to this package and splits it up into individual scripts
  • Ports internals to using orjson when possible
  • Used polars to export faster than CSVDictWriter