Skip to content

Commit

Permalink
Merge pull request #28 from TidierOrg/speed-boost
Browse files Browse the repository at this point in the history
  • Loading branch information
Karandeep Singh authored Aug 15, 2023
2 parents 012ae38 + ec688d1 commit 35e4a3d
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 299 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TidierData.jl updates

## v0.10.0 - 2023-08-15
- Refactor macros to make them much faster and memory-efficient.
- `@group_by` no longer automatically sorts by group, which makes it much faster. This is a slight change in behavior from `dplyr` but the speed trade-off is worth it.

## v0.9.2 - 2023-08-06
- Remove `TidierData_not_vectorized[]` from exports
- Add `TidierCats.jl` functions to `not_vectorized[]` list
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TidierData"
uuid = "fe2206b3-d496-4ee9-a338-6a095c4ece80"
authors = ["Karandeep Singh"]
version = "0.9.2"
version = "0.10.0"

[deps]
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
Expand Down
Loading

2 comments on commit 35e4a3d

@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/89712

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.10.0 -m "<description of version>" 35e4a3da9a610700d15a095bfd3531eee9c4277a
git push origin v0.10.0

@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 updated: JuliaRegistries/General/89712

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.10.0 -m "<description of version>" 35e4a3da9a610700d15a095bfd3531eee9c4277a
git push origin v0.10.0

Please sign in to comment.