Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe778b0

Browse files
committedFeb 12, 2025·
lots of code improvements thanks to @devmotion
1 parent 2883dda commit fe778b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TransformVariables"
22
uuid = "84d833dd-6860-57f9-a1a7-6da5db126cff"
33
authors = ["Tamas K. Papp <tkpapp@gmail.com>"]
4-
version = "0.8.12"
4+
version = "0.8.13"
55

66
[deps]
77
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"

2 commit comments

Comments
 (2)

tpapp commented on Feb 12, 2025

@tpapp
OwnerAuthor

@JuliaRegistrator register

Release notes:

David Widmann (@devmotion) made a lot of code and package organization improvements.

  • remove obsolete workarounds for Tracker
  • make InverseFunctions and ChangesOfVariables weak dependencies, use Base.Fix1 for their implementation
  • use log1pexp in a calculation

JuliaRegistrator commented on Feb 12, 2025

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/124894

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:

git tag -a v0.8.13 -m "<description of version>" fe778b0964eb5a72c443b9144856bf316dcb6286
git push origin v0.8.13
Please sign in to comment.