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

Add introduction notebook

github.com/poliastro/tutorial - 706733b2adbf819d1a8f7bec485005e9c0c9fca2 authored over 5 years ago
Add some more dependencies

github.com/poliastro/tutorial - 5bc86d97180ea824f749c0a3cc28b9dee7ad5f89 authored over 5 years ago
Add installation instructions

github.com/poliastro/tutorial - 00646eeadeac3e66cbfec114a4869f6a1ab616fc authored over 5 years ago
Add poliastro as dependency

github.com/poliastro/tutorial - c5ccbdce75938453a576dccc2539441726f53df5 authored over 5 years ago
Initial commit

github.com/poliastro/tutorial - c620bcabacd8b2d83e33064c12b6866ab6decd82 authored over 5 years ago
Merge pull request #772 from humitos/hoverxref

Use sphinx-hoverxref in docs

github.com/poliastro/poliastro - c3f4f5f3f0e72aa6e852ee61f9051c3407ad42d3 authored over 5 years ago
Install sphinx-hoverxref in docs

github.com/poliastro/poliastro - dfc00393e1e467c3dbd1739562e5a0adb702a9a8 authored over 5 years ago
Merge pull request #783 from Juanlu001/fix-czml-timezone

Fix CZML timezone handling

github.com/poliastro/poliastro - 9a5a06c63a79a0c82fe1aaba3c0d86a9dd531d97 authored over 5 years ago
Fix CZML timezone handling

astropy.time.Time.datetime objects are timezone-unaware.

github.com/poliastro/poliastro - 7fb1352576735aa56f4dcc16fb577ecc9876cebb authored over 5 years ago
Merge pull request #771 from Juanlu001/remove-norm

Remove poliastro wrappers of NumPy functions currently supported in numba

github.com/poliastro/poliastro - 76409eaa4650ef7a095b2f5fb922053013a7b96e authored over 5 years ago
Revert use of numpy.linalg.norm

See https://github.com/numba/numba/issues/4701

github.com/poliastro/poliastro - 5136486569d7d16fb3196596c6afc8b4129a1528 authored over 5 years ago
Regenerate image test

github.com/poliastro/poliastro - 9a06bb2b4fdb457436a0694d210704e32f02b9ac authored over 5 years ago
Fix failing doctest with small precision error

github.com/poliastro/poliastro - 7c6b541808a0e97f4bf65ec57457655d64bd237b authored over 5 years ago
Use numpy.cross support in numba

Fix #782.

github.com/poliastro/poliastro - de12dfbe92e57616261560d397607267a20bb8a9 authored over 5 years ago
Remove norm from poliastro API

github.com/poliastro/poliastro - 38bef0c3f685ed83658e2e81e231792803ffc03e authored over 5 years ago
Test using NumPy norm

