Skip to content

Commit

Permalink
Iterations.jl replaced by IterTools.jl (#34)
Browse files Browse the repository at this point in the history
* Iterations.jl replaced by IterTools.jl

Iterators.jl has been deprecated in favour of IterTools.jl.
See: JuliaCollections/Iterators.jl#104 for more information

* Iterators.jl replaced by IterTools.jl

Iterators.jl has been deprecated in favour of IterTools.jl.
See: JuliaCollections/Iterators.jl#104 for more information
  • Loading branch information
benhemingway authored and sglyon committed Jul 20, 2017
1 parent fa9b868 commit 7165e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
julia 0.5
QuantEcon
Compat 0.17
Iterators
IterTools
Combinatorics
2 changes: 1 addition & 1 deletion src/BasisMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using QuantEcon: gridmake, gridmake!, ckron, fix, fix!

using Compat
using Combinatorics: with_replacement_combinations
using Iterators: product
using IterTools: product

# types
export BasisFamily, Cheb, Lin, Spline, Basis, Smolyak,
Expand Down

0 comments on commit 7165e22

Please sign in to comment.