rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
262 stars 38 forks source link

Remove if VERSION checks #729

Closed felixcremer closed 2 weeks ago

felixcremer commented 2 weeks ago

There are 16 checks for the version of Julia in the source code or the tests. They are all testing for version numbers 1.9 or lower. Since we are restricting the Julia version to 1.9 and newer we should not need these checks anymore.

Therefore either the check should be removed or the whole code block if it can't be reached anyway.

rafaqz commented 2 weeks ago

Yeah just old baggage, we can remove it all.