fargopy 1.0.1__tar.gz → 1.0.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.
- {fargopy-1.0.1/src/fargopy.egg-info → fargopy-1.0.2}/PKG-INFO +2 -2
- {fargopy-1.0.1 → fargopy-1.0.2}/README.md +1 -1
- {fargopy-1.0.1 → fargopy-1.0.2}/setup.py +1 -1
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/base.py +1 -1
- {fargopy-1.0.1 → fargopy-1.0.2/src/fargopy.egg-info}/PKG-INFO +2 -2
- {fargopy-1.0.1 → fargopy-1.0.2}/LICENSE +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/pyproject.toml +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/setup.cfg +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/__init__.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/bin/ifargopy +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/bin/vfargopy +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/data/fargopy_logo.png +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/fields.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/flux.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/plot.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/simulation.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/sys.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/tests/test_base.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/tests/test_flux.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy/tests/test_interp.py +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy.egg-info/SOURCES.txt +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy.egg-info/dependency_links.txt +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy.egg-info/entry_points.txt +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy.egg-info/requires.txt +0 -0
- {fargopy-1.0.1 → fargopy-1.0.2}/src/fargopy.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fargopy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
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
|
|
@@ -399,7 +399,7 @@ For a detailed list of changes and new features in each version, please see the
|
|
|
399
399
|
|
|
400
400
|
## Citation
|
|
401
401
|
|
|
402
|
-
If you use `
|
|
402
|
+
If you use `FARGOpy` in your research, please cite:
|
|
403
403
|
|
|
404
404
|
```bibtex
|
|
405
405
|
@software{FARGOpy2026,
|
|
@@ -353,7 +353,7 @@ For a detailed list of changes and new features in each version, please see the
|
|
|
353
353
|
|
|
354
354
|
## Citation
|
|
355
355
|
|
|
356
|
-
If you use `
|
|
356
|
+
If you use `FARGOpy` in your research, please cite:
|
|
357
357
|
|
|
358
358
|
```bibtex
|
|
359
359
|
@software{FARGOpy2026,
|
|
@@ -27,7 +27,7 @@ setuptools.setup(
|
|
|
27
27
|
"Topic :: Scientific/Engineering :: Astronomy",
|
|
28
28
|
"Topic :: Scientific/Engineering :: Physics",
|
|
29
29
|
],
|
|
30
|
-
version='1.0.
|
|
30
|
+
version='1.0.2',
|
|
31
31
|
# ######################################################################
|
|
32
32
|
# FILES
|
|
33
33
|
# ######################################################################
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fargopy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
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
|
|
@@ -399,7 +399,7 @@ For a detailed list of changes and new features in each version, please see the
|
|
|
399
399
|
|
|
400
400
|
## Citation
|
|
401
401
|
|
|
402
|
-
If you use `
|
|
402
|
+
If you use `FARGOpy` in your research, please cite:
|
|
403
403
|
|
|
404
404
|
```bibtex
|
|
405
405
|
@software{FARGOpy2026,
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|