Skip to content

Releases: fg-labs/fgmetric

0.2.0

18 Mar 23:52
7df73b5

Choose a tag to compare

[0.2.0] - 2026-03-18

🐛 Bug Fixes

  • Use JSON mode for model serialization in MetricWriter (#25)
  • Specify UTF-8 encoding when opening output files (#26)
  • Shallow copy input dict in _empty_field_to_none validator (#28)

🚜 Refactor

  • Improve error messages in CounterPivotTable and DelimitedList (#27)
  • Modernize type annotations (#29)

📚 Documentation

  • Add examples to docstrings (#30)

⚙️ Miscellaneous Tasks

  • Remove check-lock task (#16)
  • Bump version to 0.2.0 (#31)

0.1.0

22 Jan 19:48
be34334

Choose a tag to compare

[0.1.0] - 2026-01-22

🚀 Features

  • Metric and MetricWriter (#6)
  • Benchmarking (#7)
  • Typing helpers (#2)
  • Delimited lists (#1)
  • CounterPivotTable (#3)

💼 Other

  • Publish workflow (#13)

🚜 Refactor

  • Minor cleanups (#11)

📚 Documentation

  • Update README (#14)

⚙️ Miscellaneous Tasks

  • Clean up toolkit and add updates from template (#5)
  • Configure pre-push hook (#12)