Releases: libmir/mir-algorithm
Releases · libmir/mir-algorithm
v3.7.16
v3.7.15
v3.7.13
v3.7.8
v3.7.7
v3.7.6
Remove DIP1008 from the global dub scope
v3.7.3 rework dips (#223)
Merge with Mir Runtime
Modules merged from mir-runtime
:
- mir.parse
- mir.format
- mir.appender
- mir.exception
Improvements:
rcarray
accepts input ranges
v3.6.12
Lagrange Interpolation
- Added Polynomial Interpolation
opSlice
now usesSlice!(IotaIterator!size_t)
instead of the_Slice
dummy struct.
s = s[iota(3, 5)]
syntax can be used now.- Added
triplets
topology