What's Changed
- Add --histogram flag to %%iops for I/O operation distribution visualization by @Copilot in #6
- Add comprehensive test suite for parsing and histogram edge cases by @Copilot in #12
- Add line magic mode for single-line profiling by @Copilot in #11
- Replace MagicMock histogram tests with matplotlib object validation by @Copilot in #20
- Increase histogram bins to 200 and add distinguishable line styles by @Copilot in #22
- Output plain text in terminal IPython instead of HTML object by @Copilot in #18
- Improve histogram documentation with realistic multi-size I/O example by @Copilot in #26
- Reorganize source code into class-based collector, display, and magic modules by @Copilot in #24
- Use compiled regex for fs_usage parsing by @Copilot in #28
- Apply Python Project Template to iops-profiler by @Copilot in #29
Full Changelog: v0.1.0...v0.2.0