Skip to content

Commit

Permalink
Updated NEWS.md, bumped version to 0.7.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karandeep Singh committed Jul 15, 2023
1 parent 94b43d6 commit df97daf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Tidier.jl updates

## v0.7.7 - 2023-07-15
- Added documentation on how to interpolate variables inside of `for` loops. Note: `!!` interpolation doesn't work inside of `for` loops because macros are expanded during parsing and not at runtime.
- Fixed bug in `parse_pivot_arg()` to enable interpolation inside of pivoting functions when used inside a `for` loop.
- Added `cumsum()`, `cumprod()`, and `accumulate()` to the do-not-vectorize list.

## v0.7.6 - 2023-05-04
- Fixed bug to allow multiple columns in `@distinct()` separated by commas or using selection helpers.

Expand Down

2 comments on commit df97daf

@kdpsingh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/87534

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.7 -m "<description of version>" df97dafad22c5aee280c07ec6c0bd4baa3d97602
git push origin v0.7.7

Please sign in to comment.