fargopy 1.0.2__py3-none-any.whl → 1.0.4__py3-none-any.whl

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.
fargopy/base.py CHANGED
@@ -16,7 +16,7 @@ import sys
16
16
  import numpy as np
17
17
 
18
18
  # Version
19
- __version__ = '1.0.2'
19
+ __version__ = '1.0.4'
20
20
 
21
21
  __all__ = [
22
22
  "__version__",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fargopy
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: FARGO3D Wrapper
5
5
  Home-page: https://pypi.org/project/fargopy
6
6
  Author: Jorge Zuluaga, Alejandro Murillo-González, Matias Montesinos
@@ -9,7 +9,7 @@ License: AGPL-3.0-only
9
9
  Keywords: astronomy MHD CFD
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Operating System :: OS Independent
12
- Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Development Status :: 4 - Beta
13
13
  Classifier: Intended Audience :: Science/Research
14
14
  Classifier: Topic :: Scientific/Engineering :: Astronomy
15
15
  Classifier: Topic :: Scientific/Engineering :: Physics
@@ -136,6 +136,7 @@ try:
136
136
  %pip install -Uq git+https://github.com/seap-udea/fargopy
137
137
  except ImportError:
138
138
  print("Not running in Colab, skipping installation")
139
+ %mkdir -p ./gallery/
139
140
  ```
140
141
 
141
142
  Not running in Colab, skipping installation
@@ -393,6 +394,20 @@ plt.savefig('gallery/readme-accretion.png')
393
394
 
394
395
  <img src="https://raw.githubusercontent.com/seap-udea/fargopy/refactor/gallery/readme-accretion.png" alt="png">
395
396
 
397
+ ## Graphical interface for FARGOpy
398
+
399
+ In order to ease the manipulation of the FARGO3D data FARGOpy provides a graphical interface written in Python using PyQt5. Below you can find a snapshot of the current version of the interface.
400
+
401
+ <div align="center">
402
+ <img src="https://raw.githubusercontent.com/seap-udea/fargopy/main/gallery/vfargopy.png" alt="FARGOpy Interface" width="600">
403
+ </div>
404
+
405
+ In order to run the graphical interface use:
406
+
407
+ ```bash
408
+ $ vfargopy
409
+ ```
410
+
396
411
  ## What's New
397
412
 
398
413
  For a detailed list of changes and new features in each version, please see the [WHATSNEW.md](https://github.com/seap-udea/fargopy/blob/main/WHATSNEW.md) file.
@@ -1,5 +1,5 @@
1
1
  fargopy/__init__.py,sha256=iDTM6BooJ71W_B-rnhbxxyVUdx9mP-8LeiFUM3MI-GE,613
2
- fargopy/base.py,sha256=41gI3JNjef_kDSAAzt3vNSNFO9IkAvlDeKioqWukiRk,12572
2
+ fargopy/base.py,sha256=kPjrP4BCS-cQlhazrDZs_lpw6bMTY_SuhqJva5SnPq4,12572
3
3
  fargopy/fields.py,sha256=pmw0pebpWdJsIBtqEDJpaW7_8yj3edsXQKuRtj-VsAc,72964
4
4
  fargopy/flux.py,sha256=CLp4H-XO0Fi2NiSd5c35t_xnf8A9oc8Y-Y4bw35VsPM,37213
5
5
  fargopy/plot.py,sha256=WIB-v0Z03isErypqvTeE9cukary8qnKUydUXmImT83U,25625
@@ -11,11 +11,11 @@ fargopy/data/fargopy_logo.png,sha256=OK1YihA4mAVhX3qYLXWk6DIxxHf6J5qbRj0K0Csmp6w
11
11
  fargopy/tests/test_base.py,sha256=39gFFAwsI8696UKXwpn0aeU_X87-zU4wkKkPsPjE-iU,163
12
12
  fargopy/tests/test_flux.py,sha256=R404ObzVKvPyrHK_ER_qeqjrEvVLfafNlBW3Wn6x3Jw,2798
13
13
  fargopy/tests/test_interp.py,sha256=D8h_nmU7a6fyc8r0l34XL4OJQDYVrJ87ddzNFFIFaOA,3879
14
- fargopy-1.0.2.data/scripts/ifargopy,sha256=BKfjbWUAeK-EkF344erOV0jMtDZLzrYbxgkFsoJEz4g,3293
15
- fargopy-1.0.2.data/scripts/vfargopy,sha256=itKwyLv_yzYigTN9rKV_6--ukAC5D0W8Z_7ZjWLPveA,88165
16
- fargopy-1.0.2.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
17
- fargopy-1.0.2.dist-info/METADATA,sha256=cmjb6bfiYAjCUxGAgtrP3pIFeB5wR_Sqic74ge41b9g,16477
18
- fargopy-1.0.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
- fargopy-1.0.2.dist-info/entry_points.txt,sha256=555NPKYbLCN0fgJbdW4b4azZ5sqjhqVqTUxujBBYEJY,49
20
- fargopy-1.0.2.dist-info/top_level.txt,sha256=_r66v1_-9T7dB5sQa12AdxaAdsv9-OTwtR-vft4OPBU,8
21
- fargopy-1.0.2.dist-info/RECORD,,
14
+ fargopy-1.0.4.data/scripts/ifargopy,sha256=BKfjbWUAeK-EkF344erOV0jMtDZLzrYbxgkFsoJEz4g,3293
15
+ fargopy-1.0.4.data/scripts/vfargopy,sha256=itKwyLv_yzYigTN9rKV_6--ukAC5D0W8Z_7ZjWLPveA,88165
16
+ fargopy-1.0.4.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
17
+ fargopy-1.0.4.dist-info/METADATA,sha256=C8alepwJHqDH4n9RNi20qgCb5LHoR7Di0e8HoOkFI3I,16958
18
+ fargopy-1.0.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
+ fargopy-1.0.4.dist-info/entry_points.txt,sha256=555NPKYbLCN0fgJbdW4b4azZ5sqjhqVqTUxujBBYEJY,49
20
+ fargopy-1.0.4.dist-info/top_level.txt,sha256=_r66v1_-9T7dB5sQa12AdxaAdsv9-OTwtR-vft4OPBU,8
21
+ fargopy-1.0.4.dist-info/RECORD,,