PyThea 1.1.0__tar.gz → 1.3.0__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 (80) hide show
  1. pythea-1.3.0/.flake8 +15 -0
  2. {pythea-1.1.0 → pythea-1.3.0}/.readthedocs.yaml +9 -5
  3. {pythea-1.1.0 → pythea-1.3.0}/CHANGELOG.md +24 -0
  4. pythea-1.3.0/PKG-INFO +820 -0
  5. {pythea-1.1.0 → pythea-1.3.0}/PyThea/PyThea_app.py +115 -17
  6. pythea-1.3.0/PyThea/_version.py +24 -0
  7. {pythea-1.1.0 → pythea-1.3.0}/PyThea/config/selected_imagers.py +26 -20
  8. {pythea-1.1.0 → pythea-1.3.0}/PyThea/geometrical_models.py +4 -5
  9. {pythea-1.1.0 → pythea-1.3.0}/PyThea/modules.py +16 -6
  10. {pythea-1.1.0 → pythea-1.3.0}/PyThea/pythea_cli.py +7 -1
  11. pythea-1.3.0/PyThea/sunpy_dev/net/dataretriever/__init__.py +0 -0
  12. pythea-1.3.0/PyThea/sunpy_dev/net/dataretriever/sources/__init__.py +0 -0
  13. pythea-1.3.0/PyThea/sunpy_dev/net/dataretriever/sources/lasco.py +87 -0
  14. pythea-1.3.0/PyThea/sunpy_dev/net/dataretriever/sources/stereo.py +100 -0
  15. pythea-1.3.0/PyThea/test/__init__.py +0 -0
  16. pythea-1.3.0/PyThea/test/figure_hashes.json +9 -0
  17. {pythea-1.1.0 → pythea-1.3.0}/PyThea/test/test_remote_clients.py +57 -17
  18. {pythea-1.1.0 → pythea-1.3.0}/PyThea/utils.py +34 -32
  19. {pythea-1.1.0 → pythea-1.3.0}/PyThea/utils_database.py +3 -0
  20. pythea-1.3.0/PyThea.egg-info/PKG-INFO +820 -0
  21. {pythea-1.1.0 → pythea-1.3.0}/PyThea.egg-info/SOURCES.txt +7 -3
  22. pythea-1.3.0/PyThea.egg-info/requires.txt +32 -0
  23. {pythea-1.1.0 → pythea-1.3.0}/README.md +3 -3
  24. {pythea-1.1.0 → pythea-1.3.0}/README_pypi.md +3 -3
  25. pythea-1.3.0/pyproject.toml +87 -0
  26. pythea-1.3.0/pytest.ini +6 -0
  27. pythea-1.3.0/setup.cfg +4 -0
  28. pythea-1.3.0/setup.py +12 -0
  29. pythea-1.1.0/PKG-INFO +0 -170
  30. pythea-1.1.0/PyThea/_version.py +0 -16
  31. pythea-1.1.0/PyThea/test/figure_hashes.json +0 -9
  32. pythea-1.1.0/PyThea.egg-info/PKG-INFO +0 -170
  33. pythea-1.1.0/PyThea.egg-info/requires.txt +0 -24
  34. pythea-1.1.0/environment.yml +0 -30
  35. pythea-1.1.0/pyproject.toml +0 -6
  36. pythea-1.1.0/requirements.txt +0 -24
  37. pythea-1.1.0/setup.cfg +0 -43
  38. pythea-1.1.0/setup.py +0 -61
  39. {pythea-1.1.0 → pythea-1.3.0}/LICENSE.md +0 -0
  40. {pythea-1.1.0 → pythea-1.3.0}/MANIFEST.in +0 -0
  41. {pythea-1.1.0 → pythea-1.3.0}/PyThea/__init__.py +0 -0
  42. {pythea-1.1.0 → pythea-1.3.0}/PyThea/callbacks.py +0 -0
  43. {pythea-1.1.0 → pythea-1.3.0}/PyThea/config/__init__.py +0 -0
  44. {pythea-1.1.0 → pythea-1.3.0}/PyThea/config/app_styles.py +0 -0
  45. {pythea-1.1.0 → pythea-1.3.0}/PyThea/config/config_sliders.py +0 -0
  46. {pythea-1.1.0 → pythea-1.3.0}/PyThea/config/selected_bodies.py +0 -0
  47. {pythea-1.1.0 → pythea-1.3.0}/PyThea/data/__init__.py +0 -0
  48. {pythea-1.1.0 → pythea-1.3.0}/PyThea/data/sample_data.py +0 -0
  49. {pythea-1.1.0 → pythea-1.3.0}/PyThea/extensions/LICENSE_gcs_python.md +0 -0
  50. {pythea-1.1.0 → pythea-1.3.0}/PyThea/extensions/Parker_spirals/__init__.py +0 -0
  51. {pythea-1.1.0 → pythea-1.3.0}/PyThea/extensions/Parker_spirals/utils.py +0 -0
  52. {pythea-1.1.0 → pythea-1.3.0}/PyThea/extensions/__init__.py +0 -0
  53. {pythea-1.1.0 → pythea-1.3.0}/PyThea/extensions/buttons.py +0 -0
  54. {pythea-1.1.0 → pythea-1.3.0}/PyThea/extensions/hek/__init__.py +0 -0
  55. {pythea-1.1.0 → pythea-1.3.0}/PyThea/extensions/hek/utils.py +0 -0
  56. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/__init__.py +0 -0
  57. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/extern/__init__.py +0 -0
  58. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/extern/sunkit_instruments/__init__.py +0 -0
  59. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/extern/sunkit_instruments/aia/__init__.py +0 -0
  60. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/extern/sunkit_instruments/aia/utils.py +0 -0
  61. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/extern/sunkit_instruments/lasco/__init__.py +0 -0
  62. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/extern/sunkit_instruments/lasco/utils.py +0 -0
  63. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/extern/sunkit_instruments/stereo/__init__.py +0 -0
  64. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/extern/sunkit_instruments/stereo/utils.py +0 -0
  65. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/map/__init__.py +0 -0
  66. {pythea-1.1.0 → pythea-1.3.0}/PyThea/sunpy_dev/map/maputils.py +0 -0
  67. {pythea-1.1.0/PyThea/test → pythea-1.3.0/PyThea/sunpy_dev/net}/__init__.py +0 -0
  68. {pythea-1.1.0 → pythea-1.3.0}/PyThea/test/Pythea_test.py +0 -0
  69. {pythea-1.1.0 → pythea-1.3.0}/PyThea/test/conftest.py +0 -0
  70. {pythea-1.1.0 → pythea-1.3.0}/PyThea/test/test_extension_utils.py +0 -0
  71. {pythea-1.1.0 → pythea-1.3.0}/PyThea/test/test_figures.py +0 -0
  72. {pythea-1.1.0 → pythea-1.3.0}/PyThea/test/test_geometrical_models.py +0 -0
  73. {pythea-1.1.0 → pythea-1.3.0}/PyThea/test/test_imports.py +0 -0
  74. {pythea-1.1.0 → pythea-1.3.0}/PyThea/test/test_utils.py +0 -0
  75. {pythea-1.1.0 → pythea-1.3.0}/PyThea/version.py +0 -0
  76. {pythea-1.1.0 → pythea-1.3.0}/PyThea.egg-info/.DS_Store +0 -0
  77. {pythea-1.1.0 → pythea-1.3.0}/PyThea.egg-info/dependency_links.txt +0 -0
  78. {pythea-1.1.0 → pythea-1.3.0}/PyThea.egg-info/entry_points.txt +0 -0
  79. {pythea-1.1.0 → pythea-1.3.0}/PyThea.egg-info/not-zip-safe +0 -0
  80. {pythea-1.1.0 → pythea-1.3.0}/PyThea.egg-info/top_level.txt +0 -0
pythea-1.3.0/.flake8 ADDED
@@ -0,0 +1,15 @@
1
+ [flake8]
2
+ max-line-length = 110
3
+ select = E101,E11,E111,E112,E113,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E133,E20,E211,E225,E231,E241,E242,E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,E401,E402,E502,E701,E711,E712,E713,E714,E722,E731,E901,E902,F401,F822,F823,F841,W191,W291,W292,W293,W391,W601,W602,W603,W604,W605,W690,
4
+ exclude =
5
+ .git,
6
+ __pycache__,
7
+ docs,
8
+ build,
9
+ __init__.py
10
+ .fits,
11
+ .fts,
12
+ .fit,
13
+ .txt,
14
+ .md,
15
+ PyThea/extensions/
@@ -7,9 +7,9 @@ version: 2
7
7
 
8
8
  # Set the version of Python and other tools you might need
9
9
  build:
10
- os: ubuntu-22.04
10
+ os: ubuntu-lts-latest
11
11
  tools:
12
- python: "3.9"
12
+ python: "3.11"
13
13
  # You can also specify other tool versions:
14
14
  # nodejs: "16"
15
15
  # rust: "1.55"
@@ -17,7 +17,8 @@ build:
17
17
 
18
18
  # Build documentation in the docs/ directory with Sphinx
19
19
  sphinx:
20
- configuration: docs/source/conf.py
20
+ builder: html
21
+ configuration: docs/source/conf.py
21
22
 
22
23
  # If using Sphinx, optionally build your docs in additional formats such as PDF
23
24
  # formats:
@@ -25,5 +26,8 @@ sphinx:
25
26
 
26
27
  # Optionally declare the Python requirements required to build your docs
27
28
  python:
28
- install:
29
- - requirements: docs/source/requirements.txt
29
+ install:
30
+ - method: pip
31
+ extra_requirements:
32
+ - docs
33
+ path: .
@@ -1,3 +1,27 @@
1
+ # v1.3.0 (12-Feb-2025)
2
+
3
+ ## Features
4
+ - Extend net sources for selected imagers
5
+ - Adds a method to manually import fits files from folder
6
+
7
+ ## Minor Changes
8
+ - Updates dependences with sunpy>=7.1.2
9
+
10
+ ## Bug Fixes
11
+ - Fixes a bug with figure creation
12
+ - Fixes a bug with kinematic plots
13
+ - Guard against uninitialized variables
14
+
15
+ # v1.2.0 (12-Feb-2025)
16
+
17
+ ## Minor Changes
18
+ - Change installation to pyproject.toml
19
+ - Updates dependences with sunpy>=7.0.1
20
+
21
+ ## Bug Fixes
22
+ - Fixes remote tests with the addition of new imagers
23
+ - Fixes bug with supplementary imager
24
+
1
25
  # v1.1.0 (12-Feb-2025)
2
26
 
3
27
  ## Minor Changes