Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v1.35.6
Plots v1.35.6
Closed issues:
- [FR] remove numeric labels (#4475)
- [FR] Add support for skipmissing (#4481)
- [BUG] RecipesPipeline failed to precomplie after update to v0.6.8 (#4484)
Merged pull requests:
- restore non-allocating generator - bump coverage (#4470) (@t-bltg)
- bump coverage (#4472) (@t-bltg)
- eachindex call incorrectly assumes that the returned index is IndexLinear (#4479) (@bkamins)
- simplify
GRViewport
(#4480) (@t-bltg) - collect
skipmissing
(#4482) (@t-bltg) - add
:none
formatter (#4483) (@t-bltg)
v1.35.5
v1.35.4
Plots v1.35.4
Merged pull requests:
- format
RecipesBase
andRecipesPipeline
(#4446) (@t-bltg) RecipesPipeline
: generate precomp statements usingSnoopPrecompile
(#4447) (@t-bltg)- fix spurious warning (precomp) (#4448) (@t-bltg)
- use
circshift
instead ofaxes_shift
(#4449) (@t-bltg) - Fix last marker bug (#4450) (@puripant)
- bump
GR
(#4452) (@t-bltg) - bump
RB
&RP
coverage (#4454) (@t-bltg) - more coverage (#4455) (@t-bltg)
- add quality test using
Aqua
(#4456) (@t-bltg) - bump coverage (#4458) (@t-bltg)
- RB: remove debug support (macro instead) (#4459) (@t-bltg)
- bump RP coverage (#4460) (@t-bltg)
- bump coverage (#4461) (@t-bltg)
- add downstream tests to coverage (#4462) (@t-bltg)
- reduce
ci
time (#4463) (@t-bltg)
v1.35.3
Plots v1.35.3
Closed issues:
- Repository reorganization (#4359)
- [BUG] Strange settings with PLOTS_DEFAULTS (#4398)
- dyld[17157]: Library not loaded: '@rpath/QtWidgets' on macOS with v1.35.0 Plots.jl (#4415)
- [BUG]
aspect_ratio
not preserved afterplot!
call for Unitful data (#4416) - [BUG] Plots no longer work after update to v1.35.0 (#4417)
- [BUG]ERROR: KeyError: key :args not found (#4422)
- [BUG] No plot appears if commands follow in scripts (#4424)
Merged pull requests:
v1.35.2
Plots v1.35.2
Merged pull requests:
v1.35.1
Plots v1.35.1
Closed issues:
- [FR]
warn_on_unsupported_args
a significant bottleneck when adding many series (#4237) - [BUG] Plot title location is ignored (#4407)
Merged pull requests:
- Scaling axis limits by manual factor (#4367) (@yha)
- Performance improvments to
warn_on_unsupported_args
(#4408) (@BioTurboNick) - Title location and alignment (#4410) (@ivan-boikov)
- Refactor to reduce allocations in
slice_arg!
(#4411) (@BioTurboNick) - Faster extrema calculations for large series (#4412) (@BioTurboNick)
- Unitful ticks and lims (#4414) (@gustaphe)
- Bump GR version (#4418) (@jheinen)
v1.35.0
v1.34.4
Plots v1.34.4
Closed issues:
- [BUG] ERROR: LoadError: InitError: could not load library "libavdevice.58.13.100.dylib" when precompiling
Plots.jl
on macOS (#4390) - [BUG] Warning about ylim (#4391)
- [BUG] Plots failing on precompile on Windows (#4393)
Merged pull requests:
- allow vector indices for plot and subplot indexing (#4385) (@BeastyBlacksmith)
- dont warn on lim numeric values (#4392) (@t-bltg)
v1.34.3
v1.34.2
Plots v1.34.2
Closed issues:
- [FR] UnitfulRecipes.jl as dependency? (#4114)
- Error compiling Plots (#4372)
- exported html file from jupyter notebook is huge with GR backend (#4374)
- Plots v1.34.1 - Cannot Precompile in new project environment (#4375)
- [BUG] Can't set axis limits with tuple, where one entry is :auto (#4379)
Merged pull requests: