-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
|
||
## [1.1.0] - 2024-11-20 | ||
|
||
### Doc | ||
|
||
- recommend using `@permute_args` over `permute_args` and `permute_args!` | ||
|
||
### Feat | ||
|
||
- `permute_args` now could take a single argument for Function and Method as input | ||
- `permute_args` now support keywords | ||
- improve argument names handling in `permute_args` | ||
|
||
### Refactor | ||
|
||
- consolidate function signature and cleanup codes | ||
- refactor out `generate_permuted_methods` for `@permute_args`, `permute_args` and `permute_args!` function | ||
- make `permute_args` and `permute_args!` more general | ||
|
||
### Test | ||
|
||
- add local scope test for `permute_args!` | ||
- test throw correct method | ||
|
||
### Chore | ||
|
||
- deprecate permute_args_dynamic | ||
- add benchmarks | ||
|
||
## [1.0.0] - 2024-11-20 | ||
|
||
Initial release of PermuteArgs.jl: a Julia package for creating functions with permutable arguments | ||
|
||
- `@permute_args`: Macro to define functions with permutable arguments | ||
- `permute_args`: Function to create a new function with permutable arguments | ||
- `permute_args!`: Function to add permuted methods to an existing function | ||
|
||
[unreleased]: https://github.com/Beforerr/PermuteArgs.jl/compare/v1.1.0...HEAD | ||
[1.1.0]: https://github.com/Beforerr/PermuteArgs.jl/compare/v1.0.0...v1.1.0 | ||
[1.0.0]: https://github.com/Beforerr/PermuteArgs.jl/commits/v1.0.0 |
b3914f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
release notes:
Doc
@permute_args
overpermute_args
andpermute_args!
Feat
permute_args
now could take a single argument for Function and Method as inputpermute_args
now support keywordspermute_args
Refactor
generate_permuted_methods
for@permute_args
,permute_args
andpermute_args!
functionpermute_args
andpermute_args!
more generalTest
permute_args!
Chore
b3914f0
There was a problem hiding this comment.
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/119874
Tagging
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: