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

Autoscale axis after resetting frame

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

github.com/poliastro/poliastro - 1e7c9e370e5aa5ddcc96d7ed8e2656047ff34fa8 authored over 7 years ago
Refactor set_frame function

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

github.com/poliastro/poliastro - 3d24b66d6b2547bf46e0068fb567fa10ffb8fb32 authored over 7 years ago
Merge pull request #271 from Juanlu001/plot3d

Add 3D plotting functions

github.com/poliastro/poliastro - d2e1260026c79baa9c918552dbf520443e868cd4 authored over 7 years ago
More docs fixes

github.com/poliastro/poliastro - 8286bc399f9a8331b700f7e6775a970ef7bd6d20 authored over 7 years ago
Allow errors in 3D plotting notebook

github.com/poliastro/poliastro - 9596e7529e4ca6a724874c4967706c9993b72cbb authored over 7 years ago
Add 3D plotting to changelog

github.com/poliastro/poliastro - 69813b7b68f854253504fd3432a940ec9edeacba authored over 7 years ago
Update MSL notebook with new 3D plotting functions

github.com/poliastro/poliastro - a65ff629d62aa1c8dcf28fd6f1abac1a83e51cac authored over 7 years ago
Update Plotting in 3D notebook

github.com/poliastro/poliastro - 6b7af7ac638b315cf835f32c933631436f337b1d authored over 7 years ago
Plot sphere in the position of the body

github.com/poliastro/poliastro - 527431fac3a42de9d34e0d6b237fe58566ad8c24 authored over 7 years ago
There should be one obvious way to do it

github.com/poliastro/poliastro - fe2ae4901350a2a744e01248adab208b956f853e authored over 7 years ago
Add set_view method

github.com/poliastro/poliastro - bf1bce6fef5759eea3b7996164df033c9133c0dd authored over 7 years ago
Improve export capabilities

github.com/poliastro/poliastro - a284db8f83eed271e404f5abb81f5e9112b32d65 authored over 7 years ago
Add 3D plotting notebook draft

github.com/poliastro/poliastro - 0882ae05b7b2e4720d6dc0ae43cca888669324c2 authored over 7 years ago
Add plot_trajectory method

This will be useful to plot objects other than Orbits.

github.com/poliastro/poliastro - 47003fa97792772a483c0bbfde7f4164ad07ef40 authored over 7 years ago
Make set_attractor public, refactor

github.com/poliastro/poliastro - 267e6c1972be88230d62aceb9f1b738d4d1344ed authored over 7 years ago
Remove ephem module

Let us transition to use more Representation objects.

github.com/poliastro/poliastro - 69d10ec96cc1ac5cc9e60eccad00dae0dcc5a7ac authored over 7 years ago
Raise exception if trying to set several attractors

github.com/poliastro/poliastro - e7eace32627abbfe0dc514c6c3bfe07ea0cab1a2 authored over 7 years ago
Switch to autosize

github.com/poliastro/poliastro - eaa4076d13429e97f11a01aceaf6c194c59c64ae authored over 7 years ago
Remove old attractor when redrawing

github.com/poliastro/poliastro - 98e7fca54bfe6cf9e52e86f4c94701c970d6200c authored over 7 years ago
Fix aspect ratio

github.com/poliastro/poliastro - 70abda5cc480375cf5166fc521d6fb4203089140 authored over 7 years ago
Improve logic to draw the attractor

github.com/poliastro/poliastro - a66c7d6c6b6c31169f5a2059ea393634c0d20459 authored over 7 years ago
Make show call public and mandatory

github.com/poliastro/poliastro - 267f681eb0b261d55adf29046ac92d4e0ab99370 authored over 7 years ago
Rewrite 3D plotting using Plotly

github.com/poliastro/poliastro - 99bc784179f5b123b476bfa827d1cc96e61b31cf authored over 7 years ago
Allow sampling in 3D plots

github.com/poliastro/poliastro - a3308249532d81eb38ed98c1db36c413d50828a4 authored over 7 years ago
Add attractor plotting

github.com/poliastro/poliastro - bf93163f91e443b6e3199ce0c8e9b11d112d2eb0 authored over 7 years ago
Fix default value for sample

github.com/poliastro/poliastro - 2dfc1e338e7fead49ea1e574af04b959fb374b81 authored over 7 years ago
Fix simple MyPy error

