Skip to content

Releases: SciML/LabelledArrays.jl

v1.0.0

30 Nov 09:47
v1.0.0
c407916
Compare
Choose a tag to compare

v1.0.0 (2019-11-30)

Diff since v0.7.1

Closed issues:

Merged pull requests:

  • CompatHelper: add new compat entry for "MacroTools" at version "0.5" (#70) (github-actions[bot])
  • CompatHelper: add new compat entry for "StaticArrays" at version "0.12" (#69) (github-actions[bot])
  • Better printing and fix broadcasting when the label is a range (#66) (YingboMa)

v0.7.1

05 May 20:38
Compare
Choose a tag to compare
update version

v0.7.0

03 May 10:30
e3161df
Compare
Choose a tag to compare
Update Project.toml

v0.6.0

30 Apr 15:00
Compare
Choose a tag to compare
fix non-vector broadcasts

Sliced labelled arrays

01 Mar 04:45
1cb485a
Compare
Choose a tag to compare
Merge pull request #49 from rafaqz/macro_hygene

Macro hygene

More inferability

28 Jan 00:55
e7aeb85
Compare
Choose a tag to compare
Merge pull request #40 from YingboMa/ChrisRackauckas-patch-1

Delegate SLArray construction to StaticArrays.jl

Better conversion syntax

13 Dec 22:41
a825202
Compare
Choose a tag to compare
Merge pull request #35 from MSeeker1340/named-tuple

Named tuple conversion

Fix undef issues

16 Nov 21:55
3e272be
Compare
Choose a tag to compare
Merge pull request #34 from MSeeker1340/undef-copy

Allow copying uninitialized LArrays

Indexing performance

12 Nov 14:35
e6fb40d
Compare
Choose a tag to compare
Merge pull request #30 from JuliaDiffEq/perf

Fix indexing performance

Fix broadcast return type

08 Nov 06:01
fec0e5c
Compare
Choose a tag to compare
Merge pull request #26 from YingboMa/bc

Broadcast between LArray and Array