Atan(y,x) for complex numbers
|
|
4
|
1033
|
January 23, 2020
|
Add `if` to for-loops like in comprehensions
|
|
5
|
771
|
January 21, 2020
|
RFC: Make an abstraction for custom task parallel schedulers (GSoC proposal)
|
|
19
|
1733
|
January 20, 2020
|
Should a view of a SharedArray be also shared between workers?
|
|
3
|
507
|
January 20, 2020
|
Parallel Mersenne Twister
|
|
18
|
2420
|
January 19, 2020
|
Building thread-safe data structures
|
|
0
|
513
|
January 19, 2020
|
Improve type handling in skipmissing
|
|
8
|
632
|
January 19, 2020
|
What concurrency tools you think will be useful to add to julia?
|
|
2
|
468
|
January 19, 2020
|
Any syntax to specify whether a function should or should not be compiled?
|
|
9
|
1178
|
January 16, 2020
|
Why not make + and sum() operators between Booleans act as bitwise operators?
|
|
5
|
1114
|
January 14, 2020
|
New scope solution
|
|
235
|
20872
|
January 14, 2020
|
Does Julia support hardware, which does not provide twos' complement integers?
|
|
13
|
1482
|
January 10, 2020
|
Bug with @edit macro attempts to edit non-existant file on OSX
|
|
3
|
504
|
January 8, 2020
|
Should "1 ∈ 1" be "true"?
|
|
3
|
785
|
January 3, 2020
|
Question about how method signatures are encoded in `Docs.Meta`
|
|
2
|
384
|
December 28, 2019
|
Question regarding Julia's planned approach to composable, safe, and easy multithreading
|
|
14
|
3773
|
December 23, 2019
|
Extend the domain of maximum and minimum to include empty collection?
|
|
24
|
3861
|
December 22, 2019
|
Get function object from method
|
|
7
|
1467
|
December 19, 2019
|
Perhaps a new way of composing functions
|
|
2
|
696
|
December 17, 2019
|
Unification or pattern matching for matching `UnionAll` types against each other
|
|
8
|
721
|
December 16, 2019
|
Could performance of globals be improved by a 265 like approach?
|
|
9
|
1129
|
December 16, 2019
|
Iterate() not defined for RemoteChannel
|
|
0
|
365
|
December 15, 2019
|
Suggestion for sometimes faster data serialization
|
|
8
|
727
|
December 15, 2019
|
Argument-specific docstrings or comments
|
|
20
|
2410
|
December 14, 2019
|
Using other Integer types as type parameters
|
|
3
|
787
|
December 13, 2019
|
Can `eltype()` deduce the element type of a generator?
|
|
30
|
2960
|
December 11, 2019
|
Working towards better C interop
|
|
5
|
1888
|
December 10, 2019
|
A version of sparse! that updates a previously existing SparseMatrixCSC?
|
|
2
|
937
|
December 8, 2019
|
How IntervalSets and UnitRanges compare in functionality?
|
|
1
|
615
|
December 6, 2019
|
Are there any (long term) plans to add higher order generics (a.k.a. higher kinded types) to Julia?
|
|
50
|
7810
|
December 4, 2019
|