Recent Releases of ginjax

ginjax - JOSS Post Review

Release with all the updates incorporated after the JOSS review.

Also includes the change to allow for metric tensor that are not the flat Euclidean metric. This means that under the hood the keys of a MultiImage are a tuple where the first element is a tuple of boolean values with length equal to the tensor order, and a parity integer 0 or 1. For example, a scalar image will have key ((),0), a pseudo scalar ((),1), a contravariant vector image is ((False,),0), a covariant vector image is ((True,),0) and so on. MultiImages can be still be declared with integer k, and it will default to all contravariant axes (False,)*k. If the MultiImages have non-Euclidean metric tensor, that metric tensor field can be saved during construction as an argument.

Scientific Software - Peer-reviewed - Python
Published by WilsonGregory 5 months ago

ginjax - JOSS Paper Version

Release for the JOSS submission.

Scientific Software - Peer-reviewed - Python
Published by WilsonGregory 10 months ago

ginjax - GI-Net Paper Version

This release includes the code to reproduce the results exactly in this paper: https://arxiv.org/abs/2305.12585

Since those scripts do not use the Equinox models, they will not be used moving forward. But if need be they are still here.

Scientific Software - Peer-reviewed - Python
Published by WilsonGregory 11 months ago