Releases: tuda-parallel/FTIO
Releases · tuda-parallel/FTIO
v0.0.8
What's Changed
- Jit by @A-Tarraf in #6
- Update with changes from development by @raIIe in #7
- Feature periodic score by @AntonBeasis in #12
- Feature/memory limit by @A-Tarraf in #14
- Feature: adaptive time series analysis by @josefinez in #15
- Feature/metric proxy bindings by @Tim-Dieringer in #16
- Feature/ci cd by @JulianOpper in #18
- Feature/pattern change detection by @A-Aherbil in #17
- Feature ML models by @raIIe in #19
- Added Hybrid Wavelet-DFT transformation
- Improve adaptive time window adaptation
- Improved malleability support
New Contributors
- @raIIe made their first contribution in #7
- @AntonBeasis made their first contribution in #12
- @josefinez made their first contribution in #15
- @Tim-Dieringer made their first contribution in #16
- @JulianOpper made their first contribution in #18
- @A-Aherbil made their first contribution in #17
Full Changelog: v0.0.7...v0.0.8
FTIO 0.0.7 Release
Version 0.0.7
- Added correlation analysis, periodicity analysis, and extended signal-analysis modules (filters, logic, anomaly, etc.)
- Introduced the DWT × DFT workflow for combined wavelet–Fourier analysis
- Added Fourier fit module for parametric frequency-domain modeling
- Major improvements to JIT setup, helper routines, and execution paths, including more robust metrics extraction and better POSIX control
- Significant refactoring of parsing modules (JSON, CSV, msgpack, ZMQ) for consistency and performance
- Improved I/O metric extraction, overlap/thread computation, and multi-format parsing support
- Enhanced clustering, phasemode handling, and parallel proxy behavior
- Expanded and cleaned argument parsing (updated parse/args.py)
- General code cleanup, reorganization of frequency/analysis modules, and multiple plotting enhancements
Full Changelog: v0.0.6...v0.0.7
FTIO 0.0.6 Release
Version 0.0.6
- Prepared the code for the development of new features
- Added CI and CD workflows
- Added terminal [plot function with rich] (https://github.com/tuda-parallel/FTIO/blob/main/ftio/plot/plot_bandwidth.py)
- Added student contribution instructions
- Added parallel trace analysis (parallel_trace_analysis)
- Improved JIT by passing FTIO options
- Improved Readme and extended file formats and API documentation
Full Changelog: v0.0.5...v0.0.6
FTIO 0.0.5 Release
Version 0.0.5
- Enahnced postprocessing options
- Enhanced support for GekkoFS and Cargo (JIT)
- Enhanced trace analysis using the metric proxy
- Added contribution documentation
- Cleaned Readme and extended file formats and API documentation
- Code cleaning
Full Changelog: v0.0.4...v0.0.5
FTIO 0.0.4 Release
Version 0.0.4
- Added support for custom JSON format
- Added ZMQ Support
- IPDPS artifacts completed
- Added postprocessing options
- Added support for GekkoFS and Cargo (JIT)
- Cleaned Readme and extended file formats and API documentation
- Code cleaning
Full Changelog: v0.0.3...v0.0.4
FTIO 0.0.3 Release
Version 0.0.3
- Added support for custom file formats
- Adjusted plot scripts
- Cleaned Readme and added documentation for custom file formats
- Added examples in /examples
- Code cleaning
Full Changelog: v0.0.2...v0.0.3
FTIO 0.0.2 Release
Version 0.0.2
- Set the default plot unit to Bytes or Bytes/second rather than Megabytes or Megabytes/second
- Adjusted the plot script to detect the best unit for the y-axis automatically
- First public release after paper acceptance