File: HISTORY.rst

package info (click to toggle)
python-ewah-bool-utils 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: cpp: 1,709; ansic: 926; python: 219; makefile: 16
file content (35 lines) | stat: -rw-r--r-- 1,577 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
34
35
=======
History
=======

1.0.2 (2022-12-22)
------------------

* BLD: lower runtime requirement for numpy from 1.17.5 to 1.17.3 by @neutrinoceros in  https://github.com/yt-project/ewah_bool_utils/pull/21


1.0.1 (2022-12-22)
------------------

* BUG: Fix build on i386 by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/15
* BUG: fix downstream linking by @neutrinoceros in  https://github.com/yt-project/ewah_bool_utils/pull/16
* ENH: add a get_include() function to facilitate downstream integration by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/18


1.0.0 (2022-12-22)
------------------

* Update EWAH from upstream lemire/EWAHBoolArray by @themousepotato in https://github.com/yt-project/ewah_bool_utils/pull/3
* TST: revive CI by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/6
* MNT: bootstrap pre-commit by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/5
* TST: expand test matrix by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/10
* BLD: explicitly require wheel as a buildtime dependency by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/11
* TST: finalize testing on MacOS by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/12
* MNT: update code from yt by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/4
* REL: add wheels+publish workflow by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/13


0.1.0 (2020-06-08)
------------------

* First release on PyPI.