Skip to content

Commit

Permalink
NEWS: sigma helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Jan 1, 2025
1 parent 93a5313 commit b788b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

- new unit helper functions: `u()` and `du()`: include improved physical unit treatment with the [units](https://r-quantities.github.io/units/) package. Frequency and time parameters can now be "units" objects, created with `u()`. Allow user to adjust `plot()` scales to use arbitrary time/frequency units.

- new helper functions to determine the correct value of sigma for a given use case: `sigma_resolution()`, `sigma_from_time_resolution()`, `sigma_from_frequency_resolution()`.

- add more convenience S3 methods: `print()`, `[]`, `as.matrix()`, `rbind()`, `as_tibble()`.

- `openmp_enabled()`/`avx_enabled()` new functions to check for system OpenMP/AVX support.
Expand Down

0 comments on commit b788b09

Please sign in to comment.