Skip to content

Commit

Permalink
Clean up changelog (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC authored Jun 23, 2023
1 parent 4376133 commit 423837f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changelog

- We fixed a bug in the dense sandwich product, which would previously segfault for very large matrices.
- Fixed the column order when initializing a ``SplitMatrix`` from a list containing other ``SplitMatrix`` objects.
- Fixed `getcol` not respecting the ``drop_first`` attribute of a ``CategoricalMatrix``.
- Fixed ``getcol`` not respecting the ``drop_first`` attribute of a ``CategoricalMatrix``.

3.1.9 - 2023-06-16
------------------
Expand All @@ -29,9 +29,9 @@ Changelog
**Other changes:**

- The C++ types have been refactored. Loop indices are now using the ``Py_ssize_t`` type. Integers now have a templated type as well.
- The documentation for `matvec` and `matvec_transpose` has been updated to reflect actual behavior
- Checks for dimension mismatch in `matvec` and `matvec_transpose` arguments have been added
- Remove upper pin on xsimd
- The documentation for ``matvec`` and ``matvec_transpose`` has been updated to reflect actual behavior.
- Checks for dimension mismatch in ``matvec`` and ``matvec_transpose`` arguments have been added.
- Remove upper pin on xsimd.

3.1.7 - 2022-03-28
------------------
Expand Down

0 comments on commit 423837f

Please sign in to comment.