Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/poliastro/poliastro

poliastro - :rocket: Astrodynamics in Python
https://github.com/poliastro/poliastro

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

df0a86ecc90663c837b09cdfcd9f46b3b3288e9e authored almost 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
overhauled recseries.py

Added ability to choose two different methods of series recursion termination
- fixed user-defi...

dcd0d9d9603dbccb588af16c97673772cced02d4 authored almost 3 years ago by Kevin Charls <[email protected]>
error correction

removed extra order = order =

51275ae90eace867bf2466295d2161dbb4cfb3a0 authored almost 3 years ago by Kevin Charls <[email protected]>
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

c1f23cabbdf313be1612800a306387a552ea547d authored almost 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Updated rtol to order function

Compute eccentricity for recseries propagation
Updated rtol to order function

1781f9d2c0b7b01407c3d673ac39d78291eb9e63 authored almost 3 years ago by Kevin Charls <[email protected]>
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

fd2e83e007e2f073a0d0b13550a378327bc1596f authored almost 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Simple order from tolerance computation

Tolerance from given order computation.

Very approximate, but good for low to mid tolerance v...

71ecbd1e4f30bddbd10ba7153ae5a5452419608c authored almost 3 years ago by Kevin Charls <[email protected]>
removed order dependence on rtol

fixed iteration method. tolerance for a given order varies for different M and ecc values.

759886d94344bd4841028bb89f588666188d7e58 authored almost 3 years ago by Kevin Charls <[email protected]>
Corrected eccentricity e and name

Further spell errors and function names

b52f7b67600b5b0e6b08e9678a6cbf424bc8b044 authored almost 3 years ago by Kevin Charls <[email protected]>
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

5be4ab0750491c895bad3ea03be40c7964d4fb74 authored almost 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Correction miss-spelled else

Corrected esle to else

91141d2f2cefb22a592bb2d82e42b293f37793e8 authored almost 3 years ago by Kevin Charls <[email protected]>
Correction recseries

Correction

554e2c181c412eeafc9b2d259bfdad9a71d9e748 authored almost 3 years ago by Kevin Charls <[email protected]>
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

2f2353b74bcf5547d60dfdff1199cf5ead5a317f authored almost 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Added recseries propagator for elliptical orbits

Added recursive series propagator for elliptical Keplerian problem.

92b87ff283d23c5acd006dce632cb0f347251f97 authored almost 3 years ago by Kevin Charls <[email protected]>
Updated solver name to recseries from recSeries

Updated solver name to better be in line with project guidelines

092094a55d381266a040ab8fdbe3236df2b3d23d authored almost 3 years ago by Kevin Charls <[email protected]>
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

7862250002ac2be79f80eec32ce871ba5e6bff55 authored almost 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Updated the propagator name to recseries

-Updated solver name to be more in line with project guidelines.
-Updated zero-order solution t...

66bac2f05345afaa4d7a84724c9df9f47d18052e authored almost 3 years ago by Kevin Charls <[email protected]>
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

f715a38bb398970633b3963b49ab8d8f4db1e4fb authored almost 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Slight correction on nu_to_M for circular orbits

Corrected to simply the nu_to_M case for circular orbit (M=E=nu @ e=0)

d0735ee25d0afe40da8d7232dea0647674bf4c2b authored almost 3 years ago by Kevin Charls <[email protected]>
Corrections and Comments

Performed clean up corrections to the recursive solver
* removed numiter options were left in t...

8947bef2f9c4b7ef29a67088651e8c175219b27d authored almost 3 years ago by Kevin Charls <[email protected]>
Updated __init__.py with recSeries solver

Added recSeries solver to propagation __init__ file.

3fb3896f074c7eccf3166bd11e984ba7f01f6be4 authored almost 3 years ago by Kevin Charls <[email protected]>
Create recSeries.py

Recursive series solution solver for elliptical Kepler's problem.

f70d8625065a3427cf5a752788d36f2c4ff1dbfd authored almost 3 years ago by Kevin Charls <[email protected]>
Merge pull request #1438 from astrojuanlu/docstring-cleanup

Docstring cleanup

9797eb079d7ce86b39aaef379b750d88c3135ce2 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fix and complete docstrings

e4f3250fae9ac8e7901e7b69ab95ce295edaa1b0 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fix test

38df8083782ca3b17e861d80227c13a0fbc7da87 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
First pass at docstring cleanup

Used velin --write src/poliastro

20575bad6a91f9f06ab4e962f8482d69932dfa0c authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1434 from astrojuanlu/ephem-cleanup

Refactor math (was: `poliastro.ephem` cleanup)

7746b13b597c1e09fd24802ed0e352c41f92ba87 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Revert "Rewrite build_ephem_interpolant in terms of existing classes"

