astro-nest 1.0.6.dev2__tar.gz → 1.0.6.dev3__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 (34) hide show
  1. astro_nest-1.0.6.dev3/NEST/_version.py +1 -0
  2. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/core.py +3 -3
  3. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/PKG-INFO +1 -1
  4. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/astro_nest.egg-info/PKG-INFO +1 -1
  5. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/pyproject.toml +1 -1
  6. astro_nest-1.0.6.dev2/NEST/_version.py +0 -1
  7. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/__init__.py +0 -0
  8. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/cmaps.npz +0 -0
  9. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/domain.pkl +0 -0
  10. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/BaSTI.mlp +0 -0
  11. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/BaSTI_BPRP.mlp +0 -0
  12. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/BaSTI_HST.mlp +0 -0
  13. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/BaSTI_HST.scaler +0 -0
  14. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/BaSTI_HST_BPRP.mlp +0 -0
  15. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/BaSTI_HST_enhanced.mlp +0 -0
  16. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/BaSTI_HST_enhanced_BPRP.mlp +0 -0
  17. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/CESAM_BPRP.mlp +0 -0
  18. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/Dartmouth.mlp +0 -0
  19. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/Dartmouth_BPRP.mlp +0 -0
  20. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/Geneva.mlp +0 -0
  21. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/Geneva_BPRP.mlp +0 -0
  22. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/MIST.mlp +0 -0
  23. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/MIST_BPRP.mlp +0 -0
  24. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/PARSEC.mlp +0 -0
  25. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/PARSEC_BPRP.mlp +0 -0
  26. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/YaPSI.mlp +0 -0
  27. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/YaPSI_BPRP.mlp +0 -0
  28. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/models/new_PARSEC_BPRP.mlp +0 -0
  29. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/NEST/tutorial.ipynb +0 -0
  30. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/astro_nest.egg-info/SOURCES.txt +0 -0
  31. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/astro_nest.egg-info/dependency_links.txt +0 -0
  32. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/astro_nest.egg-info/top_level.txt +0 -0
  33. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/readme.md +0 -0
  34. {astro_nest-1.0.6.dev2 → astro_nest-1.0.6.dev3}/setup.cfg +0 -0
@@ -0,0 +1 @@
1
+ __version__ = "1.0.6.dev3"
@@ -135,16 +135,16 @@ def download_isochrones(verbose=True):
135
135
  urllib.request.urlretrieve(iso_url, tmp_zip)
136
136
 
137
137
  with zipfile.ZipFile(tmp_zip, 'r') as zip_ref:
138
- members = [m for m in zip_ref.namelist() if m.startswith('star-age.github.io-main/isochrones/')]
138
+ members = [m for m in zip_ref.namelist() if m.startswith('NEST-main/isochrones/')]
139
139
  zip_ref.extractall(NEST_DIR, members)
140
140
 
141
- src = os.path.join(NEST_DIR, 'star-age.github.io-main', 'isochrones')
141
+ src = os.path.join(NEST_DIR, 'NEST-main', 'isochrones')
142
142
  if os.path.exists(iso_dir):
143
143
  shutil.rmtree(iso_dir)
144
144
  shutil.move(src, iso_dir)
145
145
  with open(os.path.join(iso_dir, 'version.txt'), 'w') as f:
146
146
  f.write(__version__)
147
- shutil.rmtree(os.path.join(NEST_DIR, 'star-age.github.io-main'))
147
+ shutil.rmtree(os.path.join(NEST_DIR, 'NEST-main'))
148
148
  os.remove(tmp_zip)
149
149
  if verbose:
150
150
  print("Isochrones downloaded and extracted.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: astro-nest
3
- Version: 1.0.6.dev2
3
+ Version: 1.0.6.dev3
4
4
  Summary: A python package that provides neural networks to estimate ages of stars.
5
5
  Author-email: Tristan Boin <tristan.boin@obspm.fr>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: astro-nest
3
- Version: 1.0.6.dev2
3
+ Version: 1.0.6.dev3
4
4
  Summary: A python package that provides neural networks to estimate ages of stars.
5
5
  Author-email: Tristan Boin <tristan.boin@obspm.fr>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "astro-nest"
7
- version = "1.0.6.dev2"
7
+ version = "1.0.6.dev3"
8
8
  authors = [
9
9
  { name="Tristan Boin", email="tristan.boin@obspm.fr" },
10
10
  ]
@@ -1 +0,0 @@
1
- __version__ = "1.0.6.dev2"