This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Releases: JuliaPlots/RecipesPipeline.jl
Releases · JuliaPlots/RecipesPipeline.jl
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
RecipesPipeline v0.1.0
Closed issues:
- Make stubs for the _recipe functions (#6)
- Add :smooth handling in Plots (#7)
- Should recipe_pipeline have a ! ? (#10)
- Package name (#13)
- Action (#24)
Merged pull requests:
- my crude understanding of a pipeline stub (#1) (@BeastyBlacksmith)
- make _typeAliases local (#2) (@BeastyBlacksmith)
- add RecipesBase dependency (#3) (@daschw)
- remove :smooth handling (#5) (@BeastyBlacksmith)
- add _recipe function stubs (#8) (@BeastyBlacksmith)
- Attempt to complete pipeline change (#12) (@SebastianM-C)
- Fix pipeline (#14) (@SebastianM-C)
- return the plot object by default (#17) (@BeastyBlacksmith)
- Change the dispatch for
is_st_supported
(#18) (@asinghvi17) - Tune the defaults (#20) (@asinghvi17)
- add default recipes (#21) (@BeastyBlacksmith)
- rewrite (#26) (@daschw)
- add readme (#27) (@mkborregaard)
- Add preliminary docs (#28) (@SebastianM-C)
- Rename package (#29) (@SebastianM-C)
- [Urgent] Change the main file name (#30) (@asinghvi17)
- Datetime and Char Recipes (#31) (@daschw)
- Add compat for RecipesBase (#32) (@SebastianM-C)
- Add integration tests for Plots.jl (#35) (@SebastianM-C)
- Docs deployment (#36) (@SebastianM-C)
- Literate + enable deploy (#37) (@asinghvi17)
- allow type recipes for
Number
s in arrays and surfaces (#38) (@daschw)