github.com/poliastro/poliastro - fbdd19b536c8d915b27337c43960cb6e8247a946 authored over 7 years ago
Replace %matplotlib inline with plt.ion()

github.com/poliastro/poliastro - 92bb1392b9645bff19ff8ff743c5573967c87fd5 authored over 7 years ago
Add OrbitPlotter3D

No docs nor tests.

github.com/poliastro/poliastro - cb9429b4e0b9e8ac7e1e168ba6e873f687feef8b authored over 7 years ago
WIP: Add simple plot3d method

* No tests
* Still pending some refactoring in plotting
* Should we add a 3D equivalent to Orbit...

github.com/poliastro/poliastro - 8b50e4294010501a6bd3b4b59edeadbdb4568fa2 authored over 7 years ago
Add tests to orbit.py

Add sample tests and hyperbolic orbital values checking test

github.com/poliastro/poliastro - df365d0cb8cefe280684b7492c658a01c2015a85 authored over 7 years ago
Compute correct "mean motion" for hyperbolic orbits

github.com/poliastro/poliastro - 837fc42922e7d45f65d344ede6ce3d4317a27ac8 authored over 7 years ago
Raise error on positive sma for hyperbolic orbits

github.com/poliastro/poliastro - 656a9139c644d07dc7b2187eb6e3e5a54e41281f authored over 7 years ago
Bring back previous algorithm

github.com/poliastro/poliastro - 08d9db86a234746b50ae642c3a4f0169624a4de0 authored over 7 years ago
Simplify points generation for hyperbolic orbits

github.com/poliastro/poliastro - 688c1312d2d1d2e5f695e47ded9b97dba9b638b1 authored over 7 years ago
Replace pep8 by pycodestyle

github.com/poliastro/poliastro - 85bdd449a9e76b1beea3010517d27dc0824287e8 authored over 7 years ago
More PEP8 fixes

github.com/poliastro/poliastro - 1ea12629be7d5c818f6cbe9cbd60eb5245af50b9 authored over 7 years ago
Return only valid nu values when sampling hyperbolic orbits

github.com/poliastro/poliastro - 2e291b3a82647795fce9fb4a229a2e9b70a005e5 authored over 7 years ago
Use sampling function in plotting

github.com/poliastro/poliastro - 4441765d3e8939f8905dac26c85928205a58be2e authored over 7 years ago
Create 'orbits' property in OrbitPlotter

Also some mypy fixes

github.com/poliastro/poliastro - 89376b71a0741436648aa479d6b2add5e756fd89 authored over 7 years ago
Fix PEP8 errors

github.com/poliastro/poliastro - 8d91de3e39693141675bbea310c8d4ec1d1454e6 authored over 7 years ago
Implement set_frame in plotting when a frame already exists

github.com/poliastro/poliastro - 009e9288a086b90d95cabd7e152b7966bbe11b77 authored over 7 years ago
Merge pull request #277 from Juanlu001/test-pypy

Test on PyPy3

Allow failures for the moment.

github.com/poliastro/poliastro - cd0a31ca3e7ffc99a302a7bc49eaef43cd004a74 authored over 7 years ago
Allow PyPy3 to fail

github.com/poliastro/poliastro - 9d112507548c1a89d01e13b4ebb39bcd685ec96c authored over 7 years ago
Remove MyPy from extras

github.com/poliastro/poliastro - 09927774f51f09d2cff0f3c79c26edfb0781dacd authored over 7 years ago
Add BLAS/LAPACK dependencies

github.com/poliastro/poliastro - fe2ea1cd33a94972aae031c111d57f179dbd690b authored over 7 years ago
Upgrade to latest pip in OS X

github.com/poliastro/poliastro - 569f4d4b5ddca2071bbe52f44adf43bd1c75d8bf authored over 7 years ago
Test on PyPy3, fix #98

github.com/poliastro/poliastro - 7cdbea45ea645458cbd42e0054d42f3305bdc5d4 authored over 7 years ago
Make MPLBACKEND global

github.com/poliastro/poliastro - 555b9e9371bd91ac6e829abf94a6ab9154a5b8f7 authored over 7 years ago
Make numba optional again

This reverts commit 3765eaa0a02c995c97c12ff4c2ab2e95ae8a2a8f.

github.com/poliastro/poliastro - 995d0af408511b2a98d05fe571dbd4d4679b3231 authored over 7 years ago
Make numba required only in CPython

