lime-stable 2.4.1__tar.gz → 2.4.2__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 (55) hide show
  1. {lime_stable-2.4.1/src/lime_stable.egg-info → lime_stable-2.4.2}/PKG-INFO +8 -8
  2. {lime_stable-2.4.1 → lime_stable-2.4.2}/pyproject.toml +8 -8
  3. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/changelog.txt +2 -0
  4. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/lime.toml +1 -1
  5. {lime_stable-2.4.1 → lime_stable-2.4.2/src/lime_stable.egg-info}/PKG-INFO +8 -8
  6. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime_stable.egg-info/requires.txt +7 -7
  7. {lime_stable-2.4.1 → lime_stable-2.4.2}/LICENSE.rst +0 -0
  8. {lime_stable-2.4.1 → lime_stable-2.4.2}/MANIFEST.in +0 -0
  9. {lime_stable-2.4.1 → lime_stable-2.4.2}/README.md +0 -0
  10. {lime_stable-2.4.1 → lime_stable-2.4.2}/setup.cfg +0 -0
  11. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/__init__.py +0 -0
  12. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/archives/__init__.py +0 -0
  13. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/archives/read_fits.py +0 -0
  14. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/archives/tables.py +0 -0
  15. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/fitting/__init__.py +0 -0
  16. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/fitting/lines.py +0 -0
  17. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/fitting/redshift.py +0 -0
  18. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/inference/detection.py +0 -0
  19. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/inference/intensity_threshold.py +0 -0
  20. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/io.py +0 -0
  21. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/observations.py +0 -0
  22. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/plotting/__init__.py +0 -0
  23. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/plotting/bokeh_plots.py +0 -0
  24. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/plotting/format.py +0 -0
  25. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/plotting/plots.py +0 -0
  26. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/plotting/plots_interactive.py +0 -0
  27. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/plotting/theme_lime.toml +0 -0
  28. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/plotting/utils.py +0 -0
  29. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/resources/__init__.py +0 -0
  30. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/resources/generator_db.py +0 -0
  31. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/resources/generator_logo.py +0 -0
  32. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/resources/lines_database_v2.0.6.txt +0 -0
  33. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/resources/types_params.txt +0 -0
  34. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/retrieve/__init__.py +0 -0
  35. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/retrieve/line_bands.py +0 -0
  36. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/rsrc_manager.py +0 -0
  37. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/tools.py +0 -0
  38. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/transitions.py +0 -0
  39. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime/workflow.py +0 -0
  40. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime_stable.egg-info/SOURCES.txt +0 -0
  41. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime_stable.egg-info/dependency_links.txt +0 -0
  42. {lime_stable-2.4.1 → lime_stable-2.4.2}/src/lime_stable.egg-info/top_level.txt +0 -0
  43. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_astro.py +0 -0
  44. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_cube.py +0 -0
  45. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_io.py +0 -0
  46. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_line.py +0 -0
  47. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_model.py +0 -0
  48. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_plots.py +0 -0
  49. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_read_fits.py +0 -0
  50. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_redshift.py +0 -0
  51. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_resources.py +0 -0
  52. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_sample.py +0 -0
  53. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_spectrum.py +0 -0
  54. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_tables.py +0 -0
  55. {lime_stable-2.4.1 → lime_stable-2.4.2}/tests/test_tools.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lime-stable
3
- Version: 2.4.1
3
+ Version: 2.4.2
4
4
  Summary: Line measuring algorithm for astronomical spectra
5
5
  Author-email: Vital Fernández <vgf@stsci.edu>
6
6
  License: GPL-3.0-or-later
@@ -9,16 +9,16 @@ Classifier: Programming Language :: Python :: 3.12
9
9
  Requires-Python: >=3.12
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.rst
12
- Requires-Dist: astropy~=8.0.0
13
- Requires-Dist: lmfit~=1.3.4
14
- Requires-Dist: matplotlib~=3.10
15
- Requires-Dist: numpy~=2.5
16
- Requires-Dist: pandas~=3.0.3
17
- Requires-Dist: scipy~=1.18
12
+ Requires-Dist: astropy>=8.0
13
+ Requires-Dist: lmfit>=1.3
14
+ Requires-Dist: matplotlib>=3.10
15
+ Requires-Dist: numpy<3,>=2.0
16
+ Requires-Dist: pandas<4,>=3.0
17
+ Requires-Dist: scipy>=1.18
18
18
  Provides-Extra: full
19
19
  Requires-Dist: asdf~=4.1; extra == "full"
20
20
  Requires-Dist: aspect-stable~=0.8; extra == "full"
21
- Requires-Dist: bokeh~=3.9.1; extra == "full"
21
+ Requires-Dist: bokeh>=3.9; extra == "full"
22
22
  Requires-Dist: mplcursors~=0.6; extra == "full"
23
23
  Requires-Dist: openpyxl~=3.1; extra == "full"
24
24
  Requires-Dist: PyLaTeX~=1.4; extra == "full"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "lime-stable"
7
- version = "2.4.1"
7
+ version = "2.4.2"
8
8
  readme = { file = "README.md", content-type = "text/markdown" }
9
9
  requires-python = ">=3.12"
10
10
  license = {text = "GPL-3.0-or-later"}
@@ -14,17 +14,17 @@ classifiers = ["License :: OSI Approved :: GNU General Public License v3 (GPLv3)
14
14
  authors = [{name = "Vital Fernández", email = "vgf@stsci.edu"}]
15
15
  description = "Line measuring algorithm for astronomical spectra"
16
16
 
17
- dependencies = ["astropy~=8.0.0",
18
- "lmfit~=1.3.4",
19
- "matplotlib~=3.10",
20
- "numpy~=2.5",
21
- "pandas~=3.0.3",
22
- "scipy~=1.18"]
17
+ dependencies = ["astropy>=8.0",
18
+ "lmfit>=1.3",
19
+ "matplotlib>=3.10",
20
+ "numpy>=2.0,<3",
21
+ "pandas>=3.0,<4",
22
+ "scipy>=1.18"]
23
23
 
24
24
  [project.optional-dependencies]
25
25
  full = ["asdf~=4.1",
26
26
  "aspect-stable~=0.8",
27
- "bokeh~=3.9.1",
27
+ "bokeh>=3.9",
28
28
  "mplcursors~=0.6",
29
29
  "openpyxl~=3.1",
30
30
  "PyLaTeX~=1.4",
@@ -152,4 +152,6 @@ LiMe small update - 2.4.1 - 08/07/2026
152
152
  - Renamed internal function "continuum_calculation" to "_cont_level_profile" in order to avoid confusion with external "Spectrum.fit.continuum"
153
153
  - Bump the dependencies to the current versions. At the current state, LiMe should be compatible with Pandas 3.0.0 but more changes will be necessary to take full advantage of the library upgrades"
154
154
 
155
+ LiMe small update - 2.4.2 - 08/07/2026
156
+ - Relaxed dependencies for the numba installation in the streamlit specsy wrapper"
155
157
 
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = 'lime-stable'
3
- version = "2.4.1"
3
+ version = "2.4.2"
4
4
  lines_database = 'lines_database_v2.4.1.txt'
5
5
 
6
6
  # =====================
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lime-stable
3
- Version: 2.4.1
3
+ Version: 2.4.2
4
4
  Summary: Line measuring algorithm for astronomical spectra
5
5
  Author-email: Vital Fernández <vgf@stsci.edu>
6
6
  License: GPL-3.0-or-later
@@ -9,16 +9,16 @@ Classifier: Programming Language :: Python :: 3.12
9
9
  Requires-Python: >=3.12
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.rst
12
- Requires-Dist: astropy~=8.0.0
13
- Requires-Dist: lmfit~=1.3.4
14
- Requires-Dist: matplotlib~=3.10
15
- Requires-Dist: numpy~=2.5
16
- Requires-Dist: pandas~=3.0.3
17
- Requires-Dist: scipy~=1.18
12
+ Requires-Dist: astropy>=8.0
13
+ Requires-Dist: lmfit>=1.3
14
+ Requires-Dist: matplotlib>=3.10
15
+ Requires-Dist: numpy<3,>=2.0
16
+ Requires-Dist: pandas<4,>=3.0
17
+ Requires-Dist: scipy>=1.18
18
18
  Provides-Extra: full
19
19
  Requires-Dist: asdf~=4.1; extra == "full"
20
20
  Requires-Dist: aspect-stable~=0.8; extra == "full"
21
- Requires-Dist: bokeh~=3.9.1; extra == "full"
21
+ Requires-Dist: bokeh>=3.9; extra == "full"
22
22
  Requires-Dist: mplcursors~=0.6; extra == "full"
23
23
  Requires-Dist: openpyxl~=3.1; extra == "full"
24
24
  Requires-Dist: PyLaTeX~=1.4; extra == "full"
@@ -1,9 +1,9 @@
1
- astropy~=8.0.0
2
- lmfit~=1.3.4
3
- matplotlib~=3.10
4
- numpy~=2.5
5
- pandas~=3.0.3
6
- scipy~=1.18
1
+ astropy>=8.0
2
+ lmfit>=1.3
3
+ matplotlib>=3.10
4
+ numpy<3,>=2.0
5
+ pandas<4,>=3.0
6
+ scipy>=1.18
7
7
 
8
8
  [docs]
9
9
  sphinx~=9.1.0
@@ -16,7 +16,7 @@ myst-nb~=1.4
16
16
  [full]
17
17
  asdf~=4.1
18
18
  aspect-stable~=0.8
19
- bokeh~=3.9.1
19
+ bokeh>=3.9
20
20
  mplcursors~=0.6
21
21
  openpyxl~=3.1
22
22
  PyLaTeX~=1.4
File without changes
File without changes
File without changes
File without changes
File without changes