Skip to content

Commit

Permalink
Merge pull request #112 from cmoussa1/release-v0.7.0
Browse files Browse the repository at this point in the history
NEWS.md: add release notes for v0.7.0
  • Loading branch information
mergify[bot] committed Apr 2, 2021
2 parents 319079c + 7dcc661 commit c8cec66
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion NEWS.md
@@ -1,4 +1,21 @@
flux-accounting version 0.6.0 - 2020-01-29
flux-accounting version 0.7.0 - 2021-04-02
------------------------------------------

#### Fixes

* Fixed `ModuleNotFound` error when running Python unit tests on Python `3.6` (#106)

* Removed shebang line from **flux-account.py** to prevent Python version mismatch errors (#101)

#### Features

* Added a new `reader` class which will read flux-accounting information and load it to a `weighted_tree` object (#103)

* Added a subclass `data_reader_db` which will read and load information from a flux-accounting SQLite database

* Added a new flux subcommand: `flux shares`, which will output a flux-accounting database hierarchy containing user/bank shares and usage information (#109)

flux-accounting version 0.6.0 - 2021-01-29
------------------------------------------

#### Fixes
Expand Down

0 comments on commit c8cec66

Please sign in to comment.