Releases: ggebbie/UnitfulLinearAlgebra.jl
Releases · ggebbie/UnitfulLinearAlgebra.jl
Remove `UnitfulDimMatrix`
Update General registry
Merge pull request #110 from ggebbie/mult-ambiguity experiment: unstick General registry
Resolve multiplication ambiguity
Merge pull request #109 from ggebbie/mult-ambiguity Multiplication dispatch ambiguity
Dimensional Data v0.29
Merge pull request #107 from ggebbie/update-dd Dimensional Data v0.29
v0.3.7
UnitfulLinearAlgebra v0.3.7
Merged pull requests:
v0.3.6
UnitfulLinearAlgebra v0.3.6
Merged pull requests:
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#102) (@github-actions[bot])
- Update dimensionaldata 0.27 (#103) (@ggebbie)
- Deprecate use of
UnitfulMatrixfor vectors (#104) (@ggebbie)
Closed issues:
- significance of
unitrangereturning row vector vs. column vector (#82)
v0.3.4
UnitfulLinearAlgebra v0.3.4
Merged pull requests:
v0.3.3
v0.3.2
UnitfulLinearAlgebra v0.3.2
Merged pull requests:
- Backslash inexact, inner constructors (#89) (@ggebbie)
- CompatHelper: bump compat for DimensionalData to 0.25, (keep existing compat) (#91) (@github-actions[bot])
- 92 bug report unitfulmatrixx where x is not a vector causes matrixnothing error (#94) (@ggebbie)
Closed issues:
- Bug report:
UnitfulMatrix(x)wherexis not aVectorcauses(Matrix)(::Nothing)error (#92)
v0.3.0
UnitfulLinearAlgebra v0.3.0
Closed issues:
- add
ldiv(#3) - optimize performance: matrix multiply (#11)
- slices of AbstractMultipliableMatrix don't work (#13)
- show
UniformMatrixs in the Unitful style (#17) - notebook
unitful_intro.jl: ERROR: LoadError: too many parameters for type (#26) - DSVD{UnitfulMatrix} units not correct (#28)
- Inner product of UnitfulVectors fail (#29)
- removing refdims causes slice error (#34)
- displaying multiplied value in REPL throws error (#35)
- rebuild not implemented for UnitfulDimMatrix (#36)
- bug for row slices (#38)
- version number issue in package manager (#47)
- Error displaying transpose of UnitfulDimMatrix (#49)
- UnitfulMatrix: Operations like
sum,meandon't carry units (#51) - Two definitions of transpose (#54)
- inconsistency with whether or not you have have two identical dims (#58)
rebuilderror: nightly Julia reflection/generated function issue (#61)notebooks/notebook.jlrequires environment update (#65)- show error: regular matrix times Unitful matrix (#66)
- vec() for a UnitfulDimMatrix doesn't return any information about units (#68)
- Replace workarounds with
NoUnits(#73) - Permit units without
FreeUnits(#75) - diag for a permil matrix multiplies in the permils and returns a unitless quantity (#77)
invshould not have singular check (#78)diagreturns non-Unitful vector when input is unitless (#83)
Merged pull requests:
- CompatHelper: add new compat entry for Unitful at version 1, (keep existing compat) (#1) (@github-actions[bot])
- CompatHelper: add new compat entry for Revise at version 3, (keep existing compat) (#2) (@github-actions[bot])
- Merge multidimensional analysis up to
inv,lu(#5) (@ggebbie) - Matrix left divide (#7) (@ggebbie)
- uniform SVD, Cholesky decomposition, left divide for LU object (#9) (@ggebbie)
- SVD for non-uniform matrices (#10) (@ggebbie)
- README with usage, approach (#12) (@ggebbie)
- eigen: part 1 (#14) (@ggebbie)
eigen: part 2 (#15) (@ggebbie)- DSVD (#16) (@ggebbie)
hcatandvcat(#20) (@ggebbie)- matrix slices (#21) (@ggebbie)
inv(F::DSVD)(#23) (@ggebbie)- Streamline tests (#24) (@ggebbie)
- unitful_intro notebook part I (#25) (@ggebbie)
- UnitfulMatrix (#30) (@ggebbie)
- CompatHelper: add new compat entry for DimensionalData at version 0.24, (keep existing compat) (#31) (@github-actions[bot])
- Remove Multipliable Matrix types (#32) (@ggebbie)
- Update README.md (#33) (@briochemc)
- Remove UnitfulMatrix.metadata (#37) (@ggebbie)
- remove UnitfulMatrix.name (#39) (@ggebbie)
- Introductory notebook updated to UnitfulMatrix (#40) (@ggebbie)
- Interface check (#41) (@ggebbie)
- Row and Matrix slices (#42) (@ggebbie)
- Split unitful matrix (#43) (@ggebbie)
- UnitfulDimMatrix: a start (#44) (@ggebbie)
- UnitfulDimMatrix:
inv,singular,det(#45) (@ggebbie) - UnitfulDimMatrix:
show,uniform,dimensionless(#46) (@ggebbie) - UnitfulDimMatrix: improved tests (#50) (@ggebbie)
- transpose(::UnitfulDimMatrix) (#52) (@ggebbie)
sumandmean(#53) (@ggebbie)- Better display of UnitfulDimVecOrMat (#55) (@ggebbie)
- bugfix refdims rebuildsliced (#56) (@ggebbie)
- Dot products with units (#57) (@ggebbie)
- extend UnitfulDimMatrix functions (#59) (@ggebbie)
- Added UnitfulMatrix * Matrix functionality, small comments added (#67) (@b-r-hamilton)
- Update
Diagonalsyntax (#69) (@ggebbie) - 68 vec for a unitfuldimmatrix doesnt return any information about units (#70) (@ggebbie)
- Remove Manifest (#71) (@ggebbie)
- changed iteration on Base.vec (#72) (@b-r-hamilton)
- do what the PR says (#74) (@ggebbie)
- more functions (#76) (@ggebbie)
- 78 inv should not have singular check (#79) (@ggebbie)
- 77 diag for a permil matrix multiplies in the permils and returns a unitless quantity (#80) (@ggebbie)
- CompatHelper: add new compat entry for Revise at version 3, (keep existing compat) (#81) (@github-actions[bot])
- Preparation for Julia general registry (#86) (@ggebbie)