Skip to content

Commit

Permalink
release 0.10 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
gouarin committed Mar 22, 2024
1 parent 3b8df5a commit 2e2067e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pylbm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# pylint: disable=wildcard-import
# pylint: disable=invalid-name

__version__ = "0.9.0"
__version__ = "0.10.0"

from .domain import Domain # noqa: E402
from .stencil import Stencil # noqa: E402
Expand Down
20 changes: 3 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ authors = [
{ name = "Benjamin Graille", email = "benjamin.graille@universite-paris-saclay.fr" },
{ name = "Loic Gouarin", email = "loic.gouarin@polytechnique.edu" },
]
keywords = [
"Boltzmann",
"Lattice",
"Methods",
]
keywords = ["Boltzmann", "Lattice", "Methods"]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand All @@ -28,12 +24,7 @@ classifiers = [
"Operating System :: Unix",
"Programming Language :: Cython",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Physics",
Expand All @@ -55,10 +46,7 @@ dependencies = [
]

[project.optional-dependencies]
gpu = [
"loo.py==2017.2",
"pyopencl",
]
gpu = ["loo.py==2017.2", "pyopencl"]

[project.urls]
Source = "https://github.com/pylbm/pylbm"
Expand All @@ -68,6 +56,4 @@ Documentation = "https://pylbm.readthedocs.io"
path = "pylbm/__init__.py"

[tool.hatch.build.targets.sdist]
include = [
"/pylbm",
]
include = ["/pylbm"]

0 comments on commit 2e2067e

Please sign in to comment.