NEWS
stokes 1.2-3
stokes 1.2-2
- new vignette on tensor products
stokes 1.2-1 (2024-06-04)
- edge-cases for
vector_cross_product()
, now works with a single 2D vector
- removal of dependence on emulator [in favour of quadform]
stokes 1.2-0 (2023-08-18)
- spray functionality imported, dependency removed
- consistentification of vignettes
- arXiv preprint cited
- minor documentation improvements
- consistentification of the zero object
- spray package now imported rather than attached
- coverage increased
- three-dimensional vector cross product redefined and discussed in vignette
vector_cross_product()
stokes 1.1-7
- consistentification of the
stokes
vignette
stokes 1.1-6 (2022-12-09)
- Improvements to summary print methods
- citation points to arXiv preprint
- tweaks to vignettes
- remove overlooked dependence on pracma
stokes 1.1-4
stokes 1.1-3 (2022-06-14)
stokes 1.1-2
vector_cross_product()
implemented
- new vignette
stokes 1.1-1 (2022-01-06)
- Can use
^
in place of %^%
stokes 1.1-0
- tighter integration with the
spray
and disordR
packages
- comparison operators
!=
and ==
with numeric implemented
is.zero(0)
now true [no need to drop()
!]
as.one()
added
- dependency on
magrittr
removed; %>%
is now |>