Ecosyste.ms: OpenCollective

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

poliastro

Interactive Astrodynamics in Python 🚀
Collective - Host: opensource - https://opencollective.com/poliastro - Website: https://www.poliastro.space/ - Code: https://github.com/poliastro

Added AppVeyor configuration

github.com/poliastro/poliastro - 753ef7053d422301b13e5c30b38ae2a6a0abed6f authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed coverage reports, closes #29

Finally managed to produce a proper coverage report, tuning
.travis.yml conveniently and adding a...

github.com/poliastro/poliastro - 5e1d3ad88d5e97dd0f1b77a54b644239551342d5 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Sixth and hopefully last attempt

github.com/poliastro/poliastro - 20153ca24482afb8624b5c9f61697e155a8a7332 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fifth attempt

github.com/poliastro/poliastro - 30401f844292f1ee47b83e357e0263d0dd4e1b4b authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fourth attempt

github.com/poliastro/poliastro - 46cd308ec94cacf30e71ea1b5414253a35ed22f4 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Third attempt

github.com/poliastro/poliastro - 900c03269a21b515c6f8c38691d691a96412a9ac authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Second attempt

github.com/poliastro/poliastro - 295877603d395a6e1d0bff73760036b0e6046eed authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
First attempt to fix coverage reports

github.com/poliastro/poliastro - 44e81346a3cf8f33b1acd374b81260f5c379826b authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added conda recipe

github.com/poliastro/poliastro - 48648719d9c563ae8c9d33b65a2ef2ee9ea43266 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Become a pure Python package! :rocket:

Removed all Fortran sources and updated README accordingly.

github.com/poliastro/poliastro - 0461254e3b5e5795178c588ed252fcb70d4a6b64 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Replaced Fortran Lambert solution with custom numba

github.com/poliastro/poliastro - 1c4a262712671f8fe523a035ec6417925fde3b6e authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge branch 'iod-numba'

github.com/poliastro/poliastro - d97eb1db2d3e5c2b77905e7354041f2282c5202f authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added Lambert routine benchmark

github.com/poliastro/poliastro - c361af522d79f2843f997817bee9bcd22d478572 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed tests for current state

github.com/poliastro/poliastro - 9e7ef8decd41f8eebedf3c3f1c20ad1ea5a0f779 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Checked out IOD code from 0.1.x

github.com/poliastro/poliastro - 3db685fa255eec846390efd0129c8afc08fe1739 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Replaced Fortran Kepler's problem with custom numba

github.com/poliastro/poliastro - 6b626e3dc89819856c92273df5d40d3ecf4dc2e0 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge branch 'idea-numba'

github.com/poliastro/poliastro - 933f9d9093991a09323cf2a72f747465bcf2b2ca authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added notice about git branch for example

github.com/poliastro/poliastro - 9e71402ff3cbf98770c58d28b78c75207119e45f authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added Python version for benchmarking

github.com/poliastro/poliastro - 063c052c32d85edfb1be3dcedb6d157831666f65 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added authoring information to Kepler notebook

github.com/poliastro/poliastro - 51404b09018f8252f26d827da60b6f72a061b5db authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Finished notebook on Kepler's equation

github.com/poliastro/poliastro - 11c3979fcc1f900dd3a84610914bf88c8ac4aa7c authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
WIP: Expanded notebook on propagation

github.com/poliastro/poliastro - 571a57d3c57116ac8a343d02712aedb6c3c09189 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Restored gfortran in .travis.yml

github.com/poliastro/poliastro - b8e6be9b5ef034b40b41daa7339b41d5ff34675e authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixes travis.yml, closes #25

github.com/poliastro/poliastro - f2ee4c439e0eb6e00333d9a8ebc59827302c4b59 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Updated .travis.yml to use conda, removed tox.ini

github.com/poliastro/poliastro - 26d6ed01e97e7e88c207cf460539894e3812f49c authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed failing tests relating to units

