File: CHANGELOG.md

package info (click to toggle)
haskell-vector-algorithms 0.9.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 228 kB
  • sloc: haskell: 2,404; ansic: 23; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 794 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## Version 0.9.0.3 (2024-11-25)

- Fix an off-by-one error Heap.partialSort functions.
- Support latest ghcs.

## Version 0.9.0.2 (2024-05-23)

- Add `TypeOperators` pragma where needed.

## Version 0.9.0.1 (2022-07-28)

- Allow building with vector-0.13.*.

## Version 0.9.0.0 (2022-05-19)

- Add nub related functions.
- Add sortUniq related functions (sorts, then removes duplicates).

## Version 0.8.0.4 (2020-12-06)

- Fix out of range access in Intro.partialSort.
- Update QuickCheck dependency bounds.

## Version 0.8.0.3 (2019-12-02)

- Fix out-of-bounds access in Timsort.

## Version 0.8.0.2 (2019-11-28)

- Bump upper bounds on primitive and QuickCheck.
- Expose 'terminate' function from 'AmericanFlag' module.
- Fix an off-by-one error in Data.Vector.Algorithms.Heaps.heapInsert.