Releases: rafaqz/DimensionalData.jl
Releases · rafaqz/DimensionalData.jl
v0.10.8
v0.10.7
DimensionalData v0.10.7
Merged pull requests:
v0.10.6
v0.10.5
DimensionalData v0.10.5
v0.10.4
DimensionalData v0.10.4
v0.10.3
v0.10.2
v0.10.1
v0.10.0
v0.9.0
DimensionalData v0.9.0
Closed issues:
- Array interfaces for dims? (#2)
- How do you construct a dimensional array? (#15)
- Support non standard axes with selectors (#25)
- The README example conflicts Time with Dates.Time (#28)
- [Dev Question] What's the purpose/use of Grid and co types? (#31)
- Add comparison to NamedArrays (#44)
- broadcasting over dimensions, as in xarray (#57)
- [Example] Best way to dispatch on dimensions? (#59)
- clarify selectors on point and interval grids (#71)
- [Dev Question] What is the purpose/use of referenced dimensions? (#72)
- Permute dims method redefinition (#76)
- Broadcasting and empty dims (#77)
- Documentation of invariants (#83)
- swapdims and plot with dims arg methods (#87)
- Error from printing view with 0 dims (#92)
- At with a range should return a range. (#96)
- Dimensions should define
eachindex
methods (#97) - Something to consider: moving to an org and having more admins (#107)
Merged pull requests:
- Allow EmptyDims to match other dims when broadcasting (#78) (@ivirshup)
- Better plots (#81) (@rafaqz)
- Use IndexStyle of underlying array (#82) (@ivirshup)
- Invariant sizes (#85) (@ivirshup)
- Documentation (#86) (@rafaqz)
- Syntax for broadcasting over dimension (#88) (@Datseris)
- Fix docs warnings (#89) (@rafaqz)
- Make benchmarks easier to use (#100) (@ivirshup)
- add a swapdims method (#102) (@rafaqz)
- cleanup dimension type names (#103) (@rafaqz)
- Fix print (#104) (@rafaqz)
- check for array axes and test offset arrays work (#105) (@rafaqz)
- WIP Rethink grid types (#106) (@rafaqz)
- bug fix broadcast and similar (#108) (@rafaqz)
- AnonDim (#110) (@rafaqz)