github.com/poliastro/poliastro - 8af82fdc919a731c289f3a398654ffe095047656 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed failing tests relating to units

github.com/poliastro/poliastro - c49042e0978211bd39da5ad1091a9374433e8972 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed badges in README

github.com/poliastro/poliastro - ded686c8a7016e6ff9131f9a81bf9378be3e96a1 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed setup.py with setuptools, closes #24

github.com/poliastro/poliastro - 8ab3572f6422de6226e089b577c6add83cc08722 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed badges in README

github.com/poliastro/poliastro - be26935143aa54fbf06eb846675513c02f7fea23 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added notebook on solving Kepler's problem with numba

github.com/poliastro/poliastro - 44b74103438599006b5eb5e8792ab5404bdf28b3 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed extension names

github.com/poliastro/poliastro - ada395aad9e93f7a917486247c4230f76d22ed8a authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added pure Python Stumpff and factorial functions

github.com/poliastro/poliastro - 69c82e6bc1c9188c81470db8a7a4646c7b913ea9 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed setup.py with setuptools, closes #24

github.com/poliastro/poliastro - ba8b8a38d090bce10d6067c6568e945790c43554 authored almost 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed matplotlib-related tests

Travis CI doesn't have X server.

github.com/poliastro/poliastro - ae5babc4502f0765ae2a478416c8c55973a42122 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed wrong setup.py

I cannot use setuptools. Dammit.

github.com/poliastro/poliastro - 3c03318545f597cfe54f459d820040cdd525dcee authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
BUG: Fix plotting of open orbits, closes #19

github.com/poliastro/poliastro - 81468dce184dac0e699b02b7167ad55147599a40 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Bumped to 0.3.0-dev

github.com/poliastro/poliastro - 271e4f01541394bef1fbe7e46592dc2f8ebe86ec authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Cleaned old tests, test_plotting was not added

