Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Julia v0.7/1.0 support and drop v0.6 support #12845

Merged
merged 111 commits into from
Jan 14, 2019
Merged

Commits on Jan 1, 2019

  1. start working on updating to Julia v0.7/1.0

    and drop v0.6 support
    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    b9a9e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc36cf View commit details
    Browse the repository at this point in the history
  3. using Printf

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    2ec8c38 View commit details
    Browse the repository at this point in the history
  4. fix docstring depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    8f7a5ae View commit details
    Browse the repository at this point in the history
  5. base.jl: fix LIB_VERSION

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    aee6ddb View commit details
    Browse the repository at this point in the history
  6. fix depwarns in base.jl

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    f0a4d23 View commit details
    Browse the repository at this point in the history
  7. style suffs for context.jl

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    95bbef6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89535cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03e8202 View commit details
    Browse the repository at this point in the history
  10. ndarray: fix Base.show

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    9ec1fc4 View commit details
    Browse the repository at this point in the history
  11. ndarray: fix flipdim

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    a273617 View commit details
    Browse the repository at this point in the history
  12. ndarray: fix Base.eltype

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    b5abfcb View commit details
    Browse the repository at this point in the history
  13. ndarray: Void -> Cvoid

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    f14d31d View commit details
    Browse the repository at this point in the history
  14. ndarray: Base.size

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    156b9e9 View commit details
    Browse the repository at this point in the history
  15. Void -> Cvoid

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    059026f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4684957 View commit details
    Browse the repository at this point in the history
  17. broadcasted add

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    2c61a39 View commit details
    Browse the repository at this point in the history
  18. broadcasted minus

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    367f0ee View commit details
    Browse the repository at this point in the history
  19. broadcasted multiplication

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    2533903 View commit details
    Browse the repository at this point in the history
  20. broadcasted div

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    05f552c View commit details
    Browse the repository at this point in the history
  21. broadcasted mod

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    ea45365 View commit details
    Browse the repository at this point in the history
  22. broadcasted power

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    bef3d5b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    00cba83 View commit details
    Browse the repository at this point in the history
  24. utils: fix replace

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    afa4ebe View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2e046cb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e382940 View commit details
    Browse the repository at this point in the history
  27. fix _remap import

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    b1d0046 View commit details
    Browse the repository at this point in the history
  28. fix import depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    fa8b4d3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    197c7d9 View commit details
    Browse the repository at this point in the history
  30. base: fix dump_mx_param

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    8915579 View commit details
    Browse the repository at this point in the history
  31. random: srand -> seed!

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    c0b0693 View commit details
    Browse the repository at this point in the history
  32. import

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    531f100 View commit details
    Browse the repository at this point in the history
  33. include broadcast.jl

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    88d11a9 View commit details
    Browse the repository at this point in the history
  34. fix depwarn in autograd

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    7a6760a View commit details
    Browse the repository at this point in the history
  35. util: _import_map

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    6e9ee5b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6d32d53 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b8b7caf View commit details
    Browse the repository at this point in the history
  38. fix test/runtests.jl

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    5e71fe4 View commit details
    Browse the repository at this point in the history
  39. ndarray: fix lastindex

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    d5deb38 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3a31646 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ef8b91a View commit details
    Browse the repository at this point in the history
  42. ndarray: fix rdiv

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    5ec2771 View commit details
    Browse the repository at this point in the history
  43. ndarray: rmod_scalar

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    553c8b0 View commit details
    Browse the repository at this point in the history
  44. ndarray: power

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    1526ab1 View commit details
    Browse the repository at this point in the history
  45. ndarray: power

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    f333748 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    8020000 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    dbdc0af View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9f196b3 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    1a11300 View commit details
    Browse the repository at this point in the history
  50. fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    1adb79d View commit details
    Browse the repository at this point in the history
  51. fix Base.size

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    766c295 View commit details
    Browse the repository at this point in the history
  52. ndarray: fix nd_as_jl macro

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    257b67d View commit details
    Browse the repository at this point in the history
  53. ndarray: fix test cases

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    1dd7ae7 View commit details
    Browse the repository at this point in the history
  54. ndarray: deprecate mean(::NDArray, dims)

    use mean(::NDArray; dims) instead
    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    57dd637 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d761ffa View commit details
    Browse the repository at this point in the history
  56. ndarray: deprecate Base.prod(::NDArray, dims)

    use Base.prod(::NDArray; dims) instead
    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    d92b948 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    d4c1981 View commit details
    Browse the repository at this point in the history
  58. ndarray: deprecate Base.cat(dims, As...)

    use cat(As..., dims = dims) instead
    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    b7f823d View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    f67d0ae View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1951fa7 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    a8bf5b2 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    22ac8bd View commit details
    Browse the repository at this point in the history
  63. symbol: flipdim -> reverse

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    3055092 View commit details
    Browse the repository at this point in the history
  64. symbol: fix findall

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    b2cd54c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    89a4b41 View commit details
    Browse the repository at this point in the history
  66. symbolic: fix test cases

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    e77a154 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    aaed2d6 View commit details
    Browse the repository at this point in the history
  68. test/operator: fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    2e895b1 View commit details
    Browse the repository at this point in the history
  69. test/random: fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    5f5801d View commit details
    Browse the repository at this point in the history
  70. test/metric: fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    f3c6477 View commit details
    Browse the repository at this point in the history
  71. metric: style stuffs

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    5f2f0be View commit details
    Browse the repository at this point in the history
  72. optimizer: fix Void depwarn

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    0d72389 View commit details
    Browse the repository at this point in the history
  73. optimizer: fix doc depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    1ab3ef1 View commit details
    Browse the repository at this point in the history
  74. io: fix iteration protocol

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    30db122 View commit details
    Browse the repository at this point in the history
  75. test/io: fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    5fa5a59 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    355e248 View commit details
    Browse the repository at this point in the history
  77. utils: fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    11e47ca View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    a48212e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    ccf003d View commit details
    Browse the repository at this point in the history
  80. kvstore: fix depwarns

    - test cases included
    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    a9b4e49 View commit details
    Browse the repository at this point in the history
  81. update nn-factory

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    380cc19 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    001cde0 View commit details
    Browse the repository at this point in the history
  83. fix info macro in tests

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    739fe2a View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    4c70ed4 View commit details
    Browse the repository at this point in the history
  85. model: fix Cvoid depwarn

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    b5cb129 View commit details
    Browse the repository at this point in the history
  86. test/util: fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    0d794a0 View commit details
    Browse the repository at this point in the history
  87. visualize: fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    bf1ed69 View commit details
    Browse the repository at this point in the history
  88. runtests: fix depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    2ba647b View commit details
    Browse the repository at this point in the history
  89. ndarray: fix import warning

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    d3f0712 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    e0b60df View commit details
    Browse the repository at this point in the history
  91. fix info macro

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    519cab3 View commit details
    Browse the repository at this point in the history
  92. fix occursin depwarn

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    cc9b9e2 View commit details
    Browse the repository at this point in the history
  93. model: fix array broadcast

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    d185c8b View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    c3db25c View commit details
    Browse the repository at this point in the history
  95. fix readstring deprecation

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    55a3476 View commit details
    Browse the repository at this point in the history
  96. fix cat depwarns

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    d6c7a51 View commit details
    Browse the repository at this point in the history
  97. indmax -> argmax

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    1820e0c View commit details
    Browse the repository at this point in the history
  98. model: fix depwarn

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    eb9eff8 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    75fe050 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    5e3ad17 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    44effe7 View commit details
    Browse the repository at this point in the history
  102. ci: fix versioninfo

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    65edba9 View commit details
    Browse the repository at this point in the history
  103. ci: fix julia package dir

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    74b0793 View commit details
    Browse the repository at this point in the history
  104. base: remove isnull

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    123230d View commit details
    Browse the repository at this point in the history
  105. ci: fix julia doc build

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    83d88ca View commit details
    Browse the repository at this point in the history
  106. fix warn macro

    iblislin committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    a2eb2c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. fix depwarns in build.jl

    iblislin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b902759 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. fix workspace name

    iblislin authored Jan 11, 2019
    Configuration menu
    Copy the full SHA
    7917414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68349cf View commit details
    Browse the repository at this point in the history
  3. fix docs build

    iblislin committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b134eea View commit details
    Browse the repository at this point in the history
  4. fix docs build

    iblislin committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    fb2cc4a View commit details
    Browse the repository at this point in the history