ALUMET v0.2.0
Pre-release
Pre-release
Core changes
- More documentation!
- Plugins written in Rust are now created by implementing the
rust::AlumetPlugin
instead ofPlugin
. 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
andagent::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.xplugin-rapl
is now more robust to errors and gives actionable solutions to common permission issues