-
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 pull request #195 from SWIFTSIM/load_fof_catalogues_refactor
Load fof catalogues refactor
- Loading branch information
Showing
7 changed files
with
1,341 additions
and
1,143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,28 +12,27 @@ 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.metadata.soap" | ||
] | ||
|
||
[project] | ||
name = "swiftsimio" | ||
version="8.0.1" | ||
version="9.0.0" | ||
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", | ||
] | ||
|
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
Oops, something went wrong.