Releases: rafaqz/DimensionalData.jl
Releases · rafaqz/DimensionalData.jl
v0.29.25
DimensionalData v0.29.25
Merged pull requests:
- do tabs 0.6, 0.7.2 broke for us (#1099) (@lazarusA)
- doc: fix FFT doc equations (#1102) (@haakon-e)
- Fix typo in docs (#1106) (@penelopeysm)
- Restrict CI to Python 3.13 (#1109) (@JamesWrigley)
- Fix tests no julia 1.12 (#1110) (@tiemvanderdeure)
- Breaking: remove methods that are hardly uesd and cause many invalidations (#1113) (@tiemvanderdeure)
- fix
sum(da; dims = :notadim)(#1116) (@tiemvanderdeure) - Standardise Ext (#1117) (@rafaqz)
- Implement
Base.instantiate- take 2 (#1118) (@tiemvanderdeure) - Preserve dimensions when broadcasting dimstack (#1127) (@tiemvanderdeure)
- Add the
Dparameter toAbstractDimStack(#1128) (@rafaqz) - StandardIndices should be last in indexing methods (#1129) (@rafaqz)
- Add _show_data function to skip data loading during show (#1130) (@felixcremer)
- remove deprecated LookupArrays (#1132) (@rafaqz)
Closed issues:
v0.29.24
DimensionalData v0.29.24
Merged pull requests:
- Remove rtol from At selector (#1062) (@felixcremer)
- Breaking: standardise interface methods and remove
index(#1083) (@rafaqz) - Forward name keyword in groupby (#1084) (@felixcremer)
- Breaking: remove abstract constructors (#1087) (@rafaqz)
- delete doc previews every Sunday at midnight (#1088) (@lazarusA)
- adds ChainRulesCore extension (#1089) (@lazarusA)
- fix: improve dimension mismatch error messages for broadcasting (#1094) (@Beforerr)
- adds selectors rrule (#1096) (@lazarusA)
- fix bug with fft data precision (#1095) (#1098) (@DylanMMarques)
Closed issues:
- implement some chainrules (#513)
- Remove AbstractDimArray Constructors (#1003)
- ci action to delete previews and maybe git history from gh-pages (#1069)
- No method matching
parentmodule(::Type{AbstractDimVecOrMat})(#1092) - reinterpret in FFT code does not interact correctly with mixed precision (#1095)
v0.29.23
DimensionalData v0.29.23
Merged pull requests:
- Add tests for prune (#1065) (@felixcremer)
- Add show tests for Selectors (#1079) (@felixcremer)
- Add show test for DimSelectors (#1081) (@felixcremer)
- use rebuild for similar of dimarray with new axes (#1082) (@tiemvanderdeure)
Closed issues:
- [FR] Store scalars/0-dimensional
DimArrayinDimStack? (#1074)
v0.29.22
DimensionalData v0.29.22
Merged pull requests:
- Revert "Implement Broadcast.instantiate function (#1051)" (#1073) (@tiemvanderdeure)
v0.29.21
DimensionalData v0.29.21
Merged pull requests:
- Breaking: Materialize
DimArrayorDimStackFrom a Table (#739) (@JoshuaBillson) - remove meta description from homepage? maybe that fixes it (#1070) (@asinghvi17)
v0.29.20
DimensionalData v0.29.20
Merged pull requests:
- Overload DiskArrays.mockchunks (#1035) (@felixcremer)
- Extension of AbstractFFTs (#1044) (@DylanMMarques)
- Make text on begin end indexing a warning admonition (#1045) (@felixcremer)
- Add meta descriptions to all doc pages (#1047) (@asinghvi17)
- Move SparseArrays to a package extension (#1048) (@asinghvi17)
- Implement Broadcast.instantiate function (#1051) (@tiemvanderdeure)
- Set default grouping function to identity and add tests (#1052) (@tiemvanderdeure)
- CompatHelper: bump compat for CategoricalArrays in [weakdeps] to 1, (keep existing compat) (#1054) (@github-actions[bot])
- Fix setindex! for DimTree with two arrays with same axes (#1056) (@felixcremer)
- remove extra
displayin makie plots (#1059) (@rafaqz) - Fix vcat for Datetime (#1061) (@felixcremer)
- compare only commondims when adding branch to dimtree (#1064) (@tiemvanderdeure)
- test: add unit tests for PR#1048 (#1066) (@codecov-ai[bot])
- Fix CHOLMOD.Dense 1D comparison in SparseArrays tests (#1067) (@asinghvi17)
Closed issues:
- add title to DimArray (#692)
enddoesn't work correctly (#790)- How to get leaves of a DimTree as Arrays? (#1021)
- Extension of
AbstractFFT(#1040) - Makie plot is displayed twice in IJulia (#1053)
- Could not
vcattwo Time dimension. (#1060) - comparedims(d1,d2) result depends on order of dimensions (#1063)
v0.29.19
DimensionalData v0.29.19
Merged pull requests:
- Makie extension to work with
Observable(#1012) (@DylanMMarques) - Separate makie and plots tests (#1032) (@DylanMMarques)
- Test plot! functions without axis argument (#1033) (@felixcremer)
- Add tests for plotting of a 1-dim view dimarray (#1034) (@felixcremer)
- Breaking: skipmissing on a dimstack (#1041) (@tiemvanderdeure)
- Bump patch version (#1042) (@asinghvi17)
Closed issues:
- heatmap!(dimarray) fails (#564)
- Support plot mutation with global Axis (#719)
- spy(dd) not working because of ambiguity (#800)
spyon dimarrays with missings is still broken (#805)- Different plots when using
Observable(#906) - Plot of
Observable{DimArray{<:Quantity}}does not update when using@lift(#941) - MethodError: no method matching genperm(::Tuple{Base.OneTo{Int64}}, ::Int64) (#949)
v0.29.18
DimensionalData v0.29.18
Merged pull requests:
- fix depwarns (#1019) (@bjarthur)
- CompatHelper: bump compat for Makie in [weakdeps] to 0.23, (keep existing compat) (#1020) (@github-actions[bot])
- CompatHelper: bump compat for AlgebraOfGraphics in [weakdeps] to 0.11, (keep existing compat) (#1023) (@github-actions[bot])
- Fix DimTree example block (#1024) (@kapple19)
- Do not rely on age-dependent name lookup to find the base type (#1027) (@yuyichao)
Closed issues:
v0.29.17
DimensionalData v0.29.17
Merged pull requests:
- Run JET and bugfix (#996) (@rafaqz)
- Remove non imported Dimensions/utils.jl (#999) (@felixcremer)
- Remove unused LazyDims2Cartesian (#1000) (@felixcremer)
- delete another unimported file (#1001) (@rafaqz)
- clean up show (#1002) (@rafaqz)
- Add test_throw for hasselection (#1007) (@felixcremer)
- Remove lookuptype function (#1008) (@felixcremer)
- Remove deprecations (#1009) (@felixcremer)
- fix makie axis keywords (#1010) (@rafaqz)
- ups for DVPress 0.2 (#1015) (@lazarusA)
- bump (#1017) (@lazarusA)
Closed issues:
v0.29.16
DimensionalData v0.29.16
Merged pull requests:
- use maplayers in (un)mergedims (#959) (@tiemvanderdeure)
- fix BeginEndStepRange for LazyMath (#967) (@rafaqz)
- Fix dimension ordering when converting a DataArray to DimArray (#971) (@JamesWrigley)
- Add support for zero-copy conversions from an xarray to a DimArray (#972) (@JamesWrigley)
- Enable individual indexing for merged lookups (#980) (@asinghvi17)
- Fix missing Colorbar in Makie heatmap (#989) (@danlooo)
- Dimstack constructor fixes (#990) (@rafaqz)
- fix tests (#992) (@asinghvi17)
- Bump patch version (#993) (@asinghvi17)
- fix statsbase dims kw (#994) (@rafaqz)
- fix d macro infix assignment (#995) (@rafaqz)
Closed issues:
- Nested xarray.DataTree-like containers (#954)
(1:10)[2:2:End-1] == 2:2:8should work (#964)- bug: broadcast using ".+=" , ".-=" .... (#969)
- A helper function that removes singleton dimensions (#974)
- Please commit to a 1.0 or list reasons preventing it (#975)
- Broken integration with StatsBase on 0.28 (or 0.29)!!! (#976)
- Showing a DimArray with a zero trailing dimension errors (#979)
- Is it possible to set units for each index of a dimension? (#984)
- How to dynamically construct a DimStack (#985)
- DimStack(data; name) does not work (#987)
- DimStack
keyword argumentsare undocumented (#988)