Skip to content

Commit

Permalink
Update mir-algorithm version (#393)
Browse files Browse the repository at this point in the history
* Update dub.json

* remove combinatorics

* add ligbtConst and lightImmutable methods for sparse fields
  • Loading branch information
9il authored Feb 20, 2018
1 parent 20557ad commit 2d17f7e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1,379 deletions.
3 changes: 1 addition & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ ARTWORK_DIR=$(DOC_SOURCE_DIR)/artwork
# xy/zz is in variable PACKAGE_xy_zz. This allows automation in iterating
# packages and their modules.
MIR_PACKAGES = mir $(addprefix mir/,\
glas combinatorics model/lda \
glas model/lda \
sparse sparse/blas utility)

PACKAGE_mir =
PACKAGE_mir_glas = package l1 l2
PACKAGE_mir_combinatorics = package
PACKAGE_mir_model_lda = hoffman
PACKAGE_mir_sparse = package
PACKAGE_mir_sparse_blas = package axpy dot gemm gemv
Expand Down
4 changes: 2 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"dependencies": {
"mir-random": "~>0.3.0",
"mir-algorithm": "~>0.7.0"
"mir-random": ">0.3.0 <1.0.0",
"mir-algorithm": ">0.8.0 <1.0.0"
}
}
5 changes: 0 additions & 5 deletions index.d
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ $(BOOKTABLE ,
$(TDNW $(LINK2 mir_sparse_blas.html, mir.sparse.blas))
$(TD Sparse BLAS for CompressedTensor)
)
$(LEADINGROW Other)
$(TR
$(TDNW $(LINK2 mir_combinatorics.html, mir.combinatorics))
$(TD Combinations, combinations with repeats, cartesian power, permutations)
)
)

Macros:
Expand Down
Loading

0 comments on commit 2d17f7e

Please sign in to comment.