Skip to content

ALUMET v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheElectronWill TheElectronWill released this 12 Apr 10:47
· 316 commits to main since this release

Core changes

  • More documentation!
  • Plugins written in Rust are now created by implementing the rust::AlumetPlugin instead of Plugin. This allows the name and version of static plugins to be available before the initialization phase.
  • Agent creation is now easier than ever, thanks to agent::Agent and agent::AgentBuilder
  • Plugins can now register custom units.
  • Units can now be prefixed, for example PrefixedUnit::milli(Ampere)
  • More work on configuration files.

Plugin changes

  • plugin-nvidia now supports NVIDIA Jetson devices running NVIDIA Jetpack versions 4.x, 5.x and 6.x
  • plugin-rapl is now more robust to errors and gives actionable solutions to common permission issues