Skip to content

Releases: ggebbie/UnitfulLinearAlgebra.jl

Remove `UnitfulDimMatrix`

21 Nov 16:58
8869a20

Choose a tag to compare

Merge pull request #118 from ggebbie/112-deprecate-unitfuldimmatrix

112 deprecate unitfuldimmatrix

Update General registry

02 Oct 11:57
3d8d8ec

Choose a tag to compare

Merge pull request #110 from ggebbie/mult-ambiguity

experiment: unstick General registry

Resolve multiplication ambiguity

01 Oct 01:55
2da9779

Choose a tag to compare

Merge pull request #109 from ggebbie/mult-ambiguity

Multiplication dispatch ambiguity

Dimensional Data v0.29

11 Nov 18:54
9c19e1c

Choose a tag to compare

Merge pull request #107 from ggebbie/update-dd

Dimensional Data v0.29

v0.3.7

27 Jun 14:52
33cab4b

Choose a tag to compare

UnitfulLinearAlgebra v0.3.7

Diff since v0.3.6

Merged pull requests:

v0.3.6

03 Jun 20:47
7d4dc2c

Choose a tag to compare

UnitfulLinearAlgebra v0.3.6

Diff since v0.3.4

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 UnitfulMatrix for vectors (#104) (@ggebbie)

Closed issues:

  • significance of unitrange returning row vector vs. column vector (#82)

v0.3.4

25 Oct 11:34
e0a187c

Choose a tag to compare

UnitfulLinearAlgebra v0.3.4

Diff since v0.3.3

Merged pull requests:

v0.3.3

23 Oct 12:32
bf5fcf2

Choose a tag to compare

UnitfulLinearAlgebra v0.3.3

Diff since v0.3.2

Merged pull requests:

Closed issues:

  • dsvd doesn't work for FixedUnits (#88)
  • conjugate transpose incorrect (#90)
  • rm SparseArrays dependency (#96)
  • Latexify extension (#97)

v0.3.2

11 Oct 11:49
e859a44

Choose a tag to compare

UnitfulLinearAlgebra v0.3.2

Diff since v0.3.0

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) where x is not a Vector causes (Matrix)(::Nothing) error (#92)

v0.3.0

24 Aug 13:53
de65923

Choose a tag to compare

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, mean don't carry units (#51)
  • Two definitions of transpose (#54)
  • inconsistency with whether or not you have have two identical dims (#58)
  • rebuild error: nightly Julia reflection/generated function issue (#61)
  • notebooks/notebook.jl requires 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)
  • inv should not have singular check (#78)
  • diag returns 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)
  • hcat and vcat (#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)
  • sum and mean (#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 Diagonal syntax (#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)