JuliaMath / JuliaMath/MeasureTheory.jl

TransformVariables API change

Open
#271 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
401
Forks
31
PR merge metrics
No merged PRs in 30d

Description

This is just a head-up that there will be a minor API change in TransformVariables (https://github.com/tpapp/TransformVariables.jl/pull/137) and it probably affects your package.

From version 0.9, which I will release soon, the method `inverse_eltype` needs to be defined for *types*, not *values*.

If you want your package to work with versions < 0.9 of TransformVariables.jl, you can just leave the current method in place and define one for types in addition. Otherwise, change to types, and restrict to `>= 0.9` in compat, we will tag a 1.0 in the near future after some other breaking changes.

Please do not hesitate to reach out if you need help, either in the PR above or in this issue.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.