This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
Releases: JuliaPlots/AbstractPlotting.jl
Releases · JuliaPlots/AbstractPlotting.jl
v0.9.18
AbstractPlotting v0.9.18
Closed issues:
- Support Dates for
title
or more generally for whatever textbox (#272) - Widen signature of
band
too (#279) - allow reversing colormaps and other colormaps with MakieLayout (#306)
Merged pull requests:
- Export units (#270) (@asinghvi17)
- add formatter kwarg to title (#273) (@asinghvi17)
- Allow 3D generalized bands (#281) (@asinghvi17)
- Convenience functions for manipulating ticks (#283) (@Tokazama)
- CompatHelper: bump compat for "IntervalSets" to "0.4" (#285) (@github-actions[bot])
- Add a convert args to make surface easier in 2d (#286) (@asinghvi17)
- finally fix vbox docs (#287) (@asinghvi17)
- CompatHelper: bump compat for "FixedPointNumbers" to "0.8" (#290) (@github-actions[bot])
- CompatHelper: bump compat for "FreeType" to "3.0" (#291) (@github-actions[bot])
- CompatHelper: bump compat for "FreeTypeAbstraction" to "0.5" (#292) (@github-actions[bot])
- Install TagBot as a GitHub Action (#293) (@JuliaTagBot)
- loosen constraints of
to_colormap
(#307) (@asinghvi17)
v0.9.17
v0.9.17 (2020-01-14)
Merged pull requests:
- add categorical values for heatmap (fix for MakieOrg/Makie.jl#400 (#213) (SimonDanisch)
v0.9.16
v0.9.15
v0.9.15 (2019-12-19)
Closed issues:
- float32type(::DataType) should be caught (#262)
Merged pull requests:
- CompatHelper: bump compat for "ColorTypes" to "0.9" (#265) (github-actions[bot])
- CompatHelper: bump compat for "Colors" to "0.10" (#264) (github-actions[bot])
- fixes (#260) (SimonDanisch)
- CompatHelper: add new compat entry for "AbstractNumbers" at version "0.2" (#259) (github-actions[bot])
- include units (#257) (SimonDanisch)
v0.9.14
v0.9.14 (2019-12-13)
Merged pull requests:
- CompatHelper: add new compat entry for "ColorSchemes" at version "3.5" (#256) (github-actions[bot])
- small fixes (#254) (SimonDanisch)
v0.9.13
v0.9.13 (2019-12-10)
Merged pull requests:
- Delete logo.png and move it to the right folder (#252) (logankilpatrick)
v0.9.12
v0.9.12 (2019-12-10)
Merged pull requests:
- implement delete plot from scene (#251) (SimonDanisch)
- add @lift to reduce redundancy in lift() calls (#247) (jkrumbiegel)
- Insert inline image for Makie (#243) (asinghvi17)
- Adding a logo (Google Code-in) (#242) (fungktt)
v0.9.11
v0.9.11 (2019-12-08)
Closed issues:
- linesegments does not accept colors as floats (#224)
- Type inference regression from Julia 1.3 to 1.4-DEV (#223)
- Timeseries & streamplot need docs (#183)
- Aspect ratio ignored (#169)
Merged pull requests:
- make clear field access faster (#246) (SimonDanisch)
- CompatHelper: bump compat for "ImageMagick" to "1.0" (#245) (github-actions[bot])
- CompatHelper: bump compat for "StructArrays" to "0.4" (#244) (github-actions[bot])
- CompatHelper: add new compat entry for "FreeType" at version "2.1" (#241) (github-actions[bot])
- CompatHelper: add new compat entry for "FixedPointNumbers" at version "0.6" (#240) (github-actions[bot])
- CompatHelper: add new compat entry for "ImageMagick" at version "0.7" (#239) (github-actions[bot])
- CompatHelper: add new compat entry for "Colors" at version "0.9" (#238) (github-actions[bot])
- CompatHelper: add new compat entry for "Packing" at version "0.3" (#237) (github-actions[bot])
- CompatHelper: add new compat entry for "PlotUtils" at version "0.6" (#236) (github-actions[bot])
- CompatHelper: add new compat entry for "Showoff" at version "0.3" (#235) (github-actions[bot])
- CompatHelper: add new compat entry for "IntervalSets" at version "0.3" (#234) (github-actions[bot])
- CompatHelper: add new compat entry for "SignedDistanceFields" at version "0.4" (#233) (github-actions[bot])
- CompatHelper: add new compat entry for "FFMPEG" at version "0.2" (#232) (github-actions[bot])
- CompatHelper: add new compat entry for "ColorTypes" at version "0.8" (#231) (github-actions[bot])
- CompatHelper: add new compat entry for "Contour" at version "0.5" (#230) (github-actions[bot])
- CompatHelper: add new compat entry for "UnicodeFun" at version "0.4" (#229) (github-actions[bot])
- CompatHelper: add new compat entry for "StaticArrays" at version "0.12" (#228) (github-actions[bot])
- CompatHelper: add new compat entry for "ColorBrewer" at version "0.4" (#227) (github-actions[bot])
- CompatHelper: add new compat entry for "FileIO" at version "1.1" (#226) (github-actions[bot])
- update version (#225) (SimonDanisch)
- more definitions for plot types (#222) (asinghvi17)
- add textspace and right align label so sliderwidth includes the label (#219) (jkrumbiegel)
- fix unresponsive button frame (#217) (jkrumbiegel)
- Try to fix StaticArrays depwarn (#215) (asinghvi17)
- Allow PlotUtils.ColorGradient to be passed to
colormap
(#214) (asinghvi17) - Explicitly import docstring extension into IO enum modules (#212) (asinghvi17)
- Improve enum and v/hbox docs (#211) (asinghvi17)
- Update types.jl (#209) (logankilpatrick)
- add conversions to work with different eltypes (#206) (SimonDanisch)
- Refinements to streamplots using low discrepancy sequence (#205) (mschauer)
- Fix wrong variable in streamplots implementation (#203) (mschauer)
- add
parent
kwarg totitle
(#200) (asinghvi17) - Update Stepper documentation, allow custom format (#197) (asinghvi17)
- remove qmul in rotate!(Accum, ...) (#196) (asinghvi17)
- Tickmarks2 (#192) (grero)
- change font to monospace in showlibrary (#190) (asinghvi17)
v0.9.10
v0.9.10 (2019-08-31)
This is a bugfix release.
Merged pull requests:
- fix limit for 2d (#195) (SimonDanisch)
v0.9.9
v0.9.9 (2019-08-27)
Closed issues:
- Plot recipes not working or documentation incorrect (#179)
- Missing docstrings (#149)
- Creating CAD style camera handling (#147)
- NoConversion trait? (#146)
- Button seems broken? (#134)
- Add support for categorical values on x axis (#49)
- License for Fonts (#30)
- Failed to precompile AbstractPlotting on win32 platform (#28)
Merged pull requests:
- update version number for tagging (#194) (SimonDanisch)
- Update layouting.jl (#193) (logankilpatrick)
- Additional plot! defn to fix ambiguity (#182) (grahamas)
- Explicitly override argument_names in @recipes (#181) (grahamas)
- merge improvements (#180) (SimonDanisch)
- Convenience functions for the Axis, part 1 (#178) (asinghvi17)
- Document lots of stuff, add custom DocStringExtension (#174) (asinghvi17)
- Scale colorlegend to the scene resolution (#172) (asinghvi17)
- Add docstrings to camera functions, better printing of Attributes (#171) (asinghvi17)
- Remove extra ` in docstring (#170) (smldis)
- Small fixes to text display (#168) (asinghvi17)
- Note that
pick
andonpick
are implemented by the backend (#167) (asinghvi17) - Fix record docstring (#164) (asinghvi17)
- respect inline in atom, better warnings for odd cases (#163) (SimonDanisch)
- Added cam3d_cad! (#161) (CarpeNecopinum)
- Towards a new version (#160) (asinghvi17)
- allow passing of arbitrary kwargs to textslider (#158) (asinghvi17)
- Test on Gitlab and implement "OpenGL-aware" testing (#152) (asinghvi17)
- Better colormap resolution (#151) (asinghvi17)
- Replaced Nothing trait with NoConversion (#150) (tk3369)
- fix merge artifact (#145) (asinghvi17)
- Clean up Travis and test on Julia 1.2 (#143) (asinghvi17)