This reverts commit 7770505ca25ece54a20f65423f04b09c5743ea23.

307f6a2d3fb498027502c469145b7bda5755adc5 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move interpolation functions to poliastro._math subpackage

1932c7d58dc05e3dcb9be9172fac64b3fdc81ef6 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Upgrade Python version on Read the Docs

0cc0d45d957b1446f5b374b5a3f8f7ffcd534272 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Drop support for Python 3.7

Use pyupgrade --py38-plus to help.

1b421ea0e932cf5d0c4ee1ad6c2012f7d97e0820 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move all mathematical functions to separate subpackage

8ac4f8b071907f598098dba3498559329c2bca7f authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Rewrite build_ephem_interpolant in terms of existing classes

7770505ca25ece54a20f65423f04b09c5743ea23 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Style

829982c58231f253b49119bd199dea6210b9af6a authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Embrace built-in ephemeris

Astropy 5.0 supports Moon velocity!

22cf23458e6e105b2aa477d14d514f6978eedc0c authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add note about sinc interpolation and SciPy

06f82d5e5df6d33ef154c097e09fec0462cdacc6 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1437 from poliastro/pre-commit-ci-update-config

chore: [pre-commit.ci] pre-commit autoupdate

6223a3f127ed730967a7091c4535100176a6c9e4 authored almost 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
chore: [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-comm...

b1d81807524c187f76e9f0585ba9a01e919b3021 authored about 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Merge pull request #1436 from Carlosbogo/Fix-#1427-Replace-deprecated-link

Replace broken link in the README. Fix #1427

b5392fff5d234e5779318e5f0f1d2bf5838d0ff8 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Replace broken link in the README. Fix #1427

Fixes #1427 by replacing the broken link with a working one to the "related software" webpage fr...

12203a641be7681859d0ae92cbe263931d6d6e29 authored about 3 years ago by Carlosbg <[email protected]>
Merge pull request #1430 from astrojuanlu/twobody-orbit-cleanup

`poliastro.twobody.orbit` cleanup

fd1596750f1877764ba9b56a152facae3ffb4201 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add missing docstring

22c4a615d09049a4e1d2978dcabe040d41209de6 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1279 from Yash-10/states-tests

States tests

4bbeeb0544033ab9a4630b188b77e1ff3c387948 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge branch 'main' into states-tests

e05b92149ddd0c98a4d3bbaa4b4ae78576e36571 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Remove deprecated Orbit.from_body_ephem

fb479105f13e9c90bdaf99dae337d9422a7c33c2 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Split propagators in their own modules

Continuation of #1026.

b95200aa4604db1169e5fff2d2b5193d2d76cb43 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move LTAN calculations to Earth

ee614dbce32b0fab57d5f8931ff3528dfdbd2b05 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Create wrap_angle util

7390b6c772cb31b7183af3543cc4ee746358aa82 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move more functionality outside of Orbit

09994cbf4ba76dafe349585463bb05202409568d authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move core functions to more appropriate module

b6098f3b3197c4a408b92d8aa76969c830de5b56 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move method requiring external data to separate module

1b895b1ee2da359a7aa01ff960f6d5a9c1d44d6a authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Embrace @ infix operator from PEP 465

It was about time!

e1e9e38573bb9bc60d4cff73cdbc80246e32571f authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Consistently check units in elements functions

6141ba2f8bf7b781b3a9bb6711e84c278b7c3efb authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move some logic outside of the Orbit class

92844a0932bdb536f6abd62fe5dc39a5e75bf0da authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Rename interactive plotting module for clarity

e9eb2bb4ee6da8a7946d5f4fa7e7dacbe1a6f89d authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Simplify Orbit.sample

9c277c3ab8dcd0bb487c95769c3e3a1912f7fa07 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Style

c7ea1c828485f5894d43bbae9ae090591c7ef958 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Quality

3b27fd46a94aa47095ad3aa2be2ebff09df229da authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1432 from astrojuanlu/small-autoapi-improvement

Slightly improve documentation clarity

c9477811e13c03531653115bd4157a455e78bce0 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Slightly improve documentation clarity

- Remove private members
- Add distinct section for contents after summary

106bd4eb91b7a0d7286adb4b018d4868c205dcd9 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1428 from astrojuanlu/gp-tutorial

Add notebook on OMM and TLE data

ce6817ebc3377ad131aa3fb2d6c7a528df86244b authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Try to fix attribution

f76357991b528ae696f26119b47de06d8a9dfc02 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add static thumbnail of OMM notebook

519a9f76f3747f9eac91e76625932d7cfd7f2355 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add missing documentation dependencies

e8d27d6641c6c4c88c2c086499f6b70ce0b7904b authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add notebook on OMM and TLE data

See #1215.

bec989da04d52242339720b3d97ac4858ed72d7f authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1426 from olebole/marktests

Mark tests that potentially fail

618fc6ca4f3c6188de00a7f24f64ce0257a14cb8 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Mark test_apply_manuever_correct_plane as remote-data

3408493672225e97f9aa6805a9f93344f931c6fb authored about 3 years ago by Ole Streicher <[email protected]>
Mark test failing on 32 bit archs as xfail

This test fails because numba does not support parallel on these
platforms.

15eabd31307d9dd4056ffacb3a45ea8bbaaa6fea authored about 3 years ago by Ole Streicher <[email protected]>
Merge pull request #1423 from astrojuanlu/revamp-sensors

Revamp sensors functions

80cf66e4a300b5e5913ac714942001efa70da58a authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Adjust tests

9b905e0bc601de2951760171c12e2f0a00b0e7ac authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fix test typo, leave in xfail

eef6a2c173b7e8216ac1d82238a848a4a864ed66 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Accept 0 azimuth

Fix #1422.

c506b474fa556e585417de71a25c3c2a762b264c authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Rename sensors parameters

Fix #1421.

7ae26bdc5d3a73970d3efcbe449c84f0152bbd33 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Rename and simplify sensors test

dd6a9659b24502b6a09322893ac116dbfeef1f76 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move sensors outside of poliastro.earth package

See #1421.

6a96f6c89e737c31d39082c76f897cca5156bb35 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1418 from astrojuanlu/gp-data-celestrak

Add contrib code to load GP data from Celestrak

6341073764adfde540634083f574463d79f1a413 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Simplify isort configuration

033e8789e3f1c0d9764fa4051f016ad6824892a5 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add contrib code to load GP data from Celestrak

e9917a9f4855ebb3b464977a26c7549baeb6a610 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Lint contrib directory too

b39fb526917b2576c092a666b076587b4bc49014 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1417 from astrojuanlu/post-0.16.0-updates

Post 0.16.0 updates

2624a00ffb7dbeabaa851429937a9f0abd349086 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Complete release notes of 0.16.0

3ea0b93c001f3aed9f44b99c7fad1484c4b1014a authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Update new release instructions

dd9468962f67fd4ce6622804a5489c3cfdc74eec authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1413 from TheBuffer/feature

raised error with message for negative tof value

1e0fde81472fa47f6cc011ccb33179e7ddc0a155 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

23430f880395e938eb326127bfe4b3a239805d50 authored about 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Corrected test_lambert_tof_exception error message

4cb0b745dd015af14a5014108b3a184116b22d5b authored about 3 years ago by TheBuffer <[email protected]>
changes in iod.py and changed error message in maneuver.lambert

225248fd4dacd5ef81d4abec59a22d41a26b0e56 authored about 3 years ago by TheBuffer <[email protected]>
changes to test_lambert_tof_exception

2be6103e0ca19f621738aeb53366febd6aaae227 authored about 3 years ago by TheBuffer <[email protected]>
Merge pull request #1414 from poliastro/pre-commit-ci-update-config

chore: [pre-commit.ci] pre-commit autoupdate

c68b62d32ac6b8bc6f0b33d0dd029b2f263c1388 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
chore: [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/isort: 5.9.3 → 5.10.1](https://github.com/PyCQA/isort/compare/5.9.3...

56c410db7d5e5f460b4d2c0ced4d2fc321ce9dac authored about 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Print negative tof error in Maneuver.lambert and added test

f295cffab74d0a14e51c0efbc0343dce2ce85170 authored about 3 years ago by TheBuffer <[email protected]>
Merge pull request #1410 from astrojuanlu/fix-binder

Properly open notebooks on Binder

aaa43d4c81b02383d641fb905db0fc2429515762 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Update default_setting_overrides.json

e091518eb55ad5fcf07a08d18510572f0690c5c4 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Update requirements.txt

87a20762e6a92f71790d6a93306fc59053c75d4f authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1412 from astrojuanlu/simplify-ci

Simplify CI

84190aa6db255dc6d9ce2b266ab9ed0a6284037f authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Make installation instructions version-agnostic

8b27eb98b0a6ddf0931fbb67a2d07a03e802a902 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Reword supported operative systems

05dd9c166b48badf09a10a087c979d174e3d5b81 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Remove Windows and macOS from text matrix

e4b96a8d244339ddd3635fe45d6628de59dc714f authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Style

8a249ae71111ac2ecfbc89d77731de5ec2283fda authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #1411 from astrojuanlu/dev-improvements

Dev improvements

09bf683c62cc2a3454622bb8c0eb071966953a92 authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>
Update tox.ini

987b13a0a7344c548036a8dbcde00ed6d450dc3f authored about 3 years ago by Juan Luis Cano Rodríguez <[email protected]>