This repository was archived by the owner on Dec 16, 2021. It is now read-only.
Releases: JuliaPlots/MakieGallery.jl
Releases · JuliaPlots/MakieGallery.jl
v0.1.9
MakieGallery v0.1.9
Closed issues:
- document how to preserve fontsize of text (#183)
Merged pull requests:
- record lighting example (#238) (@SimonDanisch)
v0.1.8
MakieGallery v0.1.8
Merged pull requests:
- since this is a testing package only, we should keep version bounds s… (#225) (@SimonDanisch)
- Small rework of download_reference (#232) (@asinghvi17)
- CompatHelper: bump compat for "ColorTypes" to "0.10" (#233) (@github-actions[bot])
- CompatHelper: bump compat for "Colors" to "0.12" (#234) (@github-actions[bot])
- add lighting example (#235) (@ffreyer)
- CompatHelper: bump compat for "Distributions" to "0.23" (#236) (@github-actions[bot])
- CompatHelper: bump compat for "ParameterizedFunctions" to "5.0" (#237) (@github-actions[bot])
- CompatHelper: bump compat for "MakieLayout" to "0.4, 0.5" (#239) (@github-actions[bot])
- CompatHelper: bump compat for "MakieLayout" to "0.5" (#240) (@github-actions[bot])
v0.1.7
v0.1.6
MakieGallery v0.1.6
Closed issues:
- Docs showing "live loop" to record animation (#227)
Merged pull requests:
- Better example embedding (#223) (@asinghvi17)
- Fix examples and add more (#226) (@asinghvi17)
- Add a section about live loop -> animation (#228) (@asinghvi17)
v0.1.5
MakieGallery v0.1.5
Merged pull requests:
- CompatHelper: bump compat for "GeometryTypes" to "0.8" (#222) (@github-actions[bot])
v0.1.4
MakieGallery v0.1.4
Closed issues:
- Various warnings and error running tests on Mac Catalina (#205)
Merged pull requests:
- Bump version (#211) (@asinghvi17)
- Add short tests for interval notation (#213) (@asinghvi17)
- Dont directly use Animations (#216) (@asinghvi17)
- remove push! from interaction docs (#218) (@asinghvi17)
- Better grammar in MakieG page (#219) (@asinghvi17)
- fix examples (#220) (@SimonDanisch)
- fixes for observable changes (#221) (@SimonDanisch)
v0.1.3
MakieGallery v0.1.3
Closed issues:
- Saving path for
embed_mediagoes wonky whenrecord_examples(".")(#153) - Vbox and Hbox ASCII examples don't show properly (#155)
- [Documentation] What keyboard buttons are available? (#165)
- several pages need updating (#176)
- refimage download fails on abstractplotting (#189)
- Top-level code is not parsed? (#190)
Merged pull requests:
- Cheatsheet for Makie.jl (#170) (@mikolajhojda)
- Adding Intermediate examples + Attribute examples (#172) (@fungktt)
- CompatHelper: bump compat for "ImageMagick" to "1.1" (#177) (@github-actions[bot])
- CompatHelper: bump compat for "ZipFile" to "0.9" (#178) (@github-actions[bot])
- CompatHelper: bump compat for "Distributions" to "0.22" (#179) (@github-actions[bot])
- Fix marker offset example link (#180) (@asinghvi17)
- GeoMakie examples (#182) (@asinghvi17)
- Add standard deviation band example (#184) (@asinghvi17)
- Try to fix Documenter deployment (#186) (@asinghvi17)
- Create convenience.md (#187) (@asinghvi17)
- Make tutorial code more idiomatic (#188) (@asinghvi17)
- Fix toplevel code, add layout examples (#191) (@asinghvi17)
- Comment background band example (#192) (@mschauer)
- Fix MakieLayout Examples (#193) (@asinghvi17)
- CompatHelper: bump compat for "FixedPointNumbers" to "0.8" (#198) (@github-actions[bot])
- Add a MakieLayout raw scene example (#199) (@asinghvi17)
- Add Brownian noise examples, and fix CI (#200) (@asinghvi17)
- Create TagBot.yml (#202) (@asinghvi17)
- Moar compat (#203) (@asinghvi17)
- Install TagBot as a GitHub Action (#204) (@JuliaTagBot)
- CompatHelper: add new compat entry for "FFTW" at version "1.2" (#206) (@github-actions[bot])
- Add a description of interactive recording (#207) (@asinghvi17)
- Add hyperlinks to backend headers (#208) (@asinghvi17)
- Add an inline legend example (#209) (@asinghvi17)
- Add mouse interaction example, allow partial refimage updates (#210) (@asinghvi17)
v0.1.2
v0.1.1
v0.1.1 (2020-01-13)
Closed issues:
- Unclear how to use the "ticks" attribute. (#157)
- Unclear how to change the default size of a makie window (#156)
- Vbox and Hbox ASCII examples don't show properly (#155)
- Saving path for
embed\_mediagoes wonky whenrecord\_examples\("."\)(#153) - Using VisualRegressionTests.jl for tests? (#150)
- More clear docs on how to add something to the Example Gallery (#148)
- Add a section about text fonts. (#147)
- Add a heavier emphasis on the display() function. (#146)
- Add example where a line or part of a plot is popped out or deleted (#145)
- The
@substepmacro is not documented in examples but not found on the docs (#135) - AbstractPlotting.logo() is not a valid function name. (#131)
- Transforming Lines example not showing anything (#130)
- Transformations page is broken (#126)
- Add a get help section to the docs (#122)
- In Julia 1.2: WARNING: both AbstractPlotting and GeometryTypes export "attributes"; (#119)
- Create more clear and robust Node example (#110)
- Add hbox docs on functions-overview page (#109)
- Dead link on Plotting functions overview. (#107)
- Add scene docs about resolution (#105)
- Parallel testing (#94)
- Faster CI (#84)
- Document renderloop (#83)
- Document padding keyword, add examples (#77)
- Auto-upgrading reference images (#72)
- Examples which print too much (#70)
- RFC: Portability of reference images (#55)
- [Docs] Planning issue - porting Plots examples to Makie (#15)
- Test case for mitering of wide lines (#9)
Merged pull requests:
- improve eval & add assets (#174) (SimonDanisch)
- remove requirement for DifferentialEquations (#169) (asinghvi17)
- add description for @lift macro (#167) (jkrumbiegel)
- Update index.md (#163) (logankilpatrick)
- Create clean-PR-build.yml (#162) (asinghvi17)
- Don't use Python in Github Actions (#160) (asinghvi17)
- Add documentation build to GH Actions (#158) (asinghvi17)
- Update make.jl (#154) (logankilpatrick)
- As/fix rotation example (#151) (asinghvi17)
- Update basic-tutorials.md (#149) (logankilpatrick)
- Streamplot examples + fix GDAL (#141) (asinghvi17)
- Update labeler.yml (#138) (asinghvi17)
- archive Project and Manifest in Gitlab (#137) (asinghvi17)
- Fix rotation example (#136) (asinghvi17)
- Update make.jl to include hbox (#132) (logankilpatrick)
- Try to fix for GDAL v1.0 (#129) (asinghvi17)
- Update compilation.md (#128) (logankilpatrick)
- Update devdocs.md (#127) (logankilpatrick)
- Update basic-tutorials.md (#125) (logankilpatrick)
- Update index.md (#124) (logankilpatrick)
- Update index.md (#123) (logankilpatrick)
- Update index.md (#121) (logankilpatrick)
- Update index.md (#120) (logankilpatrick)
- reorder to have proper test deps (#118) (SimonDanisch)
- Update label.yml (#117) (logankilpatrick)
- Create a Github action which checks for stale issues (#115) (asinghvi17)
- Update scenes.md (#106) (logankilpatrick)
v0.1.0
v0.1.0 (2019-08-26)
Closed issues:
- Ambiguity around scene parent relationship (#111)
- Add the link to the docs as part of the topic for this repo (#104)
- Add info about Makie Ecosystem (#101)
- Add Docs and example on how to use a Button (#97)
- Event trigger docs will lead to confusion. (#89)
- Confusion around Scene Docs (#88)
- Add docs such that people know Makie.Roate!() exists. (#87)
- Example code for "Animation using time" in the docs does not work (#86)
- Better documentation around Sliders (#81)
- Document issues with plotting but not updating (#80)
- Running the slider example code produces no output. (#79)
Merged pull requests:
- Update scenes.md (#116) (logankilpatrick)
- Update scenes.md (#114) (logankilpatrick)
- Fix package adding for documentation build (#113) (asinghvi17)
- Update index.md (#103) (logankilpatrick)
- Update colors.md (#100) (logankilpatrick)
- Update basic-tutorials.md (#99) (logankilpatrick)
- Update interaction.md (#98) (logankilpatrick)
- update examples (#96) (SimonDanisch)
- Add example "Arrows on hemisphere" (#95) (asinghvi17)
- use getproperty syntax for basic theming example (#93) (tk3369)
- As/devdocs (#92) (asinghvi17)
- Devdocs + Gallery contributing + Example (#91) (asinghvi17)
- As/docstringsv2 (#90) (asinghvi17)
- Better interaction/animation tutorial, camera page (#82) (asinghvi17)
- cooler gitlab (#78) (asinghvi17)