Releases: rafaqz/DimensionalData.jl
Releases · rafaqz/DimensionalData.jl
v0.7.1
v0.7.0
v0.6.0
DimensionalData v0.6.0
Closed issues:
- Overhaul broadcast (#19)
- Pretty printing for DimensionalArray should actually show the dimension and not display the type info (#30)
- Dimension dispatch should be abstract, not concrete (#34)
- Zero cost indexing broken in travis on 1.3 (#35)
- How to select a dimension by indices (if possible)? (#42)
- samples vs means / implementing a histogram (#45)
- Repeated use of a dimension (#46)
- Incorrect dimensions after matrix multiplication (#47)
- handle empty length 1 dimension from adjoint on Vector, and similar. (#52)
- Further improve pretty printing of DimensionalArray (#53)
- Why are basic operations on DimensionalArray 100s of times slower than their lowered versions? (#63)
Merged pull requests:
- export @dim macro (#32) (@Datseris)
- [WIP] Support for mixed positional indexing (#48) (@ivirshup)
- add size and axes methods with dims. and cleanup tests (#49) (@rafaqz)
- remove generated funcs, allow repeated dim types (#51) (@rafaqz)
- multiply methods (#54) (@rafaqz)
- Further improve pretty printing (#55) (@Datseris)
- fix reverse (#56) (@rafaqz)
- CompatHelper: bump compat for "RecipesBase" to "0.8" (#60) (@github-actions[bot])
- Write out cases for mixed positional/ selector indexing (#62) (@ivirshup)
- abstract dims (#64) (@rafaqz)
- Install TagBot as a GitHub Action (#65) (@JuliaTagBot)
- allow type only dim format (#66) (@rafaqz)
- Broadcast (#67) (@rafaqz)
- remove additional abstract array types (#68) (@rafaqz)
- clean up dim names and test use of abstract types in primitives (#69) (@rafaqz)
v0.5.1
v0.5.0
v0.5.0 (2020-01-13)
Merged pull requests: