Skip to content

Commit

Permalink
Bump Zeus to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Feb 3, 2025
1 parent b46ffb0 commit bb7c0d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zeus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
- [`device`][zeus.device]: Abstraction layer over compute devices
- [`monitor`][zeus.monitor]: Programmatic power and energy measurement tools
- [`metric`][zeus.metric]: Tools for defining and tracking power and energy-related metrics
- [`optimizer`][zeus.optimizer]: A collection of optimizers for time and energy
- [`utils`][zeus.utils]: Utility functions and classes
- [`callback`][zeus.callback]: Callback definition
- [`exception`][zeus.exception]: Base exception class definition
- [`metric`][zeus.metric]: Tools for defining and tracking power and energy-related metrics
- [`show_env`][zeus.show_env]: Command line tool for install verification and device detection
- [`_legacy`][zeus._legacy.policy]: Legacy code mostly to keep our papers reproducible
"""

__version__ = "0.10.1"
__version__ = "0.11.0"

0 comments on commit bb7c0d0

Please sign in to comment.