Skip to content

Commit

Permalink
Merge pull request #14 from neutrinoceros/prep_rel_1.0
Browse files Browse the repository at this point in the history
REL: prep for release 1.0.0
  • Loading branch information
neutrinoceros authored Dec 22, 2022
2 parents 67679f5 + e811fde commit c363ab3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
History
=======

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

* MAINT: improvements in packaging quality by @neutrinoceros in https://github.com/yt-project/ewah_bool_utils/pull/1
* Package using poetry by @themousepotato in https://github.com/yt-project/ewah_bool_utils/pull/2
* 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)
------------------

Expand Down
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,29 @@ requires = [

[project]
name = "ewah_bool_utils"
version = "0.1.1"
version = "1.0.0"
description = "EWAH Bool Array utils for yt"
authors = [
{ name = "Matthew Turk" },
{ name = "Meagan Lang"},
{ name = "Navaneeth Suresh"},
{ name = "Meagan Lang" },
{ name = "Navaneeth Suresh" },
]
requires-python =">=3.8"
dependencies = [
"numpy>=1.17.5",
]
classifiers = [
"Intended Audience :: Developers",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: BSD License",
"Programming Language :: Cython",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[project.license]
text = "BSD"
Expand Down

0 comments on commit c363ab3

Please sign in to comment.