March 24, 2021 – March 31, 2021
Overview
Could not load contribution data

Please try again later
1 Release published by 1 person
-
v1.6.0
published
Mar 24, 2021
37 Pull requests merged by 25 people
-
add stack-probes to make stack-overflow detection more reliable
#40068 merged
Mar 31, 2021 -
make it possible to serialize SnoopCompile results
#39695 merged
Mar 31, 2021 -
Fix CI: Revert "[Libdl] Use RTLD_NOLOAD when calling dlpath(::String) (#39676)"
#40271 merged
Mar 30, 2021 -
refactor IRShow
#40254 merged
Mar 30, 2021 -
remove code for inserting methods in sorted order
#39797 merged
Mar 30, 2021 -
avoid specializing a closure in the compiler
#40256 merged
Mar 30, 2021 -
Make some constructors bold in stacktraces
#40264 merged
Mar 30, 2021 -
Show broadcasting with Date constructor
#40184 merged
Mar 30, 2021 -
Make `Float16(::BigFloat)` go through `Float64`
#40245 merged
Mar 30, 2021 -
bump Pkg version to fix problem with Pkg.build
#40269 merged
Mar 30, 2021 -
Use BINARY=64 on aarch64
#40265 merged
Mar 30, 2021 -
fix markdown list rendering
#40203 merged
Mar 30, 2021 -
Reinstate support for merging modules with non-const globals.
#40252 merged
Mar 30, 2021 -
🤖 Bump the Pkg stdlib from 0fa812e2 to a4ade8ce
#40266 merged
Mar 30, 2021 -
🤖 Bump the Pkg stdlib from 7cec9049 to 0fa812e2
#40259 merged
Mar 29, 2021 -
Fix issue where approved credentials were not sent to git credential helpers
#40161 merged
Mar 29, 2021 -
🤖 Bump the Pkg stdlib from af7e41cd to 7cec9049
#40235 merged
Mar 29, 2021 -
(threading.c) Changed realloc to calloc to avoid issues with non-initialization.
#40225 merged
Mar 29, 2021 -
Fix a small bug in the TOML parser and add an example of printing to a file
#40208 merged
Mar 29, 2021 -
fix show_ir with verbose linetable
#40240 merged
Mar 28, 2021 -
build: hotfix for #39956
#40218 merged
Mar 26, 2021 -
[Libdl] Use `RTLD_NOLOAD` when calling `dlpath(::String)`
#39676 merged
Mar 26, 2021 -
Support for using matrices of different types in generalized eigendecomposition
#39301 merged
Mar 26, 2021 -
Remove eltype assumption from ldiv!(LowerTriangular(SparseMatrixCSC{Tv,Ti), ...)
#40174 merged
Mar 26, 2021 -
Fix typo in messages.jl
#40205 merged
Mar 26, 2021 -
Allow startup despite `p7zip` not being found
#40049 merged
Mar 26, 2021 -
Fix armv7l trampoline
#40176 merged
Mar 25, 2021 -
[LinearAlgebra] Correct `liblapack` binding
#40170 merged
Mar 25, 2021 -
README: git checkout 1.6.0 in the instructions.
#40181 merged
Mar 25, 2021 -
Have different Windows uninstall keys for different Julia versions
#40163 merged
Mar 25, 2021 -
Fix #38491: fix an abspath() edge case on Windows
#38981 merged
Mar 25, 2021 -
[release-1.6] Set VERSION to 1.6.1 prerelease
#40175 merged
Mar 25, 2021 -
Manual claims that `run` returns `nothing`
#40155 merged
Mar 24, 2021 -
add < to NamedTuple
#40147 merged
Mar 24, 2021 -
Support shared named environments during startup
#40025 merged
Mar 24, 2021 -
fix a typo on the arithmetic and the logical shift
#40149 merged
Mar 24, 2021 -
release-1.6: set VERSION to 1.6.0
#40162 merged
Mar 24, 2021
29 Pull requests opened by 21 people
-
make radical operators juxtaposable
#40173 opened
Mar 24, 2021 -
WIP: Backport libgit2 v0.28.5 to release-1.0 branch to address CVEs
#40178 opened
Mar 25, 2021 -
add < for AbstractVector
#40179 opened
Mar 25, 2021 -
choosetests: move testnames array at top-level
#40182 opened
Mar 25, 2021 -
Add docs for _ as a variable
#40183 opened
Mar 25, 2021 -
Support cis(A) for matrix A
#40194 opened
Mar 25, 2021 -
WIP: Backports release 1.6.1
#40209 opened
Mar 26, 2021 -
Fix the definition of mapreduce in its docstring
#40214 opened
Mar 26, 2021 -
[build] Add `symlink_system_library` calls for CSL
#40217 opened
Mar 26, 2021 -
Showing raw machine code along with disassembled code
#40220 opened
Mar 26, 2021 -
add FZ16 to fpcr_fz_mask for aarch64
#40221 opened
Mar 26, 2021 -
improve fastmath for scalars
#40223 opened
Mar 26, 2021 -
Tweak stacktrace printing to increase prominence of filename:line info
#40230 opened
Mar 27, 2021 -
Add ENV variables for disabling colour stacktrace printing
#40232 opened
Mar 27, 2021 -
don't use realpath in Sys.which
#40233 opened
Mar 27, 2021 -
faster Float32 and Float16 pow
#40236 opened
Mar 27, 2021 -
Add the recursive blocked Schur algorithm for matrix square root
#40239 opened
Mar 27, 2021 -
RFC: frontend support for named OpaqueClosures
#40242 opened
Mar 27, 2021 -
show names of opaque closures in stacktraces
#40243 opened
Mar 28, 2021 -
define dot between AbstractMatrix and UniformScaling
#40250 opened
Mar 29, 2021 -
Print `methods(f)` much like stack traces
#40251 opened
Mar 29, 2021 -
docs: clarification about the integer division with 'div'
#40253 opened
Mar 29, 2021 -
Only allow dotted quad IPv4 addresses
#40257 opened
Mar 29, 2021 -
fix #40258: nested string interpolation
#40261 opened
Mar 29, 2021 -
[LLVM] patch list for LLVM 12
#40263 opened
Mar 29, 2021 -
ENV: avoid regex, since they are not necessarily valid utf-8 strings
#40273 opened
Mar 31, 2021 -
replace broken replaceuserpath function with existing contractuser one
#40274 opened
Mar 31, 2021 -
Add aliasscope expr to interpreter
#40275 opened
Mar 31, 2021 -
fix docstrings on `first` and `last`
#40278 opened
Mar 31, 2021
45 Issues closed by 14 people
-
Missed stackoverflow on large tuple due to lack of stack probing
#36170 closed
Mar 31, 2021 -
Segfault with stack overflow and nested exception handlers
#28577 closed
Mar 31, 2021 -
Julia 1.1.0 in MacOS: Segmentation fault when calling Dims on large array.
#30892 closed
Mar 31, 2021 -
add probe-stack support to Julia
#25523 closed
Mar 31, 2021 -
Julia 1.6 RC1 segmentation fault when running JLD.save()
#39655 closed
Mar 31, 2021 -
Compilation time/memory regression on nightly
#38723 closed
Mar 31, 2021 -
Performance regression in locking
#38947 closed
Mar 31, 2021 -
latency regression in optimizer
#38045 closed
Mar 31, 2021 -
LLVM error on armv7l
#30362 closed
Mar 30, 2021 -
aliasing in Julia
#8087 closed
Mar 30, 2021 -
convert can lead to unexpected aliasing
#12441 closed
Mar 30, 2021 -
Regression in generated function with keyword arguments calling mapreduce
#28336 closed
Mar 30, 2021 -
Regression from v1.0.2, causes crash on linux with v1.0.3
#30612 closed
Mar 30, 2021 -
EXCEPTION_ACCESS_VIOLATION in julia 1.5
#36976 closed
Mar 30, 2021 -
BINARY=64 not set on aarch64
#39612 closed
Mar 30, 2021 -
Changes in markdown rendering in console
#37232 closed
Mar 30, 2021 -
Invalid certificate error in downloads test
#38912 closed
Mar 29, 2021 -
REPL completion error: ArgumentError: type does not have a definite number of fields
#33986 closed
Mar 28, 2021 -
`type does not have a definite number of fields` error in REPL completions
#26513 closed
Mar 28, 2021 -
Inconsistent performance of macro inside struct
#40241 closed
Mar 28, 2021 -
invokelatest fails with "world age" error when called from @generated function
#40229 closed
Mar 27, 2021 -
[LLVM8] Illegal intoptr llbm assertion during `Plots.contour`
#40222 closed
Mar 26, 2021 -
old joinpath issue was symptom of compiler bug
#33622 closed
Mar 26, 2021 -
NetworkOptions.jl should probably be in the manual
#40212 closed
Mar 26, 2021 -
Outer variable shadowed when defining a function inside a `for` loop
#40197 closed
Mar 26, 2021 -
IJulia compilation problem in version 1.6
#40204 closed
Mar 26, 2021 -
eigen gives error when using two different types of matrices.
#14896 closed
Mar 26, 2021 -
ldiv!(LowerTriangular(SparseMatrixCSC{Tv,Ti), ...) fails for Ti not Int
#40171 closed
Mar 26, 2021 -
generate_precompile script is requiring network access
#40185 closed
Mar 26, 2021 -
a URL that stores the current nightly `VERSION`
#36221 closed
Mar 25, 2021 -
Allow precompile of methods in different modules and methods w/ keyword arguments
#23548 closed
Mar 25, 2021 -
julia 1.5.4 - Makefile Missing Logic For Intel MKL
#40093 closed
Mar 25, 2021 -
v1.6.0 doc pdf missing
#40190 closed
Mar 25, 2021 -
Can't build Julia v1.6.0-beta1 for Arm32bit
#39293 closed
Mar 25, 2021 -
failed to extract archive download from … with 1.6.0-rc2 in Windows 10
#40040 closed
Mar 25, 2021 -
Strange failing tests behaviour
#34330 closed
Mar 25, 2021 -
Uninstaller for previous version disappears after Julia upgrades on Windows
#36933 closed
Mar 25, 2021 -
abspath bug for relative directories
#38491 closed
Mar 25, 2021 -
Add < for NamedTuple
#40142 closed
Mar 24, 2021 -
Allow for specifying shared named environments on Julia start
#35354 closed
Mar 24, 2021 -
Confusion about time_ns macro docs
#39853 closed
Mar 24, 2021 -
New Julia installation overwrites Windows uninstall entry
#40004 closed
Mar 24, 2021 -
Minor doc bug in Noteworthy Differences
#40148 closed
Mar 24, 2021 -
show fails on the transpose of a rational matrix
#40168 closed
Mar 24, 2021 -
Segmentation fault when calling `===` between self-referential immutable incompleted objects in a function
#40166 closed
Mar 24, 2021
47 Issues opened by 45 people
-
OpenBLAS 0.3.13 ex-shift patch not working
#40279 opened
Mar 31, 2021 -
`reduce` type inference on 1.6
#40277 opened
Mar 31, 2021 -
Performance regression in vectorized loops
#40276 opened
Mar 31, 2021 -
add bitwise nand and nor functions
#40272 opened
Mar 30, 2021 -
Mutiple matches on string
#40270 opened
Mar 30, 2021 -
Multiarg `eachindex` slower on 1.6
#40267 opened
Mar 30, 2021 -
Eigen fails for real-symmetric matrix
#40260 opened
Mar 29, 2021 -
1.6 bug: nested string interpolation is broken
#40258 opened
Mar 29, 2021 -
IP parsing security audit
#40255 opened
Mar 29, 2021 -
Cannot reshape a SharedArray in a remote process in Julia 1.6
#40249 opened
Mar 28, 2021 -
Define dot between UniformScaling and Matrix
#40248 opened
Mar 28, 2021 -
Tab completion can't always determine field names
#40247 opened
Mar 28, 2021 -
Segfault with jl_init__threading with julia 1.6 on macOS
#40246 opened
Mar 28, 2021 -
rsplit error on empty strings
#40244 opened
Mar 28, 2021 -
Confusing documentation for scope rules.
#40238 opened
Mar 27, 2021 -
Breaking `relpath` change on Windows with Julia 1.6
#40237 opened
Mar 27, 2021 -
`make USE_BINARYBUILDER_CSL=0` fails with static libraries
#40234 opened
Mar 27, 2021 -
New bug (wrong behavior) in regex (script) properties in Julia 1.6
#40231 opened
Mar 27, 2021 -
Improve docstring for convert
#40226 opened
Mar 27, 2021 -
v1.6.0: TerminalMenus: failing test
#40224 opened
Mar 26, 2021 -
Julia 1.6 odd behaviour on parametric types
#40219 opened
Mar 26, 2021 -
Hardware Float16 on A64fx
#40216 opened
Mar 26, 2021 -
LinearAlgebra ldiv not working on MArrays
#40213 opened
Mar 26, 2021 -
MethodError: no method matching SymTridiagonal(::Array{Irrational{:π},1}, ::Array{Float64,1})
#40211 opened
Mar 26, 2021 -
Type inference hangs indefinitely
#40210 opened
Mar 26, 2021 -
Use blocked Schur algorithm for matrix square root
#40207 opened
Mar 26, 2021 -
UpperTriangular and LowerTriangular multiplication gives wrong result for triangular tropical matrices
#40206 opened
Mar 26, 2021 -
Missing symlink in /usr/lib/julia when using system openblas
#40202 opened
Mar 26, 2021 -
Build fails with USE_SYSTEM_CSL=1
#40201 opened
Mar 26, 2021 -
Julia 1.6 compiler crash on OSX
#40200 opened
Mar 26, 2021 -
armv7l - No loaded BLAS libraries were built with LP64 support
#40199 opened
Mar 26, 2021 -
Don't hard-code libmbedcrypto.so version
#40198 opened
Mar 26, 2021 -
Windows / ARM64
#40196 opened
Mar 25, 2021 -
Define `getindex(::Base.MethodList, ...)` for easier introspection
#40195 opened
Mar 25, 2021 -
1.6 gets stuck on ] add Plots
#40193 opened
Mar 25, 2021 -
`import InteractiveUtils` in `startup.jl` breaks default behavior
#40192 opened
Mar 25, 2021 -
Importing Optim with --track-allocation=all causes crash (assertion error)
#40191 opened
Mar 25, 2021 -
Anonymous or temporary module syntax
#40189 opened
Mar 25, 2021 -
Confusing test failure display for KeySet
#40188 opened
Mar 25, 2021 -
LocalScan assertion failure
#40187 opened
Mar 25, 2021 -
Bug in up-arrow history search
#40186 opened
Mar 25, 2021 -
Section Data-race-freedom
#40180 opened
Mar 25, 2021 -
A "fatal error in type inference (type bound)" in Julia 1.6.0-rc3 and 1.7.0-DEV.749
#40177 opened
Mar 25, 2021 -
`getproperty` for `SuiteSparse.UMFPACK.UmfpackLU` always extracts all fields
#40172 opened
Mar 24, 2021 -
[BUG] Sublists Not Working in Docstrings
#40169 opened
Mar 24, 2021 -
Proposal: Do not specialize functions and types in kwsorter
#40167 opened
Mar 24, 2021
74 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
add Slices array type for eachslice/eachrow/eachcol
#32310 commented on
Mar 30, 2021 • 18 new comments -
Performance regression with non-integer powers (v1.6 and newer)
#39976 commented on
Mar 26, 2021 • 11 new comments -
Build failure on Linux/ARM64
#39877 commented on
Mar 31, 2021 • 8 new comments -
[Dates] Time parsing is limited to millisecond precision
#37579 commented on
Mar 27, 2021 • 6 new comments -
Unreadable stacktrace in solarized theme
#38730 commented on
Mar 30, 2021 • 6 new comments -
adding dynamic width and precision to printf
#40105 commented on
Mar 26, 2021 • 6 new comments -
Set_zero_subnormals ineffective for Float16
#40151 commented on
Mar 26, 2021 • 5 new comments -
faster expm1
#37440 commented on
Mar 30, 2021 • 5 new comments -
Make Distributed.jl `Worker` struct thread-safe.
#38405 commented on
Mar 26, 2021 • 5 new comments -
`prod()` over zero-length tuple generator should just return `1`?
#40160 commented on
Mar 25, 2021 • 4 new comments -
2.0: just one import keyword
#39235 commented on
Mar 30, 2021 • 4 new comments -
'ᵀ as syntax for transpose
#40070 commented on
Mar 31, 2021 • 4 new comments -
Table-like printing of a named-tuple of vectors
#40121 commented on
Mar 25, 2021 • 3 new comments -
Add into(T::Type, iterable) -> collection::T
#36537 commented on
Mar 30, 2021 • 3 new comments -
Allow modules to optionally import nothing at all
#40110 commented on
Mar 27, 2021 • 3 new comments -
Fix inconsistencies of findnext and findprev functions
#40120 commented on
Mar 30, 2021 • 3 new comments -
Document `_` as an lvalue
#40133 commented on
Mar 25, 2021 • 2 new comments -
cfunction issue with FunctionWrappers
#28669 commented on
Mar 26, 2021 • 2 new comments -
Darwin/ARM64 tracking issue
#36617 commented on
Mar 26, 2021 • 2 new comments -
isinteractive() and REPL customizations no longer available from .juliarc.jl
#10779 commented on
Mar 26, 2021 • 2 new comments -
performance regression on high-dimensional array iteration using CartesianIndices (no simd)
#38073 commented on
Mar 29, 2021 • 2 new comments -
`invalid redefinition of constant` after an invalid struct definition
#32227 commented on
Mar 30, 2021 • 2 new comments -
missing documentation index file for new stdlibs
#38462 commented on
Mar 31, 2021 • 2 new comments -
A `mvto` function to allow for shell-like `mv src dstpath`
#39942 commented on
Mar 31, 2021 • 2 new comments -
[Test] Define `broken`/`skip` keyword argument for `@test`
#39322 commented on
Mar 29, 2021 • 2 new comments -
add Returns
#39794 commented on
Mar 29, 2021 • 2 new comments -
Speedup iteration for wrappers around arrays
#40002 commented on
Mar 25, 2021 • 2 new comments -
[WIP] generic sparse indices
#40103 commented on
Mar 24, 2021 • 2 new comments -
Fix real matrix sqrt and log for edge cases
#40144 commented on
Mar 24, 2021 • 2 new comments -
correct reverseind example for Unicode
#40156 commented on
Mar 28, 2021 • 2 new comments -
deepcopy fallback of objects with finalizers is broken
#16667 commented on
Mar 24, 2021 • 1 new comment -
LibGit2 tests are sensitive to user/global .gitconfig
#40159 commented on
Mar 24, 2021 • 1 new comment -
Segfault in ccall
#40164 commented on
Mar 24, 2021 • 1 new comment -
@time macro can have huge error
#39760 commented on
Mar 24, 2021 • 1 new comment -
BigFloat QR leads to ERROR: cannot resize array with shared data
#40108 commented on
Mar 25, 2021 • 1 new comment -
Different NamedTuple internals proposal
#39910 commented on
Mar 25, 2021 • 1 new comment -
Macro hygiene is hard to use correctly in nested macro expansion
#37691 commented on
Mar 25, 2021 • 1 new comment -
Documentation for interpolation into `@spawn`
#36647 commented on
Mar 26, 2021 • 1 new comment -
mapreduce(f, hcat, A) != reduce(hcat, map(f, A)) if length(A) == 1
#37917 commented on
Mar 26, 2021 • 1 new comment -
Enhancement Request: Show instruction size in code_native output.
#39108 commented on
Mar 26, 2021 • 1 new comment -
I/O (with parallelism) slower in Julia 1.6.0 and 1.7
#39598 commented on
Mar 26, 2021 • 1 new comment -
tmpname(parent) does not respect parent
#35785 commented on
Mar 26, 2021 • 1 new comment -
Dates/io tests fail on master when networking is unavailable
#34655 commented on
Mar 26, 2021 • 1 new comment -
Allow rethrowing exception from task with original backtrace
#38931 commented on
Mar 27, 2021 • 1 new comment -
Type inference failing with a stack overflow on 1.7-DEV
#40048 commented on
Mar 29, 2021 • 1 new comment -
MKL building troubles on v1.2.0
#33691 commented on
Mar 30, 2021 • 1 new comment -
Matrix norms
#4767 commented on
Mar 31, 2021 • 1 new comment -
Regression in broadcasting with adjoint
#39690 commented on
Mar 31, 2021 • 1 new comment -
Regression in performance of sum on Broadcasted with small Union eltype
#39425 commented on
Mar 31, 2021 • 1 new comment -
pmap: make CachingPool the default for anonymous functions
#22843 commented on
Mar 30, 2021 • 1 new comment -
RFC: curry underscore arguments to create anonymous functions
#24990 commented on
Mar 31, 2021 • 1 new comment -
Syntax for multidimensional arrays
#33697 commented on
Mar 30, 2021 • 1 new comment -
Clearer API for custom log levels
#33960 commented on
Mar 29, 2021 • 1 new comment -
RFC: Normalize (simplify) `UnionAll`s when used as type parameter
#36211 commented on
Mar 29, 2021 • 1 new comment -
make generic method for matrix trace non allocating
#39050 commented on
Mar 28, 2021 • 1 new comment -
repr: update docstring for possible values of the context argument
#39795 commented on
Mar 25, 2021 • 1 new comment -
Refactor test/ranges.jl range construction
#39806 commented on
Mar 28, 2021 • 1 new comment -
RFC: Add a hook for detecting task switches.
#39994 commented on
Mar 26, 2021 • 1 new comment -
stdlib jlls does not expose the same executables/libraries
#40041 commented on
Mar 25, 2021 • 0 new comments -
Bug in user path replacement in stacktrace
#39674 commented on
Mar 25, 2021 • 0 new comments -
Unreachable Reached signal (4): Illegal instruction: 4
#35698 commented on
Mar 25, 2021 • 0 new comments -
Precompiling packages conflict with Distributed @everywhere
#36184 commented on
Mar 25, 2021 • 0 new comments -
Suggestion: abbreviate stack traces by default
#40138 commented on
Mar 27, 2021 • 0 new comments -
Inconsistent errors raised by range() function
#39798 commented on
Mar 27, 2021 • 0 new comments -
type inference precision regression on nightly
#39673 commented on
Mar 31, 2021 • 0 new comments -
BigInt Performance: must go faster
#39605 commented on
Mar 31, 2021 • 0 new comments -
Add some support for atomic operations on mutable fields and Ptrs
#37847 commented on
Mar 27, 2021 • 0 new comments -
Attempt at fixing #33413, crash with `cglobal(dlsym(...))`
#37910 commented on
Mar 26, 2021 • 0 new comments -
Rigorous Float16 tests
#39580 commented on
Mar 30, 2021 • 0 new comments -
RFC: Add cross references in subset related operator's docs.
#39750 commented on
Mar 27, 2021 • 0 new comments -
Fix #39798 by using oneunit(start) rather than `1` for _linrange
#39808 commented on
Mar 30, 2021 • 0 new comments -
Change error message for type param which is a non-isbits value
#39869 commented on
Mar 26, 2021 • 0 new comments -
more conservative name demangling in stacktraces
#40106 commented on
Mar 25, 2021 • 0 new comments -
Fix eigvals(:::SymTridagonal) with longer off-diagonal vector
#40165 commented on
Mar 24, 2021 • 0 new comments