Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 18:05
· 2 commits to master since this release

StationXML v0.2.3

Diff since v0.2.2

StationXML.jl v0.2.3 fixes the use of .-access (getproperty) on AbstractArrays of StationXML types Network, Station and Channel on Julia v1.11+. This will be removed in a future breaking release as this is type piracy.

Merged pull requests:

  • Fix error in overloading getproperty(AbstractArray, ...) (#16) (@anowacki)