Skip to content

Commit ac60d89

Browse files
committed
uyt
1 parent 5c0fb67 commit ac60d89

9 files changed

Lines changed: 2816 additions & 2891 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66
- windows
77

88
julia:
9-
- 1.2
9+
- 1.3
1010
- nightly
1111

1212
matrix:
@@ -27,7 +27,7 @@ script:
2727
jobs:
2828
include:
2929
- stage: "Documentation"
30-
julia: 1.2
30+
julia: 1.3
3131
os: linux
3232
script:
3333
- julia --project=docs/ -e 'import Pkg; Pkg.add("Documenter")'

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.2.0"
55
[deps]
66
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
8-
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
98
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
109
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1110
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

docs/src/modules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ Return the numbers of partitions of an ``n``-set into ``m`` nonempty subsets.
419419
  🔶  [SetPartitionsMType](https://github.com/OpenLibMathSeq/IntegerSequences.jl/blob/master/src/SetPartitionsMType.jl)
420420

421421

422+
422423
## Ordered set partitions of m-type
423424

424425
| type | m = 0 | m = 1 | m = 2 | m = 3 | m = 4 |

src/BuildSequences.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function build_test()
253253
println(o, "module runtests")
254254
println(
255255
o,
256-
"using Nemo, Test, SeqTests, IntegerSequences, IterTools, Combinatorics"
256+
"using Nemo, Test, SeqTests, IntegerSequences, IterTools"
257257
)
258258

259259
path = joinpath(tstdir, "runtests.jl")

0 commit comments

Comments
 (0)