kiam-astro 3.3.2__tar.gz → 3.3.3__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 (49) hide show
  1. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/KIAMToolbox.iml +1 -1
  2. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/misc.xml +1 -1
  3. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/PKG-INFO +24 -27
  4. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/FKIAMToolbox.cp39-win_amd64.pyd +0 -0
  5. kiam_astro-3.3.3/kiam_astro/__pycache__/__init__.cpython-39.pyc +0 -0
  6. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/__pycache__/kiam.cpython-39.pyc +0 -0
  7. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/__pycache__/optimal.cpython-39.pyc +0 -0
  8. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/__pycache__/trajectory.cpython-39.pyc +0 -0
  9. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/optimal.py +1 -1
  10. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro.egg-info/PKG-INFO +24 -27
  11. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/setup.cfg +4 -4
  12. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/setup.py +3 -3
  13. kiam_astro-3.3.2/kiam_astro/__pycache__/__init__.cpython-39.pyc +0 -0
  14. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.github/workflows/static.yml +0 -0
  15. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/.gitignore +0 -0
  16. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/.name +0 -0
  17. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/encodings.xml +0 -0
  18. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/inspectionProfiles/Project_Default.xml +0 -0
  19. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  20. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/modules.xml +0 -0
  21. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/.idea/vcs.xml +0 -0
  22. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/LICENSE +0 -0
  23. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/MANIFEST.in +0 -0
  24. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/README.md +0 -0
  25. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/html/Trajectory.html +0 -0
  26. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/html/kiam.html +0 -0
  27. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/index.html +0 -0
  28. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/FKIAMToolbox.cpython-39-darwin.so +0 -0
  29. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/FKIAMToolbox.cpython-39-x86_64-linux-gnu.so +0 -0
  30. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/FKIAMToolbox_m2.cpython-39-darwin.so +0 -0
  31. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/JPLEPH +0 -0
  32. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/__init__.py +0 -0
  33. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/__pycache__/engine.cpython-39.pyc +0 -0
  34. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/engine.py +0 -0
  35. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/images/Earth.jpg +0 -0
  36. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/images/Earth2.jpg +0 -0
  37. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/images/Moon - Plate Caree Projection.jpg +0 -0
  38. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/images/Moon1.jpg +0 -0
  39. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/images/Moon2.jpg +0 -0
  40. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/kiam.py +0 -0
  41. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/libifcoremd.dll +0 -0
  42. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/libmmd.dll +0 -0
  43. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/svml_dispmd.dll +0 -0
  44. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro/trajectory.py +0 -0
  45. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro.egg-info/SOURCES.txt +0 -0
  46. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro.egg-info/dependency_links.txt +0 -0
  47. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro.egg-info/requires.txt +0 -0
  48. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/kiam_astro.egg-info/top_level.txt +0 -0
  49. {kiam_astro-3.3.2 → kiam_astro-3.3.3}/requirements.txt +0 -0
@@ -4,7 +4,7 @@
4
4
  <content url="file://$MODULE_DIR$">
5
5
  <sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
6
6
  </content>
7
- <orderEntry type="jdk" jdkName="Python 3.9 (KIAMToolbox)" jdkType="Python SDK" />
7
+ <orderEntry type="jdk" jdkName="KIAMToolbox" jdkType="Python SDK" />
8
8
  <orderEntry type="sourceFolder" forTests="false" />
9
9
  </component>
10
10
  <component name="PackageRequirementsSettings">
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (KIAMToolbox)" project-jdk-type="Python SDK" />
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="KIAMToolbox" project-jdk-type="Python SDK" />
4
4
  </project>
