-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into nodecode
- Loading branch information
Showing
40 changed files
with
3,182 additions
and
1,337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,34 +12,34 @@ packages = [ | |
"swiftsimio.metadata.particle", | ||
"swiftsimio.metadata.unit", | ||
"swiftsimio.metadata.writer", | ||
"swiftsimio.metadata.soap", | ||
"swiftsimio.visualisation", | ||
"swiftsimio.visualisation.projection_backends", | ||
"swiftsimio.visualisation.slice_backends", | ||
"swiftsimio.visualisation.tools", | ||
"swiftsimio.visualisation.smoothing_length" | ||
"swiftsimio.visualisation.smoothing_length", | ||
] | ||
|
||
[project] | ||
name = "swiftsimio" | ||
version="8.0.1" | ||
version="9.0.2" | ||
authors = [ | ||
{ name="Josh Borrow", email="[email protected]" }, | ||
] | ||
description="SWIFTsim (swift.dur.ac.uk) i/o routines for python." | ||
description="SWIFTsim (swiftsim.com) i/o routines for python." | ||
readme = "README.md" | ||
requires-python = ">3.8.0" | ||
requires-python = ">3.10.0" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", | ||
"Operating System :: OS Independent", | ||
] | ||
dependencies = [ | ||
"numpy", | ||
"h5py", | ||
"unyt>=2.9.0", | ||
"unyt>=3.0.2", | ||
"numba>=0.50.0", | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
__version__ = "8.0.1" | ||
import importlib.metadata | ||
|
||
__version__ = importlib.metadata.version("swiftsimio") |
Oops, something went wrong.