We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaef46 commit 1a46aaaCopy full SHA for 1a46aaa
.travis.yml
@@ -14,6 +14,10 @@ julia:
14
- 1.6
15
- 1.7
16
- 1.8
17
+ - 1.9
18
+ - 1.10
19
+ - 1.11
20
+ - 1.12
21
- nightly
22
matrix:
23
allow_failures:
Project.toml
@@ -1,7 +1,7 @@
1
name = "DirectSum"
2
uuid = "22fd7b30-a8c0-5bf2-aabe-97783860d07c"
3
authors = ["Michael Reed"]
4
-version = "0.8.20"
+version = "0.8.21"
5
6
[deps]
7
ComputedFieldTypes = "459fdd68-db75-56b8-8c15-d717a790f88e"
src/DirectSum.jl
@@ -29,7 +29,7 @@ import AbstractTensors: TensorAlgebra, Manifold, TensorGraded, scalar, isscalar,
29
import AbstractTensors: vector, isvector, bivector, isbivector, volume, isvolume, equal, ⋆
30
import AbstractTensors: value, valuetype, interop, interform, even, odd, isnull, norm, SUM
31
import AbstractTensors: TupleVector, Values, Variables, FixedVector, basis, mdims, PROD
32
-import AbstractTensors: Scalar, GradedVector, Bivector, Trivector, SUB
+import AbstractTensors: Scalar, GradedVector, Bivector, Trivector, SUB, pseudoscalar
33
34
import Leibniz: Fields, pre, PRE, vsn, VTI, bit2int, combo, indexbits, indices
35
import Leibniz: printlabel, supermanifold, shift_indices, shift_indices!, printindices
0 commit comments