@@ -1,27 +1,24 @@
1
- Metadata-Version: 2.1
2
- Name: kiam_astro
3
- Version: 3.3.2
4
- Summary: KIAM Astrodynamics Toolbox
5
- Home-page: https://github.com/shmaxg/KIAMToolbox
6
- Author: Maksim Shirobokov
7
- Author-email: shmaxg@gmail.com
8
- License: UNKNOWN
9
- Keywords: astrodynamics,spacecraft,mission analysis
10
- Platform: UNKNOWN
11
- Classifier: Development Status :: 5 - Production/Stable
12
- Classifier: Intended Audience :: Science/Research
13
- Classifier: Intended Audience :: Education
14
- Classifier: License :: OSI Approved :: MIT License
15
- Classifier: Natural Language :: English
16
- Classifier: Natural Language :: Russian
17
- Classifier: Operating System :: Microsoft :: Windows :: Windows 10
18
- Classifier: Operating System :: MacOS
19
- Classifier: Operating System :: POSIX :: Linux
20
- Classifier: Programming Language :: Fortran
21
- Classifier: Programming Language :: Python :: 3
22
- Classifier: Topic :: Scientific/Engineering
23
- Requires-Python: >=3.9.0, <=3.9.17
24
- License-File: LICENSE
25
-
26
- Astrodynamics toolbox for fundamental research and education.
27
-
1
+ Metadata-Version: 2.1
2
+ Name: kiam_astro
3
+ Version: 3.3.3
4
+ Summary: KIAM Astrodynamics Toolbox
5
+ Home-page: https://github.com/shmaxg/KIAMToolbox
6
+ Author: Maksim Shirobokov
7
+ Author-email: shmaxg@gmail.com
8
+ Keywords: astrodynamics,spacecraft,mission analysis
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: Intended Audience :: Education
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Natural Language :: English
14
+ Classifier: Natural Language :: Russian
15
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 10
16
+ Classifier: Operating System :: MacOS
17
+ Classifier: Operating System :: POSIX :: Linux
18
+ Classifier: Programming Language :: Fortran
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Topic :: Scientific/Engineering
21
+ Requires-Python: >=3.9.0, <=3.9.20
22
+ License-File: LICENSE
23
+
24
+ Astrodynamics toolbox for fundamental research and education.
@@ -87,7 +87,7 @@ def solve_r2bp_pontr_energy_irm_u_rv(x0: numpy.ndarray, x1: numpy.ndarray, tof:
87
87
  ```
88
88
  x0 = numpy.array([1.0, 0.0, 0.0, 0.0, 1.0, 0.0])
89
89
 
90
- x1 = numpy.array([1.5, 0.0, 0.0, 0.0, numpy.sqrt(1.5), 0.0])
90
+ x1 = numpy.array([1.5, 0.0, 0.0, 0.0, 1 / numpy.sqrt(1.5), 0.0])
91
91
 
92
92
  tof = 3 * numpy.pi
93
93
 
@@ -1,27 +1,24 @@
1
- Metadata-Version: 2.1
2
- Name: kiam-astro
3
- Version: 3.3.2
4
- Summary: KIAM Astrodynamics Toolbox
5
- Home-page: https://github.com/shmaxg/KIAMToolbox
6
- Author: Maksim Shirobokov
7
- Author-email: shmaxg@gmail.com
8
- License: UNKNOWN
9
- Keywords: astrodynamics,spacecraft,mission analysis
10
- Platform: UNKNOWN
11
- Classifier: Development Status :: 5 - Production/Stable
12
- Classifier: Intended Audience :: Science/Research
13
- Classifier: Intended Audience :: Education
14
- Classifier: License :: OSI Approved :: MIT License
15
- Classifier: Natural Language :: English
16
- Classifier: Natural Language :: Russian
17
- Classifier: Operating System :: Microsoft :: Windows :: Windows 10
18
- Classifier: Operating System :: MacOS
19
- Classifier: Operating System :: POSIX :: Linux
20
- Classifier: Programming Language :: Fortran
21
- Classifier: Programming Language :: Python :: 3
22
- Classifier: Topic :: Scientific/Engineering
23
- Requires-Python: >=3.9.0, <=3.9.17
24
- License-File: LICENSE
25
-
26
- Astrodynamics toolbox for fundamental research and education.
27
-
1
+ Metadata-Version: 2.1
2
+ Name: kiam-astro
3
+ Version: 3.3.3
4
+ Summary: KIAM Astrodynamics Toolbox
5
+ Home-page: https://github.com/shmaxg/KIAMToolbox
6
+ Author: Maksim Shirobokov
7
+ Author-email: shmaxg@gmail.com
8
+ Keywords: astrodynamics,spacecraft,mission analysis
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: Intended Audience :: Education
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Natural Language :: English
14
+ Classifier: Natural Language :: Russian
15
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 10
16
+ Classifier: Operating System :: MacOS
17
+ Classifier: Operating System :: POSIX :: Linux
18
+ Classifier: Programming Language :: Fortran
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Topic :: Scientific/Engineering
21
+ Requires-Python: >=3.9.0, <=3.9.20
22
+ License-File: LICENSE
23
+
24
+ Astrodynamics toolbox for fundamental research and education.
@@ -1,4 +1,4 @@
1
- [egg_info]
2
- tag_build =
3
- tag_date = 0
4
-
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -2,16 +2,16 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="kiam_astro",
5
- version="3.3.2",
5
+ version="3.3.3",
6
6
  url="https://github.com/shmaxg/KIAMToolbox",
7
7
  author="Maksim Shirobokov",
8
8
  author_email="shmaxg@gmail.com",
9
9
  description='KIAM Astrodynamics Toolbox',
10
10
  long_description='Astrodynamics toolbox for fundamental research and education.',
11
11
  keywords=['astrodynamics', 'spacecraft', 'mission analysis'],
12
- python_requires='>=3.9.0, <=3.9.17',
12
+ python_requires='>=3.9.0, <=3.9.20',
13
13
  packages=find_packages(),
14
- package_data={'kiam_astro': ['D:\\YandexDisk\\Python\\KIAMToolbox\\kiam_astro\\*']},
14
+ package_data={'kiam_astro': ['/Users/maksimsirobokov/Yandex.Disk.localized/Python/KIAMToolbox/kiam_astro/*']},
15
15
  include_package_data=True,
16
16
  install_requires=[
17
17
  "jdcal>=1.4.1",
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