Releases: beacon-biosignals/StableHashTraits.jl
Releases · beacon-biosignals/StableHashTraits.jl
v1.3.3
StableHashTraits v1.3.3
Merged pull requests:
- Bugfix:
StackOverflowError
for fields of typeDataType
(#73) (@haberdashPI)
v1.3.2
StableHashTraits v1.3.2
Merged pull requests:
- Fix MethodError when hashing Pair (#74) (@rasmushenningsson)
- Fix
Pair
bug (#77) (@haberdashPI)
Closed issues:
v1.3.1
StableHashTraits v1.3.1
Merged pull requests:
- Support Julia 1.11 (hash version=4 only). (#69) (@haberdashPI)
- Typofix README.md (#70) (@PallHaraldsson)
Closed issues:
v1.3.0
StableHashTraits v1.3.0
Merged pull requests:
- Core functionality for version 1.3 (#58) (@haberdashPI)
- Bump julia-actions/setup-julia from 1 to 2 (#67) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#68) (@dependabot[bot])
v1.2.0
StableHashTraits v1.2.0
Merged pull requests:
- Create dependabot.yml (#56) (@palday)
- Refactor into multiple files (#57) (@haberdashPI)
- Bump codecov/codecov-action from 2 to 4 (#59) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#60) (@dependabot[bot])
- Bump actions/checkout from 1 to 4 (#61) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#62) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#63) (@dependabot[bot])
- Fix module prefixing for type names (#64) (@haberdashPI)
- Only use julia-actions/cache instead of manual cache (#65) (@palday)
Closed issues:
- Julia 1.10 hashs remain unstable: (#51)
v1.1.8
StableHashTraits v1.1.8
Merged pull requests:
- Fix single-term tuple bug in 1.10 (#52) (@haberdashPI)
v1.1.7
StableHashTraits v1.1.7
Merged pull requests:
- Fix awkward
Pairs
names used to represent keyword arguments (#53) (@haberdashPI)
v1.1.6
StableHashTraits v1.1.6
Merged pull requests:
- Fix Bug in the hashing of empty tuples (#49) (@haberdashPI)
v1.1.5
StableHashTraits v1.1.5
Merged pull requests:
- Make Julia 1.10 type ids stable (#43) (@haberdashPI)
- Generated function CI tests (#45) (@haberdashPI)
Closed issues:
v1.1.4
StableHashTraits v1.1.4
Merged pull requests:
- Ensure Pluto-defined structs have a stable hash (#44) (@haberdashPI)
Closed issues:
- Unstable hashes in Pluto.jl notebooks (#41)