ler 0.3.6__tar.gz → 0.3.7__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.

Potentially problematic release.


This version of ler might be problematic. Click here for more details.

Files changed (29) hide show
  1. {ler-0.3.6 → ler-0.3.7}/PKG-INFO +1 -1
  2. {ler-0.3.6 → ler-0.3.7}/ler/__init__.py +1 -1
  3. {ler-0.3.6 → ler-0.3.7}/ler/image_properties/image_properties.py +0 -1
  4. {ler-0.3.6 → ler-0.3.7}/ler.egg-info/PKG-INFO +1 -1
  5. {ler-0.3.6 → ler-0.3.7}/setup.py +1 -1
  6. {ler-0.3.6 → ler-0.3.7}/LICENSE +0 -0
  7. {ler-0.3.6 → ler-0.3.7}/README.md +0 -0
  8. {ler-0.3.6 → ler-0.3.7}/ler/gw_source_population/__init__.py +0 -0
  9. {ler-0.3.6 → ler-0.3.7}/ler/gw_source_population/cbc_source_parameter_distribution.py +0 -0
  10. {ler-0.3.6 → ler-0.3.7}/ler/gw_source_population/cbc_source_redshift_distribution.py +0 -0
  11. {ler-0.3.6 → ler-0.3.7}/ler/gw_source_population/jit_functions.py +0 -0
  12. {ler-0.3.6 → ler-0.3.7}/ler/image_properties/__init__.py +0 -0
  13. {ler-0.3.6 → ler-0.3.7}/ler/image_properties/multiprocessing_routine.py +0 -0
  14. {ler-0.3.6 → ler-0.3.7}/ler/lens_galaxy_population/__init__.py +0 -0
  15. {ler-0.3.6 → ler-0.3.7}/ler/lens_galaxy_population/jit_functions.py +0 -0
  16. {ler-0.3.6 → ler-0.3.7}/ler/lens_galaxy_population/lens_galaxy_parameter_distribution.py +0 -0
  17. {ler-0.3.6 → ler-0.3.7}/ler/lens_galaxy_population/mp.py +0 -0
  18. {ler-0.3.6 → ler-0.3.7}/ler/lens_galaxy_population/optical_depth.py +0 -0
  19. {ler-0.3.6 → ler-0.3.7}/ler/rates/__init__.py +0 -0
  20. {ler-0.3.6 → ler-0.3.7}/ler/rates/gwrates.py +0 -0
  21. {ler-0.3.6 → ler-0.3.7}/ler/rates/ler.py +0 -0
  22. {ler-0.3.6 → ler-0.3.7}/ler/utils/__init__.py +0 -0
  23. {ler-0.3.6 → ler-0.3.7}/ler/utils/plots.py +0 -0
  24. {ler-0.3.6 → ler-0.3.7}/ler/utils/utils.py +0 -0
  25. {ler-0.3.6 → ler-0.3.7}/ler.egg-info/SOURCES.txt +0 -0
  26. {ler-0.3.6 → ler-0.3.7}/ler.egg-info/dependency_links.txt +0 -0
  27. {ler-0.3.6 → ler-0.3.7}/ler.egg-info/requires.txt +0 -0
  28. {ler-0.3.6 → ler-0.3.7}/ler.egg-info/top_level.txt +0 -0
  29. {ler-0.3.6 → ler-0.3.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ler
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Summary: Gravitational waves Lensing Rates
5
5
  Home-page: https://github.com/hemantaph/ler
6
6
  Author: Hemantakumar
@@ -14,7 +14,7 @@ except RuntimeError:
14
14
  __author__ = 'hemanta_ph <hemantaphurailatpam@gmail.com>'
15
15
 
16
16
  # The version as used in the setup.py
17
- __version__ = "0.3.6"
17
+ __version__ = "0.3.7"
18
18
 
19
19
  # add __file__
20
20
  import os
@@ -494,7 +494,6 @@ class ImageProperties():
494
494
  phi_12=phi_12[idx],
495
495
  phi_jl=phi_jl[idx],
496
496
  ),
497
- output_jsonfile=False,
498
497
  )
499
498
  result_dict["pdet_net"][idx, i] = pdet["pdet_net"]
500
499
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ler
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Summary: Gravitational waves Lensing Rates
5
5
  Home-page: https://github.com/hemantaph/ler
6
6
  Author: Hemantakumar
@@ -13,7 +13,7 @@ if python_version < (3, 10):
13
13
 
14
14
  setup(
15
15
  name="ler",
16
- version="0.3.6",
16
+ version="0.3.7",
17
17
  description="Gravitational waves Lensing Rates",
18
18
  long_description=long_description,
19
19
  long_description_content_type='text/markdown',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes