Releases: m3g/ShowMethodTesting.jl
Releases · m3g/ShowMethodTesting.jl
v1.3.0
ShowMethodTesting v1.3.0
- Better support (actual support) for floating point numbers in scientific notation.
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#11) (@dependabot[bot])
- support comparison with numbers in scientific notation (#12) (@lmiq)
v1.2.1
ShowMethodTesting v1.2.1
- improve comparison of arrays and propagate comparison options to string compared.
v1.2.0
ShowMethodTesting v1.2.0
New features:
- The
parse_showfunction supports now thecontextandmimekeywords, which are forwarded to thereprcall asrepr(mime, x; context=...). Ifmime == nothingtherepr(x; context=...)method is called (by defaultmime == nothingandcontext == nothing).
Merged pull requests:
v1.1.0
ShowMethodTesting v1.1.0
New feature
- Support any container with elements of type
Pairas the list of replacements to be applied inparse_show.
Merged pull requests:
v1.0.2
v1.0.1
ShowMethodTesting v1.0.1
- Support multiple replacements, which failed because of this possible bug: JuliaLang/julia#57669.
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#3) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#4) (@dependabot[bot])
- fix multiple replacements (#5) (@lmiq)
v1.0.0
ShowMethodTesting v1.0.0
Update release.