github.com/poliastro/poliastro - 4f20f32306a2ac72623094d30c084bab6201f520 authored over 7 years ago
Merge pull request #276 from anhiga/hyperbolic-trajectories

Add conversion between different anomalies in hyperbolic orbits

github.com/poliastro/poliastro - b957dff7f642505254173c20f5bc1b0409beb274 authored over 7 years ago
Allow floats and quantities for hyperbolic angles

github.com/poliastro/poliastro - 60a1d23e527f6bafe10c1f6c0755f0f91879494a authored over 7 years ago
Fixed F_to_nu function

github.com/poliastro/poliastro - 7e508b135691df2e04613e8ea1d3c0a379e73da4 authored over 7 years ago
Add conversion between different anomalies in hyperbolic orbits

Current anomaly conversions (mean -> true, true -> eccentric, ...)
are only valid when eccentric...

github.com/poliastro/poliastro - 598b679ae304eb772d4b2bcacf414aa9815ca5df authored over 7 years ago
Merge pull request #273 from Juanlu001/scipy-stable

Remove special instructions for installing SciPy

github.com/poliastro/poliastro - 83cc1c1f27f5e7e4f7c19318e800295cf6649583 authored over 7 years ago
Remove special pip install commands from AppVeyor

github.com/poliastro/poliastro - 3fd72ca5c73a1f04f837864e94e7bcb2d9f035ef authored over 7 years ago
Remove special instructions for installing SciPy

github.com/poliastro/poliastro - a68cc99675df174a5c37b8d56674ed824f94c03c authored over 7 years ago
Add signup form

Clean some links to remove too many of them. Fix #272.

github.com/poliastro/poliastro - fb79bb2da941157721eb037ffc1387445754b3bd authored over 7 years ago
Merge pull request #263 from Juanlu001/sample-orbits

Sample orbits

github.com/poliastro/poliastro - 6c3b4fbed7ce61f1b9c557f8047109d4f3c2d0af authored over 7 years ago
Documentation improvements

github.com/poliastro/poliastro - ae469e11c1753e59d8ed9056f8f5aaa8cccb8f4f authored over 7 years ago
Disable Cowell notebook until we rewrite it

github.com/poliastro/poliastro - 331b8933dad18c129183880a1c250566f89d967a authored over 7 years ago
Allow true anomaly values in sampling

github.com/poliastro/poliastro - 2305746ee5980e17ee91c2bcce31b9b708f2b4e6 authored over 7 years ago
Repeat initial position in sampling

github.com/poliastro/poliastro - 74c7bbf7a5abe8a5b0fabfbeca480c06353a45cb authored over 7 years ago
Allow to sample a specified number of points

github.com/poliastro/poliastro - 85f06c6d366c985cdc696ec7ae2b89e7e700a0d0 authored over 7 years ago
Mark test as known failure

While we wait for
https://github.com/astropy/astropy/issues/6638
to be fixed.

github.com/poliastro/poliastro - c6f7e780a1d0b2c9a701f79c2620602597708991 authored over 7 years ago
Merge pull request #264 from Roshanjossey/patch-1

Create issue template

github.com/poliastro/poliastro - ece6ba5e7571de2d13a1e285b2a41fa9d997c34e authored over 7 years ago
Create issue template

Addresses #262

github.com/poliastro/poliastro - 533ff2e9bf8027469a83304ccc04b4265b4ac354 authored over 7 years ago
WIP: Add sample function, still problems

The time arithmetic is again causing a loss of precision,
see https://github.com/astropy/astropy...

github.com/poliastro/poliastro - 909a2d8258d940b9ee4b50bf70b133894277ed02 authored over 7 years ago
Test time_range for astropy.time.Time objects

Also, simplify the function.

github.com/poliastro/poliastro - 40e5ff51604bc9dec51ec45f2148aaaccc245817 authored over 7 years ago
Add utility function to create time ranges

github.com/poliastro/poliastro - 0b204ad73aad959d57b2110b09e3664f884f885b authored over 7 years ago
Update Code Climate badge

github.com/poliastro/poliastro - 3ea292b93f5796f9a12185d250916f1ca9261614 authored over 7 years ago
Merge pull request #260 from Juanlu001/modernize-code

Modernize code

github.com/poliastro/poliastro - 49b4119d2da2f5a8551af8734ff492655f145fa5 authored over 7 years ago
Enable useful engines

github.com/poliastro/poliastro - e79a501e2b9b46f575652d3980541423ba66df10 authored over 7 years ago
Use old style Code Climate config

github.com/poliastro/poliastro - 93ac6b1f3580612b205f6e45b9c53bacd98e95d6 authored over 7 years ago
Add Code Climate configuration

github.com/poliastro/poliastro - 0d06c86ceb834b275a5ce79642d295028fa7d207 authored over 7 years ago
Remove leftover FIXME

github.com/poliastro/poliastro - 5d69f2fe23bf0733f20e76b67fa1b37d9e228340 authored over 7 years ago
Modernize code

* Remove unused imports
* Remove Python 2 file encodings
* Remove long imports used to avoid cir...

github.com/poliastro/poliastro - d75e01efc7b55f8157a84ae1f4774c596622be20 authored over 7 years ago
Delegate properties to remove duplicated code

github.com/poliastro/poliastro - a5389ee0230d6eb7e9cf69b1390d6ace5fb9647f authored over 7 years ago
Merge pull request #259 from Juanlu001/update-mybinder

Update mybinder

github.com/poliastro/poliastro - c8bf36ebfdb625d600d8c881f2b4f91096868710 authored over 7 years ago
Update mybinder, fix #256

github.com/poliastro/poliastro - ecb33f74756914e0c54513693e59c35e49f83bab authored over 7 years ago
Merge pull request #258 from anhiga/rtd-pip

Add pip to RTD conf file

github.com/poliastro/poliastro - 043bf07696f4dc41a4c33af16f8cc06d091f98b3 authored over 7 years ago
Don't run notebooks in RTD

RTD build time limit is 15 minutes, and notebooks are too big.
Therefore, sphinx won't build not...

github.com/poliastro/poliastro - b683b0e6be9789de1c88383b45cf9b7bb35c86e5 authored over 7 years ago
Restricting Sphinx version

Restricting Sphinx version to 1.6 for RTD to build correctly.

github.com/poliastro/poliastro - 7e07de1e4b044cf60e65ae775ab6dea09f4b754f authored over 7 years ago
Added pip to RTD conf file

ReadTheDocs now builds poliastro docs using pip instead of conda,
and conda has been completely ...

github.com/poliastro/poliastro - 481206315f2a05ccd10f21297f39c756c06bc93f authored over 7 years ago
Merge pull request #254 from anhiga/docs-reference-fix

Fixing intersphinx link to Python docs

github.com/poliastro/poliastro - d5677fbea00b3153fa22e2ff3d4972a6e21fd4c7 authored over 7 years ago
Fixed intersphinx link to Python docs

Docs reference now to latest Python 3 version docs, instead of
referencing 3.4 docs

github.com/poliastro/poliastro - c0f91a40a79e27425815de03d2e50137abb1637f authored over 7 years ago
Merge pull request #250 from Juanlu001/propagate-to-date

Add propagate to date

github.com/poliastro/poliastro - c258756c1847ecb462fc48ea07d07783ba1c066a authored over 7 years ago
Reduce test accuracy

github.com/poliastro/poliastro - 484527fb46684c8ee2638b4a5a5ac2c748b4cc53 authored over 7 years ago
Add resulting plot to version control

github.com/poliastro/poliastro - d7e01d0baf22c3d1a0025a94cce0a9ed2f8cd26a authored over 7 years ago
Allow propagate to receive TimeDelta

github.com/poliastro/poliastro - 5eb68906eb1e8708d173784f40bc1edbe1cce6a8 authored over 7 years ago
Fix old parameter name

github.com/poliastro/poliastro - 4d4d5e5dd79b03675caec95c7d99484e41786d14 authored over 7 years ago
Fix Astropy supported version

github.com/poliastro/poliastro - 00a92afdca40b87961a0717ba1b9910c6d232112 authored over 7 years ago
Add propagate to date in notebooks

github.com/poliastro/poliastro - e3be7f3ce4c2d55b82b3c52bf206a508ee258420 authored over 7 years ago
WIP: Add propagate to date, test failing

Waiting for official response for an Astropy issue

https://github.com/astropy/astropy/issues/6638

github.com/poliastro/poliastro - 03679bfb30fb6fb408f8d31ea5fb59a7ce5b412f authored over 7 years ago
Merge pull request #251 from anhiga/jupyter-ci

Jupyter in CI

github.com/poliastro/poliastro - b166e99e7a4319f5fabdf7d6adcbd7bd716b1321 authored over 7 years ago