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

Make sample return symmetric nu values

This is useful for plotting hyperbolic orbits that show the
two branches of the hyperbola.

82af638a785cd5a2f64d15cc5964b65609bc628c authored almost 7 years ago
Refactor plotting of current position

We dropped the assumption that the first point of the
trajectory is the current position.

0b0f786168ab6dac25ec71848c6cc5067b8d0b5f authored almost 7 years ago
Merge pull request #322 from nikita-astronaut/iss265

Add mean_motion propagator

60d463f8043de496eb377e2bfb798560910fb679 authored almost 7 years ago
fixed minor issues

c4a5cf1714def6a5e919184fedcc4c2f0d628667 authored almost 7 years ago
in mean_motion now elliptic case is np.close(1e-6)

232d774230013a9c652f7a3e3a381acf3577826b authored almost 7 years ago
added parabolic tests

50f3346b168d7519092f9802862e58ecb3a38a59 authored almost 7 years ago
changed signature of sample and propagate

e3b34b17049678b525399a8cebd81bd6264ad39f authored almost 7 years ago
fixed codeclimate issue

32b150d449a8b61d5e8846a62307ed4db16cba15 authored almost 7 years ago
added propagation tests (no parabolic yet)

14658c8fd945c2955f327c50bb0256ba73a1ff3e authored almost 7 years ago
added propagation tests (no parabolic yet

5e54292dc352b9ebe1ebe9ff1356b28bbdbb8271 authored almost 7 years ago
Merge pull request #325 from Juanlu001/hide-setup-py

Hide setup.py and add verbosity to tests

d32f3ab802f782a03582e6c183a28c12c6abb2d7 authored almost 7 years ago
Hopefully fix AppVeyor

I would love to skip this unnecessary Travis build, but
it is not possible, see
https://github.c...

88250830b2b4adf96820f48ec3f3795bd1c7b92d authored almost 7 years ago
Merge pull request #321 from shreyasbapat/FixHyperbolic

Positions in Hyperbolic Plots

e1758942bf372fb5e9162c86b777cfabe97ac9ce authored almost 7 years ago
Cleanup

34e96a1fad8a8e32c5e403b5f7c60727f189af71 authored almost 7 years ago
Do not use package_data in setup.py

Follow Ionel Maries advice given here
https://blog.ionelmc.ro/presentations/packaging/#slide:15

caf4b5e45c88e13a1e6d390d5e1a170ee8110058 authored almost 7 years ago
Fix long standing wrong version number in AppVeyor

8c23ded5f980a0b477f4577ae9e78247234260bd authored almost 7 years ago
Do not use setup.py for testing, fix #319

0813af4bd51f1d0ab8810d899782c37458bb5dcc authored almost 7 years ago
Hyperbolic Plots Fix #295

92b6c9dbcfa2d5fcf707094642821725465b131e authored almost 7 years ago
fixed pep8 errors

bac9373ede7b06258a062ea9a465342c6aded59b authored almost 7 years ago
changed test_sample.py so that assert is now allclose

87a786c18989e9d26e58236c920c1fdb63d10398 authored almost 7 years ago
fixed problem with dimentions

4a4dd904c848b316211c5cda877a7843fc0ac5fe authored almost 7 years ago
Addresses Issue #295

27318862c266caf51a96857864eaf3045f613dae authored almost 7 years ago
Merge pull request #324 from Juanlu001/gitter-badger-gitter-badge

Add Gitter badge

36379a98f19dda2e037de6dc2547084450fec93a authored almost 7 years ago
Add Gitter badge

1c9fb25ba3ed852986e2550270b420a5fc13e733 authored almost 7 years ago
Merge pull request #323 from shreyasbapat/TravisCI

Seprate the build of Notebooks in Travis CI

a5ffd4b37b8839007138cbb937ffd16f5c8314a1 authored almost 7 years ago
Disabling the docs from Appveyor CI Issue #318

2b1a96714994abb3b7bb5fae97f27a7e2daeef1e authored almost 7 years ago
Seprated the build of Notebooks in Travis CI - Issue #318

d15bafd32629593bec5c6973916128a3e101cdd9 authored almost 7 years ago
added draft for mean_motion propagator

ba07f87428686d1f38b2150abb3fe9bc2e7642ee authored almost 7 years ago
Merge pull request #320 from nikita-astronaut/iss294

Improve elliptical orbit sampling

0492f60646c11b5ae556a3df12906da691cbeafd authored almost 7 years ago
minor corrections

658f199c78bf573600a3eb0646ce1cda7d0cb66e authored almost 7 years ago
now samples from eccentric anomaly instead of true anomaly + increased num_points a bit

29a7d72042014b3890c5d788e5191815cc8446e8 authored almost 7 years ago
changed default num_points in OrbitPlotter class

7b2e0869586edcea72d1ff59cf9e1b3d64a888cc authored almost 7 years ago
Merge pull request #311 from shreyasbapat/FixOrbitSample

Orbit.sample can now recieve a different propagator

24a9299f01d7c9e8a315c94ba34f16afed4c613a authored almost 7 years ago
Merge pull request #317 from Juanlu001/tesla-roadster

Add notebook with Tesla Roadster and some fixes

f1e34e6afba5f0ebe8d7f88eace2b710a3c5e9c5 authored almost 7 years ago
Add title to notebook

d62849a6ba9f2ac624a5f0d890d27b96795cc61c authored almost 7 years ago
Fixed #286 Orbit.sample can recieve different propagators

3f64648c58d22ae3651a0626c4a21bf34eb14319 authored almost 7 years ago
Include new notebook in doctree

ca069973e68b0ddd52b98e5737aa609419416a11 authored almost 7 years ago
Update Astropy velocity conversion code, bump version

2c7d1e5c53cde92643fa433a5c79e488304c26e9 authored almost 7 years ago
Add missing requirement

ace3d69fd939fc5ee29dfe4574d5a942b13c3a6a authored almost 7 years ago
Add notebook with the Tesla Roadster orbit

c5b92d92f81e6c60f8b142471864797c99a938b4 authored almost 7 years ago
Simplify plot_solar_system

37c43a5c4a3175df201dacebdcb09ac8262f5040 authored almost 7 years ago
Fix OrbitPlotter3D.set_view signature

7a72c265bda7e2b4e8a0e95f8d82eb776ef772ca authored almost 7 years ago
Merge pull request #312 from ritiek/return-times

Return times in Orbit.sample()

3c27f7f033cfd1d68bd2341d8d1b7667d59706e2 authored almost 7 years ago
Cleaner way for asserting on multiple values

6f50c8f20a36b833b7fc81926d1287b10746b548 authored almost 7 years ago
Update tests

2e6ff3e6d87a35a808648107917679912f5e06fb authored almost 7 years ago
Return (Time, CartesianRepresentation) in Orbit.sample()

d1fd30846bdb50d3008618ac98aa3896dd0882e7 authored almost 7 years ago
Merge pull request #310 from shreyasbapat/Notebooks

Added Missing notebooks to the gallery

3feb21c53d868c52f873e97133b033de52c84b71 authored almost 7 years ago
Issue #292 Solved : Added missing Notebooks to gallery

1118091f91d5a47894f15f0f84870a0ac4d732e1 authored almost 7 years ago
png files for inclusion of new notebooks

0a88988a5f9ad542ceeb7b263be5dd3165f64e8b authored almost 7 years ago
Merge pull request #305 from shreyasbapat/Modifications

Changes in plot_solar_system() and License

a62c849b436d39d2083d2ad6d790af3d223bfca8 authored almost 7 years ago
Do not run Notebook Going to jupiter with Python using Jupyter and Poliastro

fbc0db58e3cdf075b875251626e2196c3e56342a authored almost 7 years ago
We are in 2018

9e765de391352cb06f3af402ae2a0a61f7a954f4 authored almost 7 years ago
Changes in Documentation

652a2d9581e93581a47550607f26bd708e73d5f8 authored almost 7 years ago
Modified the plot_solar_system

bebb07a32a8a08fcba8bff42312da552f306cdcb authored almost 7 years ago
Modified the plot_solar_system again

e2304e2047bc43a6c98cbfca806e495d40b1aee7 authored almost 7 years ago
Merge pull request #308 from Juanlu001/update-astropy

Update astropy

433e86b5cc754f0b1b1add3adea8aaca6433b285 authored almost 7 years ago
Update old link to documentation

9423795417eba5c1c28bdb196fb926b53fbab4b1 authored almost 7 years ago
Do not run Florence notebook, fix #306

e9ca075fa214ceaf44b264599f0927f56a1b3ac7 authored almost 7 years ago
Update maximum Astropy version

We are purposedly _not_ adding checks in the CI services
to test poliastro against older version...

a00589ffaf2abd52bd5312623fef1d04f9aee2fe authored almost 7 years ago
Merge pull request #304 from shreyasbapat/Fixes

Update minimum Astropy Version and add plot_solar_system

9b26fbc97c8f00c750a5ef20a234a3224ec1b723 authored almost 7 years ago
Changing the Parameters to create the reference frame as per latest AstroPy

f3000c71726b6f43be5d1d603b43be6779cafb8c authored almost 7 years ago
Removing the xfail marker

a9466f3f96e701d02ae7b44bbc92ea7318063c4a authored almost 7 years ago
Updating the Minimum required AstroPy version to 2.0.3

d9c063655fb0cd0e0ed83d47e1fd8306dd5067c0 authored almost 7 years ago
Fixed Issue #300 : Added an Easy Way to plot the Solar System

150e16fcf5d5abd048069a24a456cd1dd8ac70ef authored almost 7 years ago
Merge pull request #291 from MattEttus/patch-1

Update index.rst

8685e256d459c0dc025dba3af3d5e021492c4c80 authored about 7 years ago
Update index.rst

1e293d9e2b4e7e6830c61cded8d1fb8dd03a99ec authored about 7 years ago
Merge pull request #289 from pablogsal/lambert_speed

Speed up vallado.lambert implementation

0aafdf3b2d0ec1e2755919fa83b921ada1163846 authored about 7 years ago
Speed up vallado.lambert implementation

bf69be82ca5155e9a4408fc47730e8cb4cb422ea authored about 7 years ago
Bump to next development version

fa0aeb15c7c2e4fca13c04285ed5d0c769bf22ba authored about 7 years ago
Update release date in changelog

a0a0228d91c22e3bb0f090ff993d4dc6f411d571 authored about 7 years ago
Merge pull request #284 from Juanlu001/prepare-release-080

Prepare release 0.8

1199eb5d3b8e4ba210f48855ff95e0622334edb2 authored about 7 years ago
Add upcoming 0.8.x branch to CI

fdde756a40d20f7b0d46f21020633ea3270701a3 authored about 7 years ago
Add changes for 0.8 release

7c85af010fbc1364b6e097306eaaef7648a2c99d authored about 7 years ago
Improve OrbitPlotter3D documentation

e3325307da1f250e5bb9288d88d9d9fd3290946f authored about 7 years ago
Merge pull request #283 from Juanlu001/docs-and-coverage-fixes

Docs and coverage fixes

02a749c64afb2fce961951d0a1c79f96c016e0d1 authored about 7 years ago
Make numba fake import robust

8068afed19a6596a5fbed364c19571c44970fc67 authored about 7 years ago
Remove dead code in plotting

43e966a633a5f052cb06c3c614d347cc19a5ddd6 authored about 7 years ago
Add tests for corner cases

0a0de1eb4125bf2430478f4d145d2767e421d37f authored about 7 years ago
Explicitly add require.js in 3D plotting notebook

Fix #281.

1ec61f6a7a4880f59babbded9b2022358ac13b7d authored about 7 years ago
Merge pull request #269 from anhiga/2d-plotting

Simplify 2D plotting

72ddae78947575db6d25ec25cf6acbd8a6972e91 authored about 7 years ago
Merge branch 'master' into 2d-plotting

c3b23ddbd44ec91bbf6e1b5c50af1e07b003885a authored about 7 years ago
Autoscale axis after resetting frame

Axis now get autoscaled after resetting frame, avoiding plots
with large blank areas

1e7c9e370e5aa5ddcc96d7ed8e2656047ff34fa8 authored about 7 years ago
Refactor set_frame function

Create redraw() function (private) in order to replot all the orbits
after a frame change.

3d24b66d6b2547bf46e0068fb567fa10ffb8fb32 authored about 7 years ago
Merge pull request #271 from Juanlu001/plot3d

Add 3D plotting functions

d2e1260026c79baa9c918552dbf520443e868cd4 authored about 7 years ago
More docs fixes

8286bc399f9a8331b700f7e6775a970ef7bd6d20 authored about 7 years ago
Allow errors in 3D plotting notebook

9596e7529e4ca6a724874c4967706c9993b72cbb authored about 7 years ago
Update MSL notebook with new 3D plotting functions

a65ff629d62aa1c8dcf28fd6f1abac1a83e51cac authored about 7 years ago
Add 3D plotting to changelog

69813b7b68f854253504fd3432a940ec9edeacba authored about 7 years ago
Add tests

4a41e94cdc3128eed0cb963d3e57672f8a396e74 authored about 7 years ago
Plot sphere in the position of the body

527431fac3a42de9d34e0d6b237fe58566ad8c24 authored over 7 years ago
Update Plotting in 3D notebook

6b7af7ac638b315cf835f32c933631436f337b1d authored over 7 years ago
YAGNI

6b1d3208a95f0f29bd137a177b28ca0578dcee8f authored over 7 years ago
There should be one obvious way to do it

fe2ae4901350a2a744e01248adab208b956f853e authored over 7 years ago
Add set_view method

bf1bce6fef5759eea3b7996164df033c9133c0dd authored over 7 years ago
Improve export capabilities

a284db8f83eed271e404f5abb81f5e9112b32d65 authored over 7 years ago
Add 3D plotting notebook draft

0882ae05b7b2e4720d6dc0ae43cca888669324c2 authored over 7 years ago
Cleanup

d8f2f6fc45a7521c83fb17f86a20564a3ba06178 authored over 7 years ago
Add plot_trajectory method

This will be useful to plot objects other than Orbits.

47003fa97792772a483c0bbfde7f4164ad07ef40 authored over 7 years ago
Make set_attractor public, refactor

267e6c1972be88230d62aceb9f1b738d4d1344ed authored over 7 years ago
Remove ephem module

Let us transition to use more Representation objects.

69d10ec96cc1ac5cc9e60eccad00dae0dcc5a7ac authored over 7 years ago