Published July 11, 2022
| Version v0.17.0
Software
Open
poliastro/poliastro: poliastro 0.17.0 (SciPy US '22 edition)
Creators
- Juan Luis Cano Rodríguez1
- Yash Gondhalekar
- Antonio Hidalgo
- Shreyas Bapat2
- Nikita Astrakhantsev3
- Chatziargyriou Eleftheria
- Kevin Charls
- Meu
- Dani
- Abhishek Chaurasia4
- Alberto Lorenzo Márquez5
- Dhruv Sondhi
- Tomek Mrugalski6
- Emily Selwood
- Manuel López-Ibáñez
- Orestis Ousoultzoglou7
- Pablo Rodríguez Robles8
- Greg Lindahl9
- Syed Osama Hussain
- andrea-carballo
- Andrej Rode
- Helge Eichhorn10
- Anish11
- sme12
- Himanshu Garg
- Hrishikesh Goyal
- Ian DesJardin
- Matthew Feickert13
- Ole Streicher14
- 1. @orchest
- 2. Tekion
- 3. University of Zurich
- 4. Zeta Suite
- 5. Dassault Systèmes
- 6. Internet Systems Consortium
- 7. Scientific Lead @AcubeSAT
- 8. ONERA (The French Aerospace Lab)
- 9. @Smithsonian Smithsonian Astrophysical Observatory
- 10. Telespazio Germany
- 11. IE Undergrad at University Of Calcutta.
- 12. @pleiszenburg
- 13. University of Wisconsin-Madison
- 14. Leibniz Institute for Astrophysics
Description
See https://docs.poliastro.space/en/0.17.x/changelog.html#poliastro-0-17-0-2022-07-10 for the summarized release notes.
Automatic release notes- Fix typos and error in temperature distribution graph. by @tjnd89 in https://github.com/poliastro/poliastro/pull/1408
- Resolving astroquery deprecation warnings by @Yash-10 in https://github.com/poliastro/poliastro/pull/1409
- Dev improvements by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1411
- Simplify CI by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1412
- Properly open notebooks on Binder by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1410
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/poliastro/poliastro/pull/1414
- raised error with message for negative tof value by @TheBuffer in https://github.com/poliastro/poliastro/pull/1413
- Post 0.16.0 updates by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1417
- Add contrib code to load GP data from Celestrak by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1418
- Revamp sensors functions by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1423
- Mark tests that potentially fail by @olebole in https://github.com/poliastro/poliastro/pull/1426
- Add notebook on OMM and TLE data by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1428
- Slightly improve documentation clarity by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1432
- States tests by @Yash-10 in https://github.com/poliastro/poliastro/pull/1279
poliastro.twobody.orbit
cleanup by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1430- Replace broken link in the README. Fix #1427 by @Carlosbogo in https://github.com/poliastro/poliastro/pull/1436
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/poliastro/poliastro/pull/1437
- Refactor math (was:
poliastro.ephem
cleanup) by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1434 - Docstring cleanup by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1438
- Added recursive series Kepler solver for elliptical orbits by @JackCrusoe47 in https://github.com/poliastro/poliastro/pull/1439
- Support Python 3.10 by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1441
- Fast ephem interpolant by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1440
- Consistent norm computation by @Yash-10 in https://github.com/poliastro/poliastro/pull/1442
- Add
__reduce__
toBody
class by @Yash-10 in https://github.com/poliastro/poliastro/pull/1443 - Revert smarter E and H estimates by @Yash-10 in https://github.com/poliastro/poliastro/pull/1444
- Fix spelling in docs by @s-m-e in https://github.com/poliastro/poliastro/pull/1447
- A bunch of missing doc strings in the state classes by @s-m-e in https://github.com/poliastro/poliastro/pull/1449
- Add Circular Restricted Three Body Problem Package by @JackCrusoe47 in https://github.com/poliastro/poliastro/pull/1451
- Small dev fixes by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1453
- Fix lambert API by @jorgepiloto in https://github.com/poliastro/poliastro/pull/1450
- Documentation typo in Hohmann (Maneuver) functions (altitude/orbital radius) #1454 by @Sync271 in https://github.com/poliastro/poliastro/pull/1457
- Migrate to CircleCI by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1458
- Test CircleCI by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1459
- Disabled parallel jit for 32bit by @airpods69 in https://github.com/poliastro/poliastro/pull/1455
- Make OMM notebook more robust against propagation errors by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1462
- Break the Orbit class into two parts: Its creation via classmethods and its actual handling by @s-m-e in https://github.com/poliastro/poliastro/pull/1446
- Bugfix issue #1460 by @LuisGMM in https://github.com/poliastro/poliastro/pull/1465
- Update CI badge in README file #1463 by @TreshUp in https://github.com/poliastro/poliastro/pull/1466
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/poliastro/poliastro/pull/1470
- Minor doc fixes by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1467
- Issue1472 - Correct Pimienta Differentiated Coefficients by @amacki3 in https://github.com/poliastro/poliastro/pull/1473
- Added
gabbard.py
inpoliastro.plotting
by @TheBuffer in https://github.com/poliastro/poliastro/pull/1464 - Rework API docs by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1476
- Release notes for 0.16.1 by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1478
- Release notes for 0.16.2 by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1480
- Expand numpy in docstring by @jerobado in https://github.com/poliastro/poliastro/pull/1483
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/poliastro/poliastro/pull/1495
- Unify code style tools and configuration files by @jorgepiloto in https://github.com/poliastro/poliastro/pull/1498
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/poliastro/poliastro/pull/1499
- Fix Jacchia equations, take 2 by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1511
- Fix rho unit for atmospheric_drag by @Nosudrum in https://github.com/poliastro/poliastro/pull/1514
- Fixed unit mismatch in
radiation_pressure
by @Nosudrum in https://github.com/poliastro/poliastro/pull/1515 - Inspect numerical test failures by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1512
- Elevation of orbit wrt a location on attractor by @Yash-10 in https://github.com/poliastro/poliastro/pull/1486
- Update coesa76.py by @reine249 in https://github.com/poliastro/poliastro/pull/1520
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/poliastro/poliastro/pull/1527
- Miscellaneous fixes by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1529
- Rework Orbit <-> Ephem conversion by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1521
- Documentation for 0.17 by @astrojuanlu in https://github.com/poliastro/poliastro/pull/1531
- @tjnd89 made their first contribution in https://github.com/poliastro/poliastro/pull/1408
- @TheBuffer made their first contribution in https://github.com/poliastro/poliastro/pull/1413
- @Carlosbogo made their first contribution in https://github.com/poliastro/poliastro/pull/1436
- @JackCrusoe47 made their first contribution in https://github.com/poliastro/poliastro/pull/1439
- @s-m-e made their first contribution in https://github.com/poliastro/poliastro/pull/1447
- @Sync271 made their first contribution in https://github.com/poliastro/poliastro/pull/1457
- @airpods69 made their first contribution in https://github.com/poliastro/poliastro/pull/1455
- @LuisGMM made their first contribution in https://github.com/poliastro/poliastro/pull/1465
- @TreshUp made their first contribution in https://github.com/poliastro/poliastro/pull/1466
- @amacki3 made their first contribution in https://github.com/poliastro/poliastro/pull/1473
- @Nosudrum made their first contribution in https://github.com/poliastro/poliastro/pull/1514
- @reine249 made their first contribution in https://github.com/poliastro/poliastro/pull/1520
Full Changelog: https://github.com/poliastro/poliastro/compare/v0.16.3...v0.17.0
Files
poliastro/poliastro-v0.17.0.zip
Files
(5.6 MB)
Name | Size | Download all |
---|---|---|
md5:a359d39a63309217c0572e2a4b888958
|
5.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/poliastro/poliastro/tree/v0.17.0 (URL)