forked from JuliaPlots/Plots.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CompatHelper: bump compat for GR to 0.61, (keep existing compat) #63
Open
github-actions
wants to merge
1
commit into
master
Choose a base branch
from
compathelper/new_version/2021-10-26-00-16-04-538-02116736682
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
CompatHelper: bump compat for GR to 0.61, (keep existing compat) #63
github-actions
wants to merge
1
commit into
master
from
compathelper/new_version/2021-10-26-00-16-04-538-02116736682
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
briederer
pushed a commit
that referenced
this pull request
Jan 31, 2023
* use Dates * Add compat for RecipesBase * Fix badges * Plots test * Fix travis * Forgot using * Update .travis.yml Co-Authored-By: Anshul Singhvi <[email protected]> * Use ds/rewrite * Try with --project Credit: Fredrik Ekre * Use latest stable julia version * Allow failures on MacOS * Docs deployment * Literate + enable deploy * Update Project.toml * fix missing comma * Fix error * try fixing repo name * small change to trigger CI * play better with Literate * allow type recipes for `Number`s in arrays and surfaces * small fixes * skip maybestrings * fix ambiguity * Add badge * Fix build badge link * Show status only for master branch * Fix README docs link * remove subdomain * Create TagBot.yml * fix surface type recipe * bump version * fix error for grouping * bump version * further grouping fixes * bump version * fix plotting functions * bump version * downgrade version * fix plotting rowvector of functions * bump version * support parametric type in `@userplot` * add docs for parametric type in `@userplot` * bump version * fix grouping * bump version * bump PlotUtils compat * bump version * add zulip chat link to readme [skip ci] * add zulip link [skip ci] * Fix typo in docs `AbstractArry` -> `AbstractArray` * add hook after series decomposition (#52) * add process_sliced_series_attributes! * export process_slice_series_attrributes! * remove `kw` * Update Project.toml [skip ci] * Initial pass at CI * Add script from Plots * Update to MakieRecipes * comment out artifact uploads * Plots test * CairoMakie tests * Forgot using * Update .travis.yml Co-Authored-By: Anshul Singhvi <[email protected]> * Use ds/rewrite * Try with --project * Another try Credit: Fredrik Ekre * Import examples from MakieRecipes * add separately * dev * $(mktemp -d) * Update .github/workflows/CI.yml Co-Authored-By: Anshul Singhvi <[email protected]> * use temp_for_test * fix typo * Update .github/workflows/CI.yml * ensure that images are uploaded * Pass a begin block to testset * fix the macro * seriously, I forgot .png? * Update .travis.yml * Fix split_attribute (#53) * Fix a typo in the `recipe_pipeline!` constructor (#54) * bump version * fix time and period recipes * bump version * Fix typo (#56) * implement `Base.axes` for `Volume` * bump version * Update group.jl * implement iterate for Surface and Volume * bump version * use NaNMath log functions * Add one_arg_shorthands macro (#73) * Add one_arg_shorthands macro * export one_arg_shorthands * patch version [skip ci] * Add :mesh3d as 3d series type (#62) * 0.1.12 [skip ci] * add compat for NaNMath * dispatch processing of axis args on the plot object (#63) * dispatch processing of axis args on the plot object * Update type_recipe.jl * Update type_recipe.jl * Update type_recipe.jl * add to API * Update api.jl * 0.1.13 * remove one_arg_shorthands macro (#74) It didn't work out as intended * 1.1.0 * more friendly error when x,y shape mis-match * AbstractDict plot sorted * more friendly error when x,y shape mis-match (#65) * more friendly error when x,y shape mis-match * don't touch z * Update src/user_recipe.jl Co-authored-by: Daniel Schwabeneder <[email protected]> * switch to github-actions and update runtests.jl to run Plots test images * update CI.yml * keep makie tests * move `signature_string` to RecipesPipeline * minor version bump * Revert "minor version bump" This reverts commit 63c713b7808adf305484a9724cef9eabae2a0702. * move `warn_on_recipe_aliases!` from Plots and add some `@nospecialize` * add CompileBot * minor version bump * add precompile statements * bump version * add new line at end of file * add recipe for list of NamedTuples * add newline * update tagbot action * add recipe for list of NamedTuples * move `warn_on_recipe_aliases!` from Plots and add some `@nospecialize` * update tagbot action * Fix broken histogram and stepbins plotting * Increase package version to v0.2.1 * Update precompile_*.jl file * add TestImages test dependency * refine friendly error (#75) * Update precompile_*.jl file * don't stringify argument to `warn_on_recipe_aliases!` early needs matching Plots changes * minor release * add `@nospecialize` annotations * release * update CompileBot * update TESTCMD in CI * fix TESTCMD in compilebot action * Update precompile_*.jl file * release * Update README.md [skip ci] * don't catch all the MethodErrors (JuliaPlots#87) * don't catch all the MethodErrors * remove `@show` * 0.3.3 [skip ci] * add mesh3d for GR * v0.3.4 * Small improvement in inferrability (#82) * 1.1.2 [skip ci] * CI: tentative fix * CI: add LinearAlgebra (JuliaPlots#96) Co-authored-by: t-bltg <[email protected]> * Test for error value from `apply_recipe` fallback. (JuliaPlots#95) * v0.3.5 [skip ci] * Add `Downloads` test dependency Complement JuliaPlots#3766 * Remove try/catch needed for compatibility with Plots.jl v1.21.0 and earlier (JuliaPlots#97) * Improve groups perf from O(MxN) to O(M) (JuliaPlots#98) * Update MakieRecipes URL * Update precompile_*.jl file (JuliaPlots#91) * v0.3.6 [skip ci] * Revert try/catch for patch version * v0.3.7 (JuliaPlots#101) [skip ci] * v0.4.0 (JuliaPlots#102) [skip ci] * Avoid Vararg UnionAll dispatch (JuliaPlots#104) * Avoid Vararg UnionAll dispatch Fixes JuliaPlots/RecipesPipeline.jl#103 * fix fix Co-authored-by: Simon Christ <[email protected]> * 0.4.1 [skip ci] * move layout macro from plots (#85) * 1.2.0 [skip ci] * remove pct * 1.2.1 [skip ci] * Update Project.toml * respect defaults for fillrange and ribbon (JuliaPlots#106) * respect defaults for fillrange and ribbon * remove fillrange and ribbon handling from RecipesPipeline * update ci * set version * Update CI.yml * move documentation to gh-actions * update run commands * Update Documentation.yml * Allow `NanMath` 1.0 - bump version (JuliaPlots#108) Co-authored-by: t-bltg <[email protected]> * Fix `unzip` for empty vectors (JuliaPlots#110) * 0.5.2 [skip ci] * update url with https://docs.juliaplots.org/stable/generated/supported/#Keyword-Arguments (JuliaPlots#89) * Update precompile_*.jl file (JuliaPlots#109) Co-authored-by: t-bltg <[email protected]> * run snoopcompile on pust to master only * update compat bounds (JuliaPlots#111) * 0.6.0 [skip ci] * Update precompile_*.jl file (JuliaPlots#112) Co-authored-by: t-bltg <[email protected]> * `SnoopCompile` labels * use ssh key for `TagBot` (JuliaPlots#91) * fix julia scripts in markdown (JuliaPlots#90) * add missing language specification in md * replace type with struct * fix `SnoopCompile` (JuliaPlots#113) * update compat bounds * run snoop on master only * update precompile * Update precompile_*.jl file (JuliaPlots#114) Co-authored-by: t-bltg <[email protected]> * 0.6.1 [skip ci] * fix plotting `Union{Missing,Real}` arrays (JuliaPlots#116) * Update precompile_*.jl file (JuliaPlots#115) Co-authored-by: t-bltg <[email protected]> * 0.6.2 [skip ci] * fix formatters (JuliaPlots#118) * 0.6.3 [skip ci] * Update precompile_*.jl file (JuliaPlots#117) Co-authored-by: BeastyBlacksmith <[email protected]> * Create invalidations.yml (JuliaPlots#93) This is based on https://github.com/julia-actions/julia-invalidations. Adding such checks came up in https://discourse.julialang.org/t/potential-performance-regressions-in-julia-1-8-for-special-un-precompiled-type-dispatches-and-how-to-fix-them/86359. I suggest to add this check here since this package is widely used as a dependency. * rework precompilation using `SnoopPrecompile` - document `@layout` (JuliaPlots#94) * document `@layout` * rewok precompile statements using `SnoopPrecompile` * add ci * bump julia to `1.6` for failing CI * 1.3.0 * more efficient `DefaultsDict` iteration (JuliaPlots#121) * bump julia version in `ci` (JuliaPlots#122) * 0.6.4 * Add methods to access separate keysets of the DefaultsDict (JuliaPlots#124) * bump version [skip ci] * DefaultsDict - correctness and performance tweaks for large numbers of series (JuliaPlots#126) * 0.6.6 [skip ci] * Fix a deprecated syntax in docs of macro `@recipe` (JuliaPlots#95) * fix broken docs * remove * remove un-needed files * RP tests Co-authored-by: Daniel Schwabeneder <[email protected]> Co-authored-by: Sebastian Micluța-Câmpeanu <[email protected]> Co-authored-by: Sebastian Micluța-Câmpeanu <[email protected]> Co-authored-by: Anshul Singhvi <[email protected]> Co-authored-by: Lirimy <[email protected]> Co-authored-by: mtsch <[email protected]> Co-authored-by: Simon Christ <[email protected]> Co-authored-by: JonasIsensee <[email protected]> Co-authored-by: Michael Abbott <me@pseudomac> Co-authored-by: Benoit Pasquier <[email protected]> Co-authored-by: Michael Krabbe Borregaard <[email protected]> Co-authored-by: Adrian Dawid <[email protected]> Co-authored-by: Moelf <[email protected]> Co-authored-by: Oliver Schulz <[email protected]> Co-authored-by: daschw <[email protected]> Co-authored-by: Moelf <[email protected]> Co-authored-by: Jeremy Bejanin <[email protected]> Co-authored-by: t-bltg <[email protected]> Co-authored-by: Tim Holy <[email protected]> Co-authored-by: Nicholas Bauer <[email protected]> Co-authored-by: Mike Keehan <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Christopher Rackauckas <[email protected]> Co-authored-by: Kristoffer Carlsson <[email protected]> Co-authored-by: Yuto Horikawa <[email protected]> Co-authored-by: Rafael Schouten <[email protected]> Co-authored-by: MrHenning <[email protected]> Co-authored-by: BeastyBlacksmith <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]> Co-authored-by: Ryan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request changes the compat entry for the
GR
package from0.53 - 0.59
to0.53 - 0.59, 0.61
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.