Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v1.40.9
Plots v1.40.9
Merged pull requests:
- Add docs folder (#4963) (@BeastyBlacksmith)
- RecipesPipeline: GroupBy: apply idxfilter to errorbars (#4967) (@lukas-weber)
- Deprecate inspectDR (#4976) (@BeastyBlacksmith)
- Adding uparrow as a predefined marker and creating unfilled markershapes (#4977) (@leckerbeon)
- CI fixes v2 (#4980) (@penelopeysm)
- Bump peter-evans/create-pull-request from 6 to 7 (#4981) (@dependabot[bot])
- CompatHelper: add new compat entry for ImageInTerminal in [weakdeps] at version 0.5, (keep existing compat) (#4982) (@github-actions[bot])
- CompatHelper: add new compat entry for Unitful in [weakdeps] at version 1, (keep existing compat) (#4983) (@github-actions[bot])
- CompatHelper: add new compat entry for GeometryBasics in [weakdeps] at version 0.4, (keep existing compat) (#4984) (@github-actions[bot])
- CompatHelper: add new compat entry for FileIO in [weakdeps] at version 1, (keep existing compat) (#4985) (@github-actions[bot])
- CompatHelper: add new compat entry for IJulia in [weakdeps] at version 1, (keep existing compat) (#4986) (@github-actions[bot])
- Update Project.toml (#4988) (@notthetup)
- GR backend: use textext for :log2 and :ln axis scaling (#4991) (@pjaap)
- GR backend: use textext for :log2 and :ln axis scaling (#4991) (#4993) (@pjaap)
- Update ci.yml for aarch64 mac (#4994) (@ViralBShah)
- Update ci.yml for aarch64 mac on master (#4995) (@ViralBShah)
- restrict to LTS 1.10 (#4997) (@t-bltg)
- Revert "Deprecate inspectDR" (#4998) (@BeastyBlacksmith)
- fix docs on v2 (#4999) (@t-bltg)
- restore downstream tests - integrate
GraphRecipes
andStatsPlots
into monorepo (#5000) (@t-bltg) - update docs (#5001) (@t-bltg)
- Animation: autoplay
- add
codespell
action and correct spelling errors (#5011) (@t-bltg) - update docs (#5012) (@t-bltg)
- temporary docs v2 fix (#5013) (@t-bltg)
- change urls (#5014) (@t-bltg)
- add
PlotThemes
into monorepo (#5015) (@t-bltg) - Fix typo in
plotly_colorscale
(#5017) (@simsurace) - Fix typo in
plotly_colorscale
(#5018) (@simsurace) - drop older versions (#5019) (@t-bltg)
- fix tempname usage (#5023) (@t-bltg)
Closed issues:
- [BUG] log2 axis label not rendered properly (#4871)
- [BUG] Plots backend documentation unclear (#4887)
- [BUG] grouping Measurement data leads to wrong errorbars in plot (#4917)
- [FR] Sticks with arrow heads (#4962)
- [BUG] Plots.jl seems broken on the 1.11 pre release in CI (#4996)
- [BUG] [GR] EXCEPTION_ACCESS_VIOLATION in libGR.dll (#5003)
- [FR] Set minor ticks for x and y axes separately. (#5008)
- Possible typo in
plotly_colorscale
function (#5016)
v1.40.8
v1.40.7
Plots v1.40.7
Merged pull requests:
- GR: draw gridlines below all axes (#4945) (@dd0)
- GR: Draw all gridlines before axis (v2) (#4960) (@dd0)
- Fix floating point equality comparison in layouts (#4972) (@penelopeysm)
- [v2] Fix floating point equality comparison in layouts (#4973) (@penelopeysm)
Closed issues:
- Correct Recipe Type for Data Modification (#4429)
- [BUG] Grid covering axes (#4202)
- [BUG] Plots fails to precompile on MacOS Apple Silicon with Julia 1.10.4 (#4968)
- [FR] create syntax myplot!(p, args...; kwargs...) for user recipes (#4970)
- [BUG] src/layouts.jl floating point equality too strict (#4971)
v1.40.5
Plots v1.40.5
Merged pull requests:
- Fix downloads count badge (#4922) (@pricklypointer)
- add recipe to plot series objects (#4930) (@BeastyBlacksmith)
- Bump julia-actions/cache from 1 to 2 (#4931) (@dependabot[bot])
- Making PGFPlotsX use deterministic series IDs (#4932) (@ajdunlap)
- use deterministic series IDs in PGFPlotsX (#4933) (@ajdunlap)
- Bump peter-evans/create-pull-request from 5 to 6 (#4936) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#4937) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#4938) (@dependabot[bot])
- add recipe for series on Plots v2 (#4941) (@BeastyBlacksmith)
- lazily load Pkg (#4955) (@KristofferC)
Closed issues:
- [FR] redesign backend dependencies (#4567)
- [FR] remove explicit GR dependency from
Project.toml
(#4631) - [BUG] Plots.jl dependencies are broken, cannot install the package (#4926)
- [BUG]
savefig()
not working properly in local (function) scope - PGFPlotsX (#4943) - [BUG] Misleading behaviour when plotting complex numbers when real part may be 0 (#4944)
- [BUG] Dynamically assigning false for legendPosition property in plotly js is not working (#4952)
v1.40.4
v1.40.3
v1.40.2
Plots v1.40.2
Merged pull requests:
- Bump peter-evans/create-pull-request from 5 to 6 (#4885) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#4886) (@dependabot[bot])
Closed issues:
v1.40.1
Plots v1.40.1
Merged pull requests:
Closed issues:
v1.40.0
Plots v1.40.0
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#4819) (@dependabot[bot])
- Arrow sizes not updating (#4821) (@Jay-sanjay)
- Add missing Animation constructor (#4830) (@agdestein)
- Fix border ticks of framestyle :box (#4832) (@lch)
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#4837) (@github-actions[bot])
- CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) (#4838) (@github-actions[bot])
- better error message for size (#4844) (@lmiq)
- Fix warning for failed integration with PlotlyBase & PlotlyKaleide (#4849) (@blegat)
- Fix offset array hist (#4860) (@isentropic)
- remove custom default backends (#4870) (@BeastyBlacksmith)
- Bump actions/cache from 3 to 4 (#4873) (@dependabot[bot])
Closed issues:
- savefig appears to miscalculate margins with GR over ssh/without X (#2127)
- [BUG] Arrow sizes not updating with PGFPlotsX (#4820)
- [BUG] Possible Method Call Error (#4824)
- [BUG] Uneven pixel spacing with heatmap in GR backend (#4833)
- [BUG]
aspect_ratio
in conflict withxlims
for PGFPlotsX (#4835) - [BUG]
dyld[21200]: Library not loaded: @rpath/QtWidgets
on macOS with v1.39.0 Plots.jl with Julia v1.10.0-rc1 (#4842) - [BUG]: linetype=:steppre broken with OffsetArrays (#4855)
- Not compatible with julia 1.10, Last update is August 30 2023. (#4858)
- [BUG] (#4859)
- [BUG] Backend init broken in Julia 1.10 if loaded during precompilation (#4865)
- Precompile scripts leaves files behind (#4869)
v1.39.0
Plots v1.39.0
Closed issues:
- [BUG]
legendtitle
is unused by plotly backend (#3045) - [BUG] Missing last marker when using plotly and specifying
marker_color
(#4333) - [BUG] invalid redefinition of constant UnitfulExt (#4792)
- Plots v1.38.17 precompiles at every run [BUG] (#4797)
- [FR] symmetric contour levels, the ability to ignore the actual values. (#4807)
- [FR] PGFPlotsX backend: respect valign argument for annotations (#4810)
Merged pull requests: