File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ File filter
3+ # Changelog
4+
5+ All notable changes to this project will be documented in this file.
6+
7+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
8+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9+
10+ Links are updated with Changelog.jl using the command:
11+
12+ ``` julia
13+ Changelog. generate (
14+ Changelog. CommonMark (), # output type
15+ " CHANGELOG.md" ; # input and output file
16+ repo = " JuliaDataCubes/PyramidScheme.jl" , # default repository for links
17+ )
18+ ```
19+
20+ ## [ 0.1.2]
21+
22+ ### Added
23+
24+ - Implemented proper MakieRecipies this should make Observable(::Pyramid) work
25+ - Added ` cat ` of Pyramids to concatenate on all levels
26+
27+ ### Fixed
28+
29+ - Improved computation of the dimensions of the aggregated levels
Original file line number Diff line number Diff line change 11name = " PyramidScheme"
22uuid = " ec211b67-1c2c-4319-878f-eaee078ee145"
33authors = [
" Felix Cremer <[email protected] > and contributors" ]
4- version = " 0.1.1 "
4+ version = " 0.1.2 "
55
66[deps ]
77ArchGDAL = " c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
You can’t perform that action at this time.
0 commit comments