Skip to content

Commit 8e2d3b2

Browse files
authored
Merge pull request #154 from flux-framework/release-docs-2025-05-22
Update from release-docs-2025-05-22
2 parents 3689d36 + 1d12958 commit 8e2d3b2

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: flux-accounting v0.45.0
3+
date: 2025-05-21 00:00:00
4+
author: "flux-framework"
5+
categories: 'release'
6+
version: 0.45.0
7+
download: https://github.com/flux-framework/flux-accounting/releases/download/v0.45.0/flux-accounting-0.45.0.tar.gz
8+
---
9+
10+
Download from GitHub [here]({{ page.download }})
11+
12+
# Release Notes
13+
14+
flux-accounting version 0.45.0 - 2025-05-21
15+
-------------------------------------------
16+
17+
#### Fixes
18+
19+
* bindings: remove redundant `try/except` blocks ([#625](https://github.com/flux-framework/flux-accounting/issues/625))
20+
21+
* `.gitignore`: add files to `.gitignore` ([#627](https://github.com/flux-framework/flux-accounting/issues/627))
22+
23+
* `list-*` commands: make table output default ([#626](https://github.com/flux-framework/flux-accounting/issues/626))
24+
25+
* `calc_usage_factor()`: add update of current usage when no new jobs are
26+
found in new half-life period ([#630](https://github.com/flux-framework/flux-accounting/issues/630))
27+
28+
* `update-usage`: fix usage aggregation in multi-level bank hierarchies ([#632](https://github.com/flux-framework/flux-accounting/issues/632))
29+
30+
* `update-usage`: add INFO-level logging ([#628](https://github.com/flux-framework/flux-accounting/issues/628))
31+
32+
* python: improve logger format in `update-usage`, create module-level logger
33+
in `create-db` ([#633](https://github.com/flux-framework/flux-accounting/issues/633))
34+
35+
#### Documentation
36+
37+
* doc: add `man(1)` pages for project commands ([#634](https://github.com/flux-framework/flux-accounting/issues/634))
38+
39+
#### Testsuite
40+
41+
* github: upgrade codecov-action to v5 ([#629](https://github.com/flux-framework/flux-accounting/issues/629))

0 commit comments

Comments
 (0)