sort by:
Revision Author Date Message Commit Date
1a416fb rename `Type*` traits to `*Style`. fixes #25440 (#25555) also rename `HasOrder` to `Ordered` and `ArithmeticOverflows` to `ArithmeticWraps` 15 January 2018, 02:32:46 UTC
1c68f8a Merge pull request #25532 from JuliaLang/nl/findn Deprecate findn(x) in favor of find(!iszero, x), which now returns cartesian indices 15 January 2018, 01:17:21 UTC
60cd7cf move Random to stdlib (#24874) 15 January 2018, 01:00:55 UTC
9924f79 More clearly describe the `Conditional` lattice element (#25550) As the resident compiler-dummy, I had trouble parsing the explanation. After consulting the oracle at delphi^H^H^H^H^H^H Jameson and decyphering its musings, I came up with this explanation, which I find simpler. I hope others will too. 14 January 2018, 22:15:01 UTC
d569a29 define `String(::AbstractVector{UInt8})` (#25554) 14 January 2018, 21:52:33 UTC
06eeaa3 Deprecate findn(x) in favor of find(!iszero, x), which now returns cartesian indices Also make find(::Function, ::SparseMatrixCSC) slightly more efficient by avoiding an intermediate allocation of index vectors. 14 January 2018, 18:00:44 UTC
a1ff12c Add back MPFR version check for test (#25538) We do not require MPFR 3.1.6, yet tests fail before that version. 14 January 2018, 16:37:00 UTC
649ca36 Fix deprecated keywords in docs [ci skip] (#25540) 14 January 2018, 16:33:59 UTC
448bace remove unnecessary locals (#25542) 14 January 2018, 16:33:17 UTC
d84bd4b strings/basic map off-by-one error (#25547) 14 January 2018, 16:30:19 UTC
5c3f580 Merge pull request #25472 from JuliaLang/teh/find_sentinel Change sentinel in find(first|next|prev|last) to `nothing` 13 January 2018, 21:17:17 UTC
4f43bf7 Fix [r]searchindex deprecation (#25539) These methods always return a single index, so first() is not needed, even though it technically works. 13 January 2018, 19:38:46 UTC
5ec147b Fix find(::BitArray) return type and find() docstrings The BitArray method was missed when changing the AbstractArray method to return CartesianIndices for multidimensional arrays. Also fix the find(x) docstring which was inconsistent with the find(f, x) one. 13 January 2018, 18:09:22 UTC
f27f4b8 Add size(::LinearIndices) method (#25541) Fixes indexing LinearIndices with an array. This is useful in particular to convert cartesian indices that find() now returns to linear indices. 13 January 2018, 18:08:30 UTC
5b345ff Fix varinfo() when module contains missing (#24997) Checks for object equality should not have used in(), which propagates missing values. What is intended here is really ===. 13 January 2018, 13:41:23 UTC
b6bd419 Change sentinel in find(first|next|prev|last) to `nothing` 13 January 2018, 11:57:31 UTC
338110c Remove deprecated findnext/findprev signatures 13 January 2018, 11:50:03 UTC
c5cd13e move case functions and char predicates back to Base (#25479) fixes #25394 13 January 2018, 05:40:15 UTC
4a50e64 Use powershell for download function for Windows (#25477) 13 January 2018, 05:38:42 UTC
9df04ac Doc: Add at-id reference tag to Strided Arrays interface section (#25480) * Doc: Add at-id reference tag to Strided Arrays interface section * Link to array and strided array interface sections This "array implementation" section is old and should probably eventually be folded into the interfaces chapter, but I think this incremental improvement here is worth doing in lieu of a larger overhaul. 13 January 2018, 00:48:15 UTC
caccf13 Add strides and stride deprecation to NEWS (#25510) * Add strides and stride deprecation to NEWS The methods themselves are still used and called, we just no longer provide a default implementation for all `AbstractArrays` 13 January 2018, 00:45:34 UTC
f8bc37b Merge pull request #25249 from fredrikekre/fe/stdlib-sparsearrays move SparseArrays to stdlib 12 January 2018, 20:23:46 UTC
5726178 make precedence of `=>` strictly higher than `=` and `,`. fixes #25391 (#25518) 12 January 2018, 16:04:30 UTC
052def7 remove references to `LastMain`. fixes #25508 (#25511) 12 January 2018, 15:58:46 UTC
899fde0 add link to release notes on first page of manual (#25476) * add link to release notes on first page of manual * Update make.jl * change wording 12 January 2018, 09:32:32 UTC
ec9e92e add mechanism for spoofing inference work-limiting heuristics (#24852) 12 January 2018, 00:53:23 UTC
04b3569 move SparseArrays to stdlib 11 January 2018, 23:32:56 UTC
daf1235 remove `scalarmin`, `scalarmax`, and corresponding deprecations (#25401) 11 January 2018, 23:05:46 UTC
9ca03c6 move `Libdl` to stdlib (#25459) 11 January 2018, 22:41:17 UTC
931dc51 Improve performance of eachindex(a, b). Fixes #25497 (#25503) 11 January 2018, 17:37:32 UTC
0960b48 support UnionAll types in `invoke` (#25495) fixes #25341, fixes #24460, fixes #22554 11 January 2018, 17:31:24 UTC
ae964a9 remove extra newline at end of displayed vectors of Methods (#25500) 11 January 2018, 17:28:34 UTC
4f3e01c rstrip start index should be 1 (#25505) See https://discourse.julialang.org/t/rstrip-minor-bug/8263 11 January 2018, 17:27:18 UTC
cbae7a2 Merge pull request #25488 from JuliaLang/cjf/ConsoleLogger-formatting Log printing tweaks 11 January 2018, 17:26:55 UTC
52c4c45 Improved formatting defaults for log metadata The metadata suffix is now printed on its own line by default, and disabled for `Info` level logging. The printing can be made more compact if desired by right justifying the metadata using the `right_justify` setting. Color is made customizable by requiring that it's returned from the meta_formatter() function. 11 January 2018, 10:03:59 UTC
4440b0f binomial should throw OverflowError instead of InexactError (#25498) 11 January 2018, 04:34:24 UTC
a3496f2 add test for array conversion reported in 22330 (#25448) 11 January 2018, 03:59:39 UTC
9cdd887 update `isassigned` for invalid Chars (#25473) 10 January 2018, 19:21:24 UTC
bc56748 Merge pull request #25450 from Sacha0/decollect presently possible rewrites for potential collect deprecation 10 January 2018, 19:10:13 UTC
0abc263 Merge pull request #25461 from Sacha0/consify make Adjoint/Transpose behave like typical constructors 10 January 2018, 14:43:21 UTC
3d64d39 Revise .' deprecation message and add .'-dep TODOs to base/deprecated.jl. [ci skip] (#25463) 10 January 2018, 14:42:21 UTC
2da9ddb Change find() to return the same index type as pairs() (#24774) This does not change anything for AbstractVector, Tuple and general iterables, which continue to use linear indices. For other AbstractArrays, return CartesianIndexes (rather than linear indices). For AbstractDict, AbstractString and NamedTuple, return keys (previously not supported at all). Relying on collect() to choose the return element type allows supporting any definition of pairs(), including that for Dict, which creates a standard Generator for which eltype() returns Any. 10 January 2018, 13:28:01 UTC
a06cb6c add regression test for self referencesing struct (#25445) 10 January 2018, 13:23:27 UTC
eab372a remove some more 0.6 deprecation items (#25475) 10 January 2018, 05:53:15 UTC
6a45619 add issetequal and make hash/== generic for AbstractSet (#25368) 09 January 2018, 22:52:04 UTC
36a492c correct usage of modules in Documenter (#25471) 09 January 2018, 22:34:09 UTC
b6b6821 add more on the difference between convert and construct (#25470) also remove deprecated method from an example [ci skip] 09 January 2018, 21:25:38 UTC
3c28b79 Make Adjoint/Transpose behave like typical constructors. 09 January 2018, 20:10:42 UTC
ba21f20 Replace Adjoint/Transpose with adjoint/transpose (instances missed in #25364). 09 January 2018, 20:04:38 UTC
fc3170f Bump `hdiutil` image maximum capacity to 1TB (#25465) Hopefully we now never have to do this again. 09 January 2018, 19:58:29 UTC
9d32b3b Add a TODO to 0.7 deps. (#25462) 09 January 2018, 19:58:07 UTC
8e7ae9f split out a part of stdlib into a Base category in docs (#24461) 09 January 2018, 14:23:39 UTC
9b5eed2 fix error handling in printf.jl (#25382) 09 January 2018, 08:03:51 UTC
9624f10 Deprecate diff(::AbstractMatrix), require a dim argument (#25457) * Deprecate diff(::AbstractMatrix), require a dim argument Akin to `cumsum`, `diff` now requires a `dim` argument in cases where the array has more than one dimension. Final piece of #20041 for the 1.0 milestone. * Add reference to this PR in NEWS.md 09 January 2018, 08:01:11 UTC
19cd026 Fix for issue #25291: inconsistency in python printfd microbenchmark (#25456) 09 January 2018, 05:28:31 UTC
09f7213 Merge pull request #25364 from Sacha0/lowercase adjoint/transpose transcend material concerns 09 January 2018, 01:31:04 UTC
310667b Merge pull request #25420 from JuliaLang/jb/cmpissues fix some issues with `cmp` and `isless` 08 January 2018, 21:10:54 UTC
aaa77ae fix count argument of replace! (#25427) `replace!` had one stack-overflow problem reported in #25384. Its fix #25386 made a method-overwrite, tentatively fixed in #25422. But `replace!` also didn't handle non-Int count arguments as expected (because there is no dispatch on keyword arguments). This fixes the root problem and adds tests for non-Int count. 08 January 2018, 21:09:21 UTC
8245356 Merge pull request #23393 from JuliaLang/rf/titlecase titlecase: chars not starting a word can be converted to lowercase 08 January 2018, 20:50:37 UTC
df91458 deprecate randjump(rng, length, poly) in favor of randjump(rng, steps, length) (#25320) 08 January 2018, 20:47:55 UTC
ac18317 Lower ' directly to adjoint. 08 January 2018, 18:54:16 UTC
70aed06 Replace Adjoint/Transpose with adjoint/transpose in SuiteSparse. 08 January 2018, 18:54:15 UTC
1aef8e0 Replace Adjoint/Transpose with adjoint/transpose in IterativeEigensolvers. 08 January 2018, 18:54:15 UTC
6a21539 Replace Adjoint/Transpose with adjoint/transpose throughout deprecations. 08 January 2018, 18:54:15 UTC
dd9cef8 Replace Adjoint/Transpose with adjoint/transpose throughout base/. 08 January 2018, 18:54:15 UTC
43b2cfb Replace Adjoint/Transpose with adjoint/transpose throughout test/. 08 January 2018, 18:54:15 UTC
16a944e Make adjoint/transpose lazy with copy for materialization. 08 January 2018, 18:54:15 UTC
4f87318 Merge pull request #25312 from Sacha0/nixdeps remove 0.6 deprecations 08 January 2018, 17:58:50 UTC
51ded25 Merge pull request #25453 from Sacha0/perfstab remove type instability in LAPACK eig perf tests 08 January 2018, 17:50:52 UTC
c20de7c Merge pull request #25451 from Sacha0/diagmetherr fix arguments to MethodError calls in base 08 January 2018, 17:48:52 UTC
f94ab0a titlecase: all non-letters are considered word-separators 08 January 2018, 12:22:30 UTC
7032e46 titlecase: chars not starting a word are converted to lowercase A keyword argument `strict` is added to `titlecase` to control whether to convert those chars to lowercase. The default value is `true`, which makes this change breaking. This is how some languages (e.g. Python) implement this function, and is compatible with http://www.unicode.org/L2/L1999/99190.htm. 08 January 2018, 12:22:30 UTC
8cb6949 give more helpful message if non AbstractTestSet is used as a testset (#25415) * give more helpful message if non AbstractTestSet is used as a testset * remove copy pasted comment 08 January 2018, 08:17:26 UTC
cce56c8 test inferrability of hash on Array (#25444) 08 January 2018, 08:15:07 UTC
a136c22 use colors when building docs (#25442) 08 January 2018, 08:14:29 UTC
a33547a remove unused markdown functions (#25449) 08 January 2018, 08:13:57 UTC
16707ba Merge pull request #25446 from JuliaLang/kc/iocontext_examples add more examples to iocontext 08 January 2018, 04:43:49 UTC
69eb29e make `b"..."` yield an immutable `CodeUnits` vector (#25373) 08 January 2018, 02:32:06 UTC
b8ada9c Merge pull request #20641 from JuliaLang/teh/depbind_module Deprecation warnings: print module name if line number is 0 08 January 2018, 02:03:42 UTC
12a264f fix typo in pinv [ci skip] (#25443) 08 January 2018, 00:30:53 UTC
07586ad Remove unnecesary collect/Vector/Array calls. 07 January 2018, 23:43:18 UTC
1f44e21 Replace collect with (Vector|Matrix|Array) in stdlib/. 07 January 2018, 23:43:17 UTC
91beee0 Replace collect with (Vector|Matrix|Array) in base/. 07 January 2018, 23:43:17 UTC
baf6eb2 Replace collect with (Vector|Matrix|Array) in test/. 07 January 2018, 23:43:17 UTC
d472f09 Remove type instability in LAPACK eig perf tests. 07 January 2018, 22:01:07 UTC
db055df Fix arguments to MethodError calls in base/linalg/diagonal.jl and base/strings/basic.jl. 07 January 2018, 21:17:54 UTC
e858f55 Remove 0.6 deprecations. 07 January 2018, 20:38:02 UTC
aafb37d add more examples to iocontext 07 January 2018, 19:00:30 UTC
ec8064c Merge pull request #25434 from JuliaLang/jb/fix25433 fix #25433, make `grow_to!` more inferrable 07 January 2018, 15:27:36 UTC
7b4ebf4 Merge pull request #25438 from JuliaLang/cjf/fix-log-color-test Fix for log colorization test due to merge overlap with #25289 07 January 2018, 15:16:31 UTC
743539b Try to handle interrupting runtests better (#25348) I had a test that was hanging and I did not know which one. Hitting ^C would kill everything without showing which tests failed and which tests didn't complete. My next attempt was to enable InterruptException, but that doesn't seem to play well with the Distributed stuff (a topic for another time). This works by setting STDIN to raw and monitoring it for ^C instead. 07 January 2018, 13:46:58 UTC
bbcd773 fix autocompleting in cmd (#25410) 07 January 2018, 13:34:44 UTC
d9f482d empty line in REPL help mode prints general help (#25409) 07 January 2018, 13:29:22 UTC
9bd6fec Fix for log colorization test due to merge overlap with #25289 07 January 2018, 10:59:15 UTC
abb2061 Merge pull request #25370 from JuliaLang/cjf/ConsoleLogger ConsoleLogger for more fully featured log printing 07 January 2018, 06:53:42 UTC
b96097b camel-case `iteratorsize` and `iteratoreltype` (#25402) This matches other traits better. 07 January 2018, 00:26:01 UTC
7403e0e avoid defining methods for `write` that match one argument (#25412) 07 January 2018, 00:23:38 UTC
0a98aa9 make print_with_color emit starting and terminating ANSI sequences on each line (#25289) 06 January 2018, 23:38:14 UTC
dbf0b45 allow use of begin blocks inside enum definitions (#25424) 06 January 2018, 23:14:28 UTC
886900c Merge pull request #25425 from JuliaLang/mb/reshapeundeferr Fix undefined var error in reshape error 06 January 2018, 23:13:09 UTC
back to top