Arblib v1.2.1
This is a patch release which fixes a few minor issues and improves the CI
- Fixes some issues with
show
forArb
andAcb
withcompact
printing - Add constructor for
Mag
,Arf
andAcb
fromComplex
and constructor ofArb
fromAcb
- Fix issues with
minimum/maximum
forArbRef
and mixtures betweenArb
and other types. - The CI now runs Aqua.jl and the Github actions are more up to date (thanks to @devmotion)
Merged pull requests:
- Fix admonitions (#184) (@devmotion)
- Add dependabot and update CI (#185) (@devmotion)
- Add Aqua tests and fix unbound type parameters (#186) (@devmotion)
- Fix
setprecision
errors on Julia nightly (#187) (@devmotion) - Bump codecov/codecov-action from 1 to 4 (#188) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#189) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#190) (@dependabot[bot])
- Fix codecov integration (#191) (@devmotion)
- Fix ambiguities (#192) (@Joel-Dahne)
- Fix some edge cases in
string
andshow
forArb
andAcb
(#193) (@Joel-Dahne) - Release version 1.2.1 (#194) (@Joel-Dahne)