github.com/poliastro/poliastro - e2383dadfd53a0cdea7525d9c870cc974db89846 authored over 5 years ago
Update README example (#3)

* Update README.md

* Fix README

* Fix molniya.json

github.com/poliastro/cesium-app - ff62a4dd955cacfa2f47f75acee63017cfa5d6df authored over 5 years ago
Merge pull request #778 from Juanlu001/proper-mypy-fix

Proper MyPy fix

github.com/poliastro/poliastro - 30a3cb645985d8b5fab1f0e09b620f941a9e093d authored over 5 years ago
Workaround for mypy

See https://github.com/python/mypy/issues/7513.

github.com/poliastro/poliastro - c3be12fab49fb0b1404b721e26f24f2efc4ab81a authored over 5 years ago
Revert "Temporarily limit pytest-mypy version"

This reverts commit 76e8c3231f720db8f88385bf045eb7d856ab1c1b.

github.com/poliastro/poliastro - e53db55d80c058c3e9667357d841194f68de9700 authored over 5 years ago
Merge pull request #777 from Juanlu001/fix-misteryous-test

Temporarily limit pytest-mypy version

github.com/poliastro/poliastro - 0e4fef2ebe89bb29bb130eea2670f46dfb3f1241 authored over 5 years ago
Temporarily limit pytest-mypy version

See #776

github.com/poliastro/poliastro - 76e8c3231f720db8f88385bf045eb7d856ab1c1b authored over 5 years ago
Merge pull request #775 from migueldvb/docs

Updating some URLs

github.com/poliastro/poliastro - 428db930eee02eff9202b721174edd1b061ab839 authored over 5 years ago
Update some URLs

github.com/poliastro/poliastro - 8280944faf010d3b3453b182325af7f125e703b1 authored over 5 years ago
Merge pull request #43 from jorgepiloto/post

Resume on GSOC19

github.com/poliastro/poliastro.github.io - 29e02a425370fee985d35056af3a9a72b8222a4a authored over 5 years ago
Merge pull request #42 from Sedictious/sources

Add post

github.com/poliastro/poliastro.github.io - a8259a47b7ba3d188f539938a88533a343472f7f authored over 5 years ago
Merge pull request #758 from olebole/remote_data

Mark tests that use remote data

github.com/poliastro/poliastro - c3010318446a7b9efa22f01bd1ff603ccce53273 authored over 5 years ago
Do not use units in core functions

Fix #761.

github.com/poliastro/poliastro - 0f0ac1e72db79f05e4a17a81cf5938ec6dc342d5 authored over 5 years ago
Avoid looking for tests in virtual environments

github.com/poliastro/poliastro - 83948aadb94c8e7178688da47e5b1a22a27894ef authored over 5 years ago
Mark tests that use remote data

This requires additional pytest packages remotedata and doctestplus.

github.com/poliastro/poliastro - d847fee2713d879fa4d3807655db0acdbd97295b authored over 5 years ago
Merge pull request #768 from Juanlu001/remote-data-alt

Mark more tests as remote_data, use pytest plugin

github.com/poliastro/poliastro - 69dfb8a6263dc56f260fb1bf69e798494e08d0f5 authored over 5 years ago
Mark some more tests with remote_data

github.com/poliastro/poliastro - c59817ff5369a2cc67d656f452af7204da934ec1 authored over 5 years ago
Add pytest-remotedata to dependencies

github.com/poliastro/poliastro - e9b2ee2b8c636a7f1aabc31293caa3f33bb1cc4c authored over 5 years ago
Merge pull request #767 from olebole/fixperms

Remove executable bit from some Python sources

github.com/poliastro/poliastro - c92b3a48e994190968041b71db4185a3bb6bed25 authored over 5 years ago
Remove executable bit from some Python sources

They should not be executable.

github.com/poliastro/poliastro - 98386faca4326ff8957128fa23add7559bfa5770 authored over 5 years ago
Merge pull request #41 from jorgepiloto/post

Post 19/08/18

github.com/poliastro/poliastro.github.io - 496b4ac9e48f8a1ecfbf028c09d3c6202be7210a authored over 5 years ago
Merge pull request #766 from Juanlu001/tox-circle-ci

tox in CircleCI

github.com/poliastro/poliastro - a2e71d251b5393b47875f76ca99d3c0f48a0938b authored over 5 years ago
Use official images

github.com/poliastro/poliastro - 60d18a61f23e91a3ebb7e49230f78ca16beaba17 authored over 5 years ago
Refine tox, use it in Circle CI

github.com/poliastro/poliastro - 46ac302b0f989de5ddf8194e215b2313872e3070 authored over 5 years ago
Merge pull request #765 from Juanlu001/fix-mypy-tests

Fix MyPy errors in tests

github.com/poliastro/poliastro - 6c0f840c7fe44bb96ba0e84168e20f06aa922228 authored over 5 years ago
Fix more MyPy errors in tests

github.com/poliastro/poliastro - 73e45c2237a8127c4695520cd36c86add644a45c authored over 5 years ago
Fix MyPy errors in tests

github.com/poliastro/poliastro - 5d5a9a652d523d019c4bd68093187dccd4badeb1 authored over 5 years ago
Merge pull request #756 from jorgepiloto/coesa

Reformat on atmospheres

github.com/poliastro/poliastro - fb4886a41aab949bc96fac906f1bc6454b22661f authored over 5 years ago
Generate documentation

github.com/poliastro/poliastro - 8dcf04fb0335e3ba4bc45a2d4a4e092024a789e5 authored over 5 years ago
Reformat atmosphere module

github.com/poliastro/poliastro - 6c20b84dd0f6d8c657e34f9eb3418b7dc2771b92 authored over 5 years ago
Update notebook

github.com/poliastro/poliastro - 79a17c0678ddbff923f9414ecc795f4d4f0c5bc9 authored over 5 years ago
Include *dat in setup.cgf

github.com/poliastro/poliastro - 4ab2f1be8fb2be28e62ce0c1f30d9063b6d6015d authored over 5 years ago
Merge pull request #746 from Sedictious/constantspkg

Add angular speed and rotational period

github.com/poliastro/poliastro - 8675f043c3ca55bfd1da2229e99ce7a6d9d321b8 authored over 5 years ago
Calculate angular velocity in 'Body'

github.com/poliastro/poliastro - 950e9582985078bb7862700f4f85022af8c8f236 authored over 5 years ago
Rename constants

github.com/poliastro/poliastro - e0344cfacb4917bb65bd3cf14466c98be7ee1859 authored over 5 years ago
Add rotational speed

github.com/poliastro/poliastro - 158447c5d3237c78b4f7e2e34f51dc8d017dbc17 authored over 5 years ago
Add rotational periods

github.com/poliastro/poliastro - fd6e03cb6ebb29fc563bd273b776d525e60b612d authored over 5 years ago
Make constants a package

github.com/poliastro/poliastro - 40c4e1acf72696e2d8bbaee660f19e1297294f70 authored over 5 years ago
Merge pull request #755 from Sedictious/plcolor

Add additional parameters for groundtracks

github.com/poliastro/poliastro - b2a51ae0764b28f684afe0af0a26f71679f1357a authored over 5 years ago
Add more options for groundtrack plotting

github.com/poliastro/poliastro - e60f575848e97607f53a3fa66a96958b42e2cee1 authored over 5 years ago
Merge pull request #738 from jorgepiloto/atmosphere

Add atmospheric models

github.com/poliastro/poliastro - e8589990270c76f3f607023456c54671c172d709 authored over 5 years ago
Reformat atmosphere routines

github.com/poliastro/poliastro - c63168cbc4c83a8f50979dd2ea02d7afb54a6342 authored over 5 years ago
Add atmosphere tests

github.com/poliastro/poliastro - b0e049868e3ea301325b82365573407d2d6c52d6 authored over 5 years ago
Add docs + notebook

github.com/poliastro/poliastro - 5e12bee140e069e49ad5cbd7cf7e4fcc4615c34e authored over 5 years ago
Create atmosphere module

github.com/poliastro/poliastro - 1c2abd8fda0211a480bd4562eb1ede722a8324b7 authored over 5 years ago
Add coesa62 + coesa76

github.com/poliastro/poliastro - 8e407e5dd96215a4b86bd6f45775cc1eedefa34d authored over 5 years ago
Merge pull request #753 from Sedictious/jupyter

Add initial CZML notebook tutorial

github.com/poliastro/poliastro - 83d31e586e93949e7ba4be9472206099da903fa8 authored over 5 years ago
Fix docs config

github.com/poliastro/poliastro - 2c4355e50207470b18f31d8405ddc1f2c53c574b authored over 5 years ago
Add CZML tutorial to jupyter examples

github.com/poliastro/poliastro - 3a0bffef51a06c9e1c0529194b0f3cde9637dc58 authored over 5 years ago
Create first jupyter notebook tutorial

Small intendation fix

Add section on custom attractors

Add section on 2D view

Add headers

Ad...

github.com/poliastro/poliastro - a5d6fc8b8b76026e4a484a0247cdb4293dba85e2 authored over 5 years ago
Merge pull request #744 from jorgepiloto/hohmann

Hohmann time to pericenter

github.com/poliastro/poliastro - b14cb60e1369025213d31deef2640cfcf18ee5d8 authored over 5 years ago
Apply black + isort

github.com/poliastro/poliastro - d6fb113bcee9e99b78f92ebf2c9f6844ae7dc29d authored over 5 years ago
Add time_to_anomaly tests

github.com/poliastro/poliastro - cfad16d2185ceaa86d7a27d7a064c0a435f1c938 authored over 5 years ago
Add time_to_anomaly method

Simplifies also the `propagate_to_anomly` method

github.com/poliastro/poliastro - be194c5c5eb57373dfe82b9a9f6b5f129ada8672 authored over 5 years ago
Parametrize maneuver tests

github.com/poliastro/poliastro - 18db06791215899058f5925006252aa86c5c0383 authored over 5 years ago
Time to pericenter in maneuvers

github.com/poliastro/poliastro - a7e2bbb4831361c181bf2286dea6afe06440b9b0 authored over 5 years ago
Add 0.13.0 release date

github.com/poliastro/poliastro - fa131ae470b14ff1e239d6c923c4e541a8ebb0a2 authored over 5 years ago
Fix release date instructions

github.com/poliastro/poliastro - a4f46d3fe503b3552f9276675a70db689bd1f068 authored over 5 years ago
Add screenshots in main application

github.com/poliastro/cesium-app - 73a0b6769bc97f8d6a8f6d669220304d2d67bc39 authored over 5 years ago
Merge pull request #39 from jorgepiloto/post

New post

github.com/poliastro/poliastro.github.io - 1ac804273a07b4aec2d7acc2f56ad70188f758d7 authored over 5 years ago
Merge pull request #40 from Sedictious/sources

Create post

github.com/poliastro/poliastro.github.io - 6ee98fe20b9a3c86fcd021a134dac5ce4b3e7148 authored over 5 years ago
(Almost) finish notebook

github.com/poliastro/lightning-talk - f1d7f31c1fe9c54b57281ee97fb729da48c78d83 authored over 5 years ago
Update for latest poliastro and plotly

github.com/poliastro/lightning-talk - c0ffca16397ab41c9517d9f47a890a4441110372 authored over 5 years ago
Merge pull request #745 from Onain/patch-1

Update perturbations.py

github.com/poliastro/poliastro - 9bdafe726b23866a0bffea6e2c0a948cd9d15626 authored over 5 years ago
Update perturbations.py

github.com/poliastro/poliastro - f7f73a2435680675ed32f4ad920ffc0a17e7d71b authored over 5 years ago
Merge branch 'master' of https://github.com/poliastro/cesium-app

github.com/poliastro/cesium-app - 157f6a7b7b3f15441b50e3305abaecf4e38cdd05 authored over 5 years ago
Add ellipsoid terrrain provider

github.com/poliastro/cesium-app - 24d1d0ecd82f3555d4af1a06380eb3991e79b146 authored over 5 years ago
Merge pull request #25 from Sedictious/master

Add point property

github.com/poliastro/czml3 - afe4b83e78c4c6968cee24e20fb441137253a081 authored over 5 years ago
Add tests for invalid NearFarScalarValues

github.com/poliastro/czml3 - cf19d6deea75f44604f01dd298f9f2e482a9a6c8 authored over 5 years ago
Add point property

github.com/poliastro/czml3 - 7e8f7dd8627ba0352eec3d9c1235adabf33e9338 authored over 5 years ago
Merge pull request #743 from Sedictious/2DScene

Allow groundtrack lead/trail time

github.com/poliastro/poliastro - 805788cadc8b820cddf8eced4e1b158242b7cee2 authored over 5 years ago
Create README.md

github.com/poliastro/cesium-app - 51d602c138a0483484ad5dcf097961a8b9eccb59 authored over 5 years ago
Add 2D view example

github.com/poliastro/cesium-app - 63e6a436b32a1c0bf894bb9c6fd7d2a5b054a07e authored over 5 years ago
Allow groundtrack lead/trailing time

github.com/poliastro/poliastro - 07bb7cc7f7bd67dea24c65f5b4fdcfc0e09846ab authored over 5 years ago
Merge branch 'master' of https://github.com/poliastro/cesium-app

github.com/poliastro/cesium-app - 0edde94eace5699527e1c6d8d5f4e1159495e7ed authored over 5 years ago