From 3d2d993e7a5bb146a65344e7cd75e6ba59c7cec2 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Thu, 2 Mar 2023 23:08:50 +0100 Subject: [PATCH 1/2] don't export `step` (#562) --- src/PyPlot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PyPlot.jl b/src/PyPlot.jl index c59fd75..e80db2f 100755 --- a/src/PyPlot.jl +++ b/src/PyPlot.jl @@ -175,7 +175,7 @@ end ########################################################################### # export documented pyplot API (http://matplotlib.org/api/pyplot_api.html) -export acorr,annotate,arrow,autoscale,autumn,axhline,axhspan,axis,axline,axvline,axvspan,bar,barbs,barh,bone,box,boxplot,broken_barh,cla,clabel,clf,clim,cohere,colorbar,colors,contour,contourf,cool,copper,csd,delaxes,disconnect,draw,errorbar,eventplot,figaspect,figimage,figlegend,figtext,figure,fill_between,fill_betweenx,findobj,flag,gca,gcf,gci,get_current_fig_manager,get_figlabels,get_fignums,get_plot_commands,ginput,gray,grid,hexbin,hist2D,hlines,hold,hot,hsv,imread,imsave,imshow,ioff,ion,ishold,jet,legend,locator_params,loglog,margins,matshow,minorticks_off,minorticks_on,over,pause,pcolor,pcolormesh,pie,pink,plot,plot_date,plotfile,polar,prism,psd,quiver,quiverkey,rc,rc_context,rcdefaults,rgrids,savefig,sca,scatter,sci,semilogx,semilogy,set_cmap,setp,show,specgram,spectral,spring,spy,stackplot,stem,step,streamplot,subplot,subplot2grid,subplot_tool,subplots,subplots_adjust,summer,suptitle,table,text,thetagrids,tick_params,ticklabel_format,tight_layout,title,tricontour,tricontourf,tripcolor,triplot,twinx,twiny,vlines,waitforbuttonpress,winter,xkcd,xlabel,xlim,xscale,xticks,ylabel,ylim,yscale,yticks,hist +export acorr,annotate,arrow,autoscale,autumn,axhline,axhspan,axis,axline,axvline,axvspan,bar,barbs,barh,bone,box,boxplot,broken_barh,cla,clabel,clf,clim,cohere,colorbar,colors,contour,contourf,cool,copper,csd,delaxes,disconnect,draw,errorbar,eventplot,figaspect,figimage,figlegend,figtext,figure,fill_between,fill_betweenx,findobj,flag,gca,gcf,gci,get_current_fig_manager,get_figlabels,get_fignums,get_plot_commands,ginput,gray,grid,hexbin,hist2D,hlines,hold,hot,hsv,imread,imsave,imshow,ioff,ion,ishold,jet,legend,locator_params,loglog,margins,matshow,minorticks_off,minorticks_on,over,pause,pcolor,pcolormesh,pie,pink,plot,plot_date,plotfile,polar,prism,psd,quiver,quiverkey,rc,rc_context,rcdefaults,rgrids,savefig,sca,scatter,sci,semilogx,semilogy,set_cmap,setp,show,specgram,spectral,spring,spy,stackplot,stem,streamplot,subplot,subplot2grid,subplot_tool,subplots,subplots_adjust,summer,suptitle,table,text,thetagrids,tick_params,ticklabel_format,tight_layout,title,tricontour,tricontourf,tripcolor,triplot,twinx,twiny,vlines,waitforbuttonpress,winter,xkcd,xlabel,xlim,xscale,xticks,ylabel,ylim,yscale,yticks,hist # The following pyplot functions must be handled specially since they # overlap with standard Julia functions: From 23059fb425db88b351aac419f6e3b0d54e83dee2 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Thu, 2 Mar 2023 17:11:23 -0500 Subject: [PATCH 2/2] 2.11.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e2d6046..2500463 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "PyPlot" uuid = "d330b81b-6aea-500a-939a-2ce795aea3ee" -version = "2.11.0" +version = "2.11.1" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"