jax-hpc-profiler 0.2.11__tar.gz → 0.2.12__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 (17) hide show
  1. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/PKG-INFO +1 -1
  2. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/pyproject.toml +1 -1
  3. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler.egg-info/PKG-INFO +1 -1
  4. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/LICENSE +0 -0
  5. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/README.md +0 -0
  6. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/setup.cfg +0 -0
  7. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler/__init__.py +0 -0
  8. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler/create_argparse.py +0 -0
  9. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler/main.py +0 -0
  10. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler/plotting.py +0 -0
  11. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler/timer.py +0 -0
  12. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler/utils.py +0 -0
  13. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler.egg-info/SOURCES.txt +0 -0
  14. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler.egg-info/dependency_links.txt +0 -0
  15. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler.egg-info/entry_points.txt +0 -0
  16. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler.egg-info/requires.txt +0 -0
  17. {jax_hpc_profiler-0.2.11 → jax_hpc_profiler-0.2.12}/src/jax_hpc_profiler.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jax_hpc_profiler
3
- Version: 0.2.11
3
+ Version: 0.2.12
4
4
  Summary: HPC Plotter and profiler for benchmarking data made for JAX
5
5
  Author: Wassim Kabalan
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "jax_hpc_profiler"
7
- version = "0.2.11"
7
+ version = "0.2.12"
8
8
  description = "HPC Plotter and profiler for benchmarking data made for JAX"
9
9
  authors = [
10
10
  { name="Wassim Kabalan" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jax_hpc_profiler
3
- Version: 0.2.11
3
+ Version: 0.2.12
4
4
  Summary: HPC Plotter and profiler for benchmarking data made for JAX
5
5
  Author: Wassim Kabalan
6
6
  License: GNU GENERAL PUBLIC LICENSE