Skip to content

Commit

Permalink
polish NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Dec 28, 2024
1 parent 54a34e1 commit 1165ae4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# fcwtr 0.2.9999
# fcwtr 0.2.9000

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

- Include improved physical unit treatment with the 'units' package. Frequency and time parameters can now be "units" objects, created with `u()`. Allow user to adjust plot scales to use arbitrary time/freq units.
- New helper: `u()` and `ddu()`: 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.

- Overhaul `fcwt_batch()`: in some cases, time slices were accidentally discarded, this should now be fixed.
- `fcwt_batch()`: in some cases, time slices were accidentally discarded, this should now be fixed. In general the batching mechanism should be much more reliable now.

- Fix a bug where `fcwt(..., n_freqs = 1, ...)` leads to a faulty data representation.
- `fcwt()`: fix a bug where `fcwt(..., n_freqs = 1, ...)` leads to a faulty data representation.

- `fcwt()`: added the option to choose between a linear or logarithmic frequency scale.

Expand Down

0 comments on commit 1165ae4

Please sign in to comment.