Releases: rafaqz/DimensionalData.jl
Releases · rafaqz/DimensionalData.jl
v0.29.2
v0.29.1
DimensionalData v0.29.1
Merged pull requests:
- fix show for zero dim array val (#838) (@rafaqz)
- simplify stack type (#840) (@rafaqz)
- put LinearAlgebra and SparseArrays in extensions (#841) (@rafaqz)
- fix fill example docs (#843) (@rafaqz)
- allow DD keywords in similar (#844) (@rafaqz)
- Implement
bounds
andintervalbounds
forCenter
locus withDateTime
(#846) (@rafaqz) - allow
DiskArrays.cache
to operate on theparent
of a dimarray. (#849) (@asinghvi17) - Add generator syntax as DimArray method (#852) (@kapple19)
- make array type printing consistent with base (#854) (@simeonschaub)
- Respect
axis = (; type = ...)
when type is a LScene (#855) (@asinghvi17) - Simplify
selectindices
(#856) (@rafaqz) - Dates in doctests (#859) (@rafaqz)
Closed issues:
- [Doc] Non uniform grids? (#84)
- Document plot recipes (#91)
- Optimise table loading. (#267)
- Reduce the size of the DimStack type (#372)
- Print intervals in
show
rather than just values. (#444) - Deprecate
map(::AbstractDimStack)
(#579) - Broadcasting over a
DimArray
drops the name field (#580) - Reduce number of warnings in tests (#733)
- add
name
etc keywords toDimArray
similar
(#750) - display error for 0-dim array wrapped by Dimension (#802)
- Lookup conversion helper functions (#807)
- improved RollingFunctions.jl integration (#851)
v0.29.0
DimensionalData v0.29.0
Merged pull requests:
- Scatter dimpoints (#833) (@rafaqz)
- fix atol in At for Dates (#834) (@rafaqz)
- Maybe Breaking: selectors should error with NaN (#835) (@rafaqz)
- fix dim warnings (#836) (@rafaqz)
Closed issues:
- Check that lookup properties match in broadcasts (#517)
- Weighted mean from
StatsBase
does not work on DimArray (#754) - missing function in plot recipe (#773)
- Feature request: Makie convert_arguments for DimPoints in PointBased (#803)
- Better handling of
NaN
in selectors and Extent (#808) - Select
At
date withatol
(#827)
v0.28.5
DimensionalData v0.28.5
Merged pull requests:
Closed issues:
v0.28.4
DimensionalData v0.28.4
Merged pull requests:
- Allow dimensions to be used as AlgebraOfGraphics selectors (#823) (@asinghvi17)
- Go through the docs, correct grammar, etc (#824) (@asinghvi17)
- Bump patch version (#828) (@asinghvi17)
- doc typos (#830) (@haakon-e)
Closed issues:
v0.28.3
DimensionalData v0.28.3
Merged pull requests:
v0.28.2
v0.28.1
v0.28.0
DimensionalData v0.28.0
Merged pull requests:
- Breaking: Broadcast performance and correctness (#777) (@rafaqz)
@d
macro for dimension aware broadcasts (#794) (@rafaqz)- Make expand_dimensions definitions non ambiguous (#795) (@asinghvi17)
- Update README.md formatting (#796) (@asinghvi17)
- Better promotedims (#799) (@rafaqz)
- More
@d
macro documentation (#801) (@rafaqz)
Closed issues:
- Would it make sense to add support for defining dimensions with a symbol -OR- string? (#797)
v0.27.9
DimensionalData v0.27.9
Merged pull requests:
- Fix _lookup_to_vector and _lookup_to_interval (#776) (@ptiede)
- Improve GPU functionality (#780) (@ptiede)
- try testing from 1.10 (#781) (@rafaqz)
- Show brackets for dimensions (#782) (@rafaqz)
- Set all (#783) (@rafaqz)
- New logo (#786) (@asinghvi17)
- update readme (#789) (@spaette)
- DDMakieExt: fix trying to set OldAxis values if there is no OldAxis (#792) (@asinghvi17)
- Edit ptiede makiefix (#793) (@rafaqz)
Closed issues: