Skip to content

Commit

Permalink
Shifted row= and parallel= to regular (non-template) arguments.
Browse files Browse the repository at this point in the history
This is easier to use and aligns with new tatami interface where
the row/column layout is specified in the constructor.
  • Loading branch information
LTLA committed Oct 3, 2024
1 parent 8738256 commit b7b46c2
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 123 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)

project(tatami_mtx
VERSION 1.0.0
VERSION 2.0.0
DESCRIPTION "Matrix Market to tatami matrices"
LANGUAGES CXX)

Expand Down
Loading

0 comments on commit b7b46c2

Please sign in to comment.