-
Notifications
You must be signed in to change notification settings - Fork 13
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 #190 from SWIFTSIM/load_fof_catalogues
Load FOF catalogues & Cosmology Metadata Changes
- Loading branch information
Showing
23 changed files
with
1,699 additions
and
1,206 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,27 +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.visualisation.smoothing_length", | ||
] | ||
|
||
[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
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.