Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEWS: add release notes for v0.39.0 #526

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
flux-accounting version 0.39.0 - 2024-11-05
-------------------------------------------

#### Fixes

* `view-user`: make "parsable" spelling consistent (#494)

* projects: fix unit tests for project subcommands, `--projects` reset
capability (#495)

* plugin: add callback prefixes to exception messages (#499)

* `add-bank`: add a check when adding a root bank (#509)

* fetch-job-records: set `max_entries=0` (#516)

* `view-user --parsable`: improve output formatting (#514)

* `flux-account.py`: get rid of dictionary initialization (#512)

* `__init__.py`: fix formatting of constants (#521)

* `view_jobs()`: adjust helper function to actually return a string (#522)

#### Features

* command suite: add new `list-projects` command (#496)

* ci: add spellchecker to flux-accounting (#504)

* python: add `AccountingFormatter` class, SQLite utility file (#520)

#### Testsuite

* `.gitignore`: add built docs, sharness test results (#511)

* t: skip t1011 if job-archive module not detected, add new tests for
`fetch-job-records` (#518)

#### Documentation

* doc: add note about manually loading plugin (#500)

* doc: add ReadTheDocs support for flux-accounting (#501)

* guide: add note about configuring factor weights (#505)

* doc: add "Database Administration" section, update README to point to docs
site (#506)

* doc: reorganize top-level site, add License and Support page (#510)

* doc: add priority equation to accounting guide (#513)

flux-accounting version 0.38.0 - 2024-10-01
-------------------------------------------

Expand Down
Loading