Skip to content

Commit

Permalink
Add NEWS.md for release GH-375
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Dec 5, 2024
1 parent 5f5f6d6 commit 48c2425
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# December 11th, 2024

**Bug Fixes:**

- The HPC init script no longer fails if a conda environment is already active, GH-388.
- Stdout/stderr from `flepimop-inference-slot` called by `flepimop-inference-main` are piped to a log file via `system2` instead of pipes to support MINGW64, GH-289.

**Dependencies:**

- `click` minimum is now 8.1.7 (latest as of Aug 17, 2023).
- Added missing `h5py` dependency to `gempyor` requirements and specified `dask` dependency to include `dataframe` optional dependencies, GH-391.

**Deprecates:**

- `gempyor-simulate ...` in favor of `flepimop simulate ...`.
- Soft deprecated the `-c/--config_files` option (config file(s) are now *arguments* not options).

**New Features:**

- Basic support for multiple config files
- A `patch` command that takes multiple config files and yields the merged result
- Converted `gempyor`'s `setup.cfg` to the more modern `pyproject.toml`, GH-391. No user facing changes.
- Added `flepimop modifiers` subcommand with one action, `config-plot`, for plotting the effects of modifiers on a config, GH-404.

**Removes/Modifies:**

- `gempyor-(seir|outcomes) ...` - these were already no longer supported, just pruning entry points

0 comments on commit 48c2425

Please sign in to comment.