github.com/poliastro/poliastro - 6b0c434f6f9a0d9268dd2502083980529dc1b0c2 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Requires astropy >= 0.4 (includes astropy/astropy#1980)

github.com/poliastro/poliastro - ad6258be2810b71f1ab3724e2cef969d8d4e94bb authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added more tests, pep8 fixes

github.com/poliastro/poliastro - d02d6f08102af248583d3943e4b427080ec1750c authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Finished user guide

github.com/poliastro/poliastro - b70796f410b1d2895f2724488cc1aed53580e6e8 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Allow apply_maneuver to return intermediate states

Also fixed epoch of these, which was not being assigned correctly.

github.com/poliastro/poliastro - 3dbfdfaa87347e48ae6f8f9a5a68a97a26840cf8 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
BUG: Fixed several edge cases for orbits

Basically rv2coe is ill-conditioned for equatorial and/or circular
orbits, which have low or zero...

github.com/poliastro/poliastro - 27552a5da260876bd6866916086bb9da4212abfb authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Finally removed plot methods from State

This way I avoid all circular imports at the cost of losing one
handy method. Now this:

>>> from...

github.com/poliastro/poliastro - 0ff04af428308e48b00a31d18742c66d0715a011 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
BUG: Fixed circular import between plotting and twobody

If I want to provide a method on `State` to plot, I think I have
to slightly break the consistenc...

github.com/poliastro/poliastro - d11f1a60a164c56ec0384d2b69cee015c7b9d63a authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Revamped OrbitPlotter to allow several plots

Now the plane of the first plotted state is set as the plotting
plane for the rest of the states....

github.com/poliastro/poliastro - 0d093613a424bbed33c896966105ce086c94a5d6 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added new properties to State

github.com/poliastro/poliastro - 4f18cc715d8301324a2424b1f8d8992154671c3a authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added indexing capability for Maneuver

github.com/poliastro/poliastro - f126fc42d03770cc43113a527934488879497d4a authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added Plyades as source of inspiration

github.com/poliastro/poliastro - 283f27a1868ea399400381e1f921d39bb832864b authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added some more tests

github.com/poliastro/poliastro - eac28c385c7fe194338c0852ef595315c0f4a7df authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
BUG: Fixed direction of impulses in maneuvers

Both in hohmann and bielliptic the magnitude of the impulses was
correct but not their direction....

github.com/poliastro/poliastro - cfe7106e569244b21654cd69c0d98655427e43a3 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added (untested) apply_maneuver method

github.com/poliastro/poliastro - fc429dd63fe6f18df6f8b2b1d457eca74434c96b authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Expanded user guide, small fixes

github.com/poliastro/poliastro - 23fbb0d49ec6dae4d391998ad2e28ce87b5f8b1e authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Updated example notebooks

github.com/poliastro/poliastro - 1c2dae5e20c9c077d14d6ed74a068703a30fa888 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed setup.py after 0a20765

Now the extension modules are placed in the correct directory.

github.com/poliastro/poliastro - 0896a5d6fd9b1f0938c76ed011500862514f1f49 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Created plotting module

github.com/poliastro/poliastro - 4a57ca4499e855a61c18236e49d0c90cc1ca3b3b authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
WIP: Moved twobody.py to package

This helps splitting functions and organizing the plotting module,
already imported but yet to be...

github.com/poliastro/poliastro - 0a207659448f3e47bba565d8ee4cc28a9d7ce95b authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added norm function that respects units

github.com/poliastro/poliastro - 174cd4a1d168e6b5f3013ba9171ae9241199e9be authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added new example notebook (in Spanish)

github.com/poliastro/poliastro - 34efec5024ace1d4cfae8d01660ca06ab26a9ea6 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Reordered documentation

github.com/poliastro/poliastro - ad86eaa3f280a2e35fa5c45e178d2d8ef47e6d08 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added radius of pericenter and apocenter

github.com/poliastro/poliastro - 7c41dc37f300d91c82a3eb793623e7b3b7ba3666 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Improved docs, little fixes

github.com/poliastro/poliastro - 78abde498761c28a76d304b7ccfe1b27aa2b5ed8 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Refactored Maneuver

github.com/poliastro/poliastro - 7d696c0290ba37e1d63a5eb5c8528d651866cad4 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Started narrative documentation

github.com/poliastro/poliastro - b76f7d2747b6c9d16afcb7ef430a23f81e93c758 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Reverting to RTD theme

github.com/poliastro/poliastro - d6a27cc4c44fae15ae735caa555a587a260fee59 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Ignoring docs/build

github.com/poliastro/poliastro - 0c557e0b7d06ef93cd7413d826eee49eb426c2ec authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Updated rest of requirements

github.com/poliastro/poliastro - f873702ff811c6d06f71e99f9f11d5f2b9f727dd authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Copyright to Unicode, added dependencies

github.com/poliastro/poliastro - 39fbd56af83f952ea089b2432b4b72c1eda14211 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed RTD

github.com/poliastro/poliastro - 3e2bed7547bb5f9f5c8bd611d8083e1b8a6fb4b3 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added docs

github.com/poliastro/poliastro - 5d95f3f5f7d8f5ff60282b745e5425d52980ed20 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Ignoring .coverage

github.com/poliastro/poliastro - 25cd019eb7ab0a04bba1634b3a848d7f89893d26 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added pretty LaTeX representation, closes #7

github.com/poliastro/poliastro - d78b6e18c22747774f8c1456a292b38843de26a9 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Little fixes to README, added matplotlib as dep

github.com/poliastro/poliastro - 65cfda1a29f2e1989fbbdcff2c4ec7b632549e36 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Centered image in README

github.com/poliastro/poliastro - 8adf86ccc690c6aa73f80b4eb4a2997e0c9a0770 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed README

github.com/poliastro/poliastro - 24b6ee01b9006ace84d34150ed9ce1bb328dedf5 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added Molniya image

github.com/poliastro/poliastro - 34dabb222852195adc6c506689fd64942f959c71 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added plot as a shortcut to plot2D

github.com/poliastro/poliastro - 0a488104f077c052b13184e498961d17a710d439 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added plot2D method to State

I don't feel totally comfortable with this method being there, but
for now it just works. Still u...

github.com/poliastro/poliastro - b1d2c08c07161f2e11194b77fa74a6b2ea1fdc42 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Refactored PQW vectors computation

github.com/poliastro/poliastro - 787f7b0fad01de7909a50705c02f4d7e56fbf166 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Improved bodies docstrings

github.com/poliastro/poliastro - e8907c1ed89dff2c8ce558d7fc3006f4fd8e30c1 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fixed examples to reflect 64dc66c

github.com/poliastro/poliastro - 352c7f98f163d301f30183b3c480154c8d0aa14e authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added mean motion to `State` objects

github.com/poliastro/poliastro - 42903d0b2bb9759b5f688f6ed9dd2924eeb64eb5 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added missing lines to tox report

github.com/poliastro/poliastro - 3fd68100c5ec190c8f1feea4e05b6026d5635103 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Changed from_elements signature

At this point there is no support for other elements sets so the new
signature greatly improves r...

github.com/poliastro/poliastro - 64dc66cf286765320bf9e757f46074cf9b233bed authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added example data

Inspired by Plyades

github.com/poliastro/poliastro - 1bf1ad8e7750f45d2dd8018eb2d5e4af217dc0ce authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added semilatus rectum and period to State

github.com/poliastro/poliastro - 03a487412989c4d60a70591dffa00d9413f11768 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Updated gravitational parameters

According to Wikipedia, the gravitational parameter is often
known with more precision than G and...

github.com/poliastro/poliastro - fb323f55b5d6eac34d9334ea4def742c4c8fd735 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Removed yet another unused module, fixed coverage

github.com/poliastro/poliastro - 61c736d70b53fcdae1803a788fe737f75858df99 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Removed unused modules, updated tox.ini

github.com/poliastro/poliastro - 67545dbe988396e49315f3912ce0c73e588b7827 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Wear it :jeans:

github.com/poliastro/poliastro - 430dbcf21e6af4b51bebd910194162532ce3ca0f authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Cleaned examples, polished bodies and Maneuver

github.com/poliastro/poliastro - 4373ce56e1debbf927b4c44c95dc5b4b4db75096 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Updated REAME, no more MATLAB routines

github.com/poliastro/poliastro - bb1039fb0078e0857a42c994648bf960c30dd171 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Finished refactoring Maneuver

github.com/poliastro/poliastro - 01dd1fd012aaafe27a94e98a1c613a99230414e1 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Small changes to Maneuver

github.com/poliastro/poliastro - 007d9faba9eb8abe8e4b4d4e39c2618930574abb authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Force Delta-V to be 3D vectors

github.com/poliastro/poliastro - bdb6c97d4afd0eb4331a14a3ae79bade2be563f0 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Moved maneuver computation, ensure dvs are vectors

Now the maneuvers are computed through the Maneuver class, making
it consistent with the recent c...

github.com/poliastro/poliastro - f3b2d0f7851a9b0e07abe242c77b470dd332bdb7 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Individual State elements, circular helper

github.com/poliastro/poliastro - c0f1a0bc32a8402d512848657644dd6e3da6d770 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Added radius to bodies, improved Maneuver signature

Now building Maneuver objects is less verbose and has units
checking. Also changed README build s...

github.com/poliastro/poliastro - c7610aacda9ebe313c25bb4cf4954db2347b82db authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>
Merge pull request #14 from Pybonacci/refactor

Merge refactor branch
Changed completely the philosophy of the library. At this point poliastro...

github.com/poliastro/poliastro - 880a4599264e1bd473bdc3227398410f077cdb63 authored over 10 years ago by Juan Luis Cano Rodríguez <[email protected]>