Skip to content

v0.2#22

Merged
AntonOresten merged 8 commits intomainfrom
v0.2
Apr 24, 2026
Merged

v0.2#22
AntonOresten merged 8 commits intomainfrom
v0.2

Conversation

@AntonOresten
Copy link
Copy Markdown
Member

@AntonOresten AntonOresten commented Apr 24, 2026

Changes include:

  • make Microfloat abstract (closes Abstract Microfloat type #12)
  • add @microfloat macro
  • add NonFiniteBehavior trait
  • make OverflowPolicy a trait instead of conversion argument
  • rename types
  • avoid private Base names
  • fix F8E8M0 (closes MX_E8M0 zeros #11)
  • fix world age issue (caused by generated function) when converting from types defined outside package
  • remove BitPackingExt

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.63%. Comparing base (0bbae5e) to head (92a02e8).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #22       +/-   ##
===========================================
+ Coverage   82.93%   93.63%   +10.69%     
===========================================
  Files           9        8        -1     
  Lines         211      267       +56     
===========================================
+ Hits          175      250       +75     
+ Misses         36       17       -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AntonOresten AntonOresten merged commit e6512f3 into main Apr 24, 2026
6 checks passed
@AntonOresten AntonOresten deleted the v0.2 branch April 24, 2026 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Abstract Microfloat type MX_E8M0 zeros

1 participant