subhaloscript 1.1.4__tar.gz → 1.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/.claude/skills/galacticus-analysis/SKILL.md +1 -1
  2. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/PKG-INFO +1 -1
  3. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/meta.yaml +1 -1
  4. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/pyproject.toml +1 -1
  5. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/units.py +1 -1
  6. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/.claude/skills/galacticus-analysis/references/subscript_functions.md +0 -0
  7. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/.claude/skills/update/SKILL.md +0 -0
  8. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/.github/workflows/main.yml +0 -0
  9. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/.gitignore +0 -0
  10. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/LICENSE +0 -0
  11. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/README.md +0 -0
  12. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/example-notebooks/basic-usage.ipynb +0 -0
  13. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/example-notebooks/units.ipynb +0 -0
  14. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/defaults.py +0 -0
  15. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/external.py +0 -0
  16. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/macros.py +0 -0
  17. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/scripts/histograms.py +0 -0
  18. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/scripts/nfilters.py +0 -0
  19. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/scripts/nodes.py +0 -0
  20. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/scripts/spatial.py +0 -0
  21. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/subhalo_timeseries.py +0 -0
  22. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/tabulatehdf5.py +0 -0
  23. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/tracking.py +0 -0
  24. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/util.py +0 -0
  25. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/subscript/wrappers.py +0 -0
  26. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/data/dump.txt +0 -0
  27. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_histograms.py +0 -0
  28. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_macros.py +0 -0
  29. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_nfilters.py +0 -0
  30. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_nfilters_legacy.py +0 -0
  31. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_nodes.py +0 -0
  32. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_spatial.py +0 -0
  33. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_symphony.py +0 -0
  34. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_tabulatehdf5.py +0 -0
  35. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_units.py +0 -0
  36. {subhaloscript-1.1.4 → subhaloscript-1.1.5}/tests/test_wrappers.py +0 -0
@@ -3,7 +3,7 @@
3
3
  **SubScript** is a Python library providing ergonomic utility functions for analyzing Galacticus semi-analytic model outputs.
4
4
 
5
5
  **Repository:** https://github.com/cgannonucm/SubScript
6
- **Package:** `subhaloscript` (v1.1.4)
6
+ **Package:** `subhaloscript` (v1.1.5)
7
7
  **Author:** Charles Gannon (cgannon@ucmerced.edu)
8
8
 
9
9
  > **Note:** Refer to SubScript as a "library" (preferred), "package", or "toolkit" — never as an "API".
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: subhaloscript
3
- Version: 1.1.4
3
+ Version: 1.1.5
4
4
  Summary: Utility functions for analyzing subhalo distributions.
5
5
  Author-email: Charles Gannon <cgannon@ucmerced.edu>
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  package:
2
2
  name: subhaloscript
3
- version: "1.1.4"
3
+ version: "1.1.5"
4
4
 
5
5
  source:
6
6
  path: . # Or use `git_url`/`url` if not building from local files
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
  [project]
6
6
  dependencies = ["numpy","pandas","scipy","h5py", "scikit-learn", "astropy"]
7
7
  name = "subhaloscript"
8
- version = "1.1.4"
8
+ version = "1.1.5"
9
9
  authors = [
10
10
  { name="Charles Gannon", email="cgannon@ucmerced.edu" },
11
11
  ]
@@ -87,7 +87,7 @@ UNITS_IN_SI = {
87
87
  ParamKeys.satellite_velocity_y: apu.m / apu.s,
88
88
  ParamKeys.satellite_velocity_z: apu.m / apu.s,
89
89
  ParamKeys.satellite_tidal_field: 1 / apu.s**2,
90
- ParamKeys.satellite_tidal_heating_normalized: apu.kg / apu.s**2,
90
+ ParamKeys.satellite_tidal_heating_normalized: 1 / apu.s**2,
91
91
  ParamKeys.sibling_index: apu.dimensionless_unscaled,
92
92
  ParamKeys.spin_angular_momentum: apu.dimensionless_unscaled,
93
93
  ParamKeys.spin_angular_momentum_vector_x: apu.dimensionless_unscaled,
File without changes
File without changes
File without changes