Closed ks905383 closed 6 months ago
Now, xa.set_defaults() can be used, either on its own or in a with block, to set silent=True/False or impl='for_loop'/'dot_product'.
xa.set_defaults()
with
silent=True/False
impl='for_loop'/'dot_product'
Now truly fixes #55
.gitignore
Main changes
Now,
xa.set_defaults()
can be used, either on its own or in awith
block, to setsilent=True/False
orimpl='for_loop'/'dot_product'
.Now truly fixes #55
Minor changes
.gitignore
now ignores temporary files created during export tests