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

Updated example notebook about numerical propagation

github.com/poliastro/poliastro - 09352d038f0b05a527ec455b1d9c29d6bd38c377 authored over 9 years ago
Added rtol parameter to ss.propagate()

github.com/poliastro/poliastro - 575f3d8b289284dfe44c53db3ed789ad77e2ccb8 authored over 9 years ago
Changed ss.coe() into function

This is to be consistent with ss.rv().

github.com/poliastro/poliastro - 0481928bc7fbe67df4840e36b59b9122e44291cf authored over 9 years ago
Simple PEP8 fix

github.com/poliastro/poliastro - 5f5561dcb0cd2321d77db793274e22a1bb29491f authored over 9 years ago
WIP: Added non keplerian propagation

Created objective function with a signature prepared to be integrated
with scipy.integrate.ode. A...

github.com/poliastro/poliastro - c7f5f540f9bb9773208611352512241452b37056 authored over 9 years ago
Merge pull request #61 from Juanlu001/refactor-state#17

Refactor `State` class, added modified equinoctial elements, closes #17.

github.com/poliastro/poliastro - a2bba52fb75db46761253115cfc020e8d33aa498 authored over 9 years ago
Added modified equinoctial elements properties

Also added dummy conversion functions.

github.com/poliastro/poliastro - 58da51946bdd5d99469155b760d8f2e27f671dab authored over 9 years ago
Replaced specific angular momentum with specific energy

h still can be calculated using the norm of h_vec, while I avoid a name clash.

github.com/poliastro/poliastro - 21aa3d7519ae15782cb7b2fe3f80309fc6eae863 authored over 9 years ago
Split state classes into different modules

github.com/poliastro/poliastro - 31159b95d33a1e9f7a27b678ec1c9272527d3fe1 authored over 9 years ago
WIP: Added _ModifiedEquinoctialState class

Some pending issues:
* Name clash between specific angular momentum and fourth mee.
* Conversion ...

github.com/poliastro/poliastro - bd5ffde68cc76187a26ccdbf0d8e83d2d5751941 authored over 9 years ago
Updated changelog from 0.3.x

github.com/poliastro/poliastro - 12f9634e030db85bdfdb5ae789dfef0604eba0ec authored over 9 years ago
Reverted exception for parabolic orbits

github.com/poliastro/poliastro - 034d95337227b697910fe2a755aa425c93a37bc8 authored over 9 years ago
Changed shape parameter from a to p

Using semilatus rectum instead of semimajor axis improves stability
of the algorithms. Also, it h...

github.com/poliastro/poliastro - 828d3287f3d2b91e3a90076dec070d1e2cc0f1d9 authored over 9 years ago
Added conversion between coe and mee

The conversion is made transitive and non singular through
the use of semilatus rectum instead of...

github.com/poliastro/poliastro - bc3baa4bbfdbf931450efced9abb218665754b87 authored over 9 years ago
Refactored State class, added subclasses

Inspired by the work done in scipy.signal.ltisys by Felix Berkenkamp

github.com/poliastro/poliastro - 900541a42b06fcab559a71c602d89908232ba671 authored over 9 years ago
Merge pull request #60 from Juanlu001/numba-disable-jit-coverage#39

Switched to new method to measure coverage

github.com/poliastro/poliastro - 54dcfc873869d1d8191661a9bd246a7784b6458d authored over 9 years ago
Restored coverage args deleted by mistake

github.com/poliastro/poliastro - bafec67e3e82a4ed8cf623325630085b249f7763 authored over 9 years ago
Switched to new method to measure coverage

Uses the variable NUMBA_DISABLE_JIT introduced in numba 0.19. Fixes #39.

github.com/poliastro/poliastro - ae604343b3c8359c01ee21f95888a6a6b71dfe86 authored over 9 years ago
Merge pull request #59 from Juanlu001/add-test-stumpff#32

Add tests to Stumpff functions

github.com/poliastro/poliastro - eb856554c53ea2e9abeb3e2f463e11a99865e69e authored over 9 years ago
Added basic docs for Stumpff functions

github.com/poliastro/poliastro - 6a1b03e1369be9add8559c78db1590875a384a29 authored over 9 years ago
Added tests for Stumpff functions

Closes #32.

github.com/poliastro/poliastro - 2f0af5d1ec29ae1119292cd234a236d022a97803 authored over 9 years ago
Cleaned unused members in tests

github.com/poliastro/poliastro - dbfc7d858278cbdbd60e71c6ba9dde67dd7498e8 authored over 9 years ago
Merge pull request #57 from Juanlu001/fix-license#55

Actually change license text to MIT

github.com/poliastro/poliastro - 9eeb2407631104d5f8f7b59744666481e58729d4 authored over 9 years ago
Actually change license text to MIT, fixes #55

github.com/poliastro/poliastro - 54acf852e26bd102274bcf9ab4b2268db7975351 authored over 9 years ago
Merge pull request #53 from Juanlu001/choco-appveyor#46

Switched to Chocolatey to install Miniconda

github.com/poliastro/poliastro - f782ae56b9ecf9c395af80c13aee0ca71a3a6777 authored over 9 years ago
Using legacy installation path

github.com/poliastro/poliastro - d418a32559f1b13fef6641b29c5689272de5f7f8 authored over 9 years ago
Further testing, changing PATH

github.com/poliastro/poliastro - 9e3576c5d941dabe219a5b94debc6d8853ac4db5 authored over 9 years ago
Flag did not have intended effect, removing

github.com/poliastro/poliastro - 2c9a11fd057fc2d13dab510f37aa08bd9d906130 authored over 9 years ago
Testing: removed path update and added debug commands

github.com/poliastro/poliastro - c04b4441075613eca034653ecff0aaf9e66301ac authored over 9 years ago
Add explicit confirmation to Chocolatey

github.com/poliastro/poliastro - 307e2f08adb08d8e802410fd92a0ad8a18144919 authored over 9 years ago
Switched to Chocolatey to install Miniconda

Closes #46.

github.com/poliastro/poliastro - e3e43b69d92a4952dd890f8bad38b7f264184eb7 authored over 9 years ago
Merge pull request #52 from Juanlu001/ephem-vel-units#49

Fixed units of velocity in ephem

github.com/poliastro/poliastro - 038e69acdcc30f337b46bfc490ac7b354666bd58 authored over 9 years ago
Original SPK segments don't return units

github.com/poliastro/poliastro - 8502029211f6f58da51a1b94d5b5f4afd2d21784 authored over 9 years ago
Added missing jplephem requirement for CI services

github.com/poliastro/poliastro - ecfeed1ff83a7ca809042bd1dd7f5883768ffc4a authored over 9 years ago
Fixed units of velocity in ephem

Closes #49.

github.com/poliastro/poliastro - 9b895ccfb36cb978ce12a1ceead917e21afa610c authored over 9 years ago
Merge pull request #51 from poliastro/zero-time-propagation-fix#50

Fixed tolerance check in propagation

github.com/poliastro/poliastro - ee3390ea90914c4be4048717652860b34413d490 authored over 9 years ago
Fixed tolerance check in propagation

Closes #50.

github.com/poliastro/poliastro - 7ca4759ace0dc3b5eee8f878cb7e8bcb2b9b82ff authored over 9 years ago
Fixed typo in waffle.io badge URL

github.com/poliastro/poliastro - f81a56b7ab28391b66091bcf002462749d2a8f65 authored over 9 years ago
Added waffle.io badge

github.com/poliastro/poliastro - 7ba900660874b05242a00e3abce9c5fa7947645f authored over 9 years ago
Merge pull request #45 from poliastro/backport-angles

Restored angle conversion from 0.1.x

github.com/poliastro/poliastro - a36948e02573f42e6adbdc0edd2f1879586fb685 authored over 9 years ago
Restrict Travis CI builds to master branch

github.com/poliastro/poliastro - 97abd5c15893c501a4d69b77b30fca56b3a02dc3 authored over 9 years ago
Added documentation from angles modules

github.com/poliastro/poliastro - b18afc9f075d12658f80cc69e2c9feb9033fb4b0 authored over 9 years ago
Added SciPy to requirements

github.com/poliastro/poliastro - 21e14bdc727d124b513130eb25f9dfb4281844de authored over 9 years ago
Restored angle conversion from 0.1.x

Closes #20.

github.com/poliastro/poliastro - 44102bd445126ee22e14dd90e4ddbf35d078b623 authored over 9 years ago
Stated versions, fixed Python 2 setup bug

github.com/poliastro/poliastro - ffb42dfeb67872e7bcb42b694a040ecb34665ce5 authored over 9 years ago
Added latest requirements

github.com/poliastro/poliastro - cdff9614144b3f94c8e9b08e007b52909cf7b4ae authored over 9 years ago
Bumped version to 0.4.0.dev0

github.com/poliastro/poliastro - 359e528e2bb84c00af5df7e76f6a64a0a01e2608 authored over 9 years ago
Squashed fixes from 0.3.x

github.com/poliastro/poliastro - 19337ad35622b601059393bd829832e9cf5c5fe0 authored over 9 years ago
Merge pull request #43 from Juanlu001/docs-0.3

Updated 0.3 docs

github.com/poliastro/poliastro - 00efbc7ae4098a37eeb12c91a5d7ccfff338e9cd authored over 9 years ago
Added "About" page to docs, close #23

github.com/poliastro/poliastro - 7334cec8f9e85b068e9af4e26d3d0326cef1718a authored over 9 years ago
Completed docs for initial orbit determination

github.com/poliastro/poliastro - 0d60c25051e329b377a7ed007b6d565317fbe46d authored over 9 years ago
Completed docs for planetary ephemerides

github.com/poliastro/poliastro - f952f0f88d9b3b26552e71dca806caef9cd4068b authored over 9 years ago
Fixed parabolic docstring

github.com/poliastro/poliastro - d44987a0dc3299b90073d55c78505b0f7d29c2f9 authored over 9 years ago
WIP: Updating 0.3 docs

Added release notes to changelog, hence closes #33

github.com/poliastro/poliastro - 95a1043eb94c3e95c12123b432c990d8d29e241b authored over 9 years ago
Further PEP 0440 fixes, see 58d001d

github.com/poliastro/poliastro - d2bdaccd6ca5964384501eac0bbbacee219e6ab4 authored over 9 years ago
Merge pull request #42 from Juanlu001/ephemerides

Added ephemerides computation, closing #4

github.com/poliastro/poliastro - 2404de7dfb67614b59168a1ae2e186fac0787e18 authored over 9 years ago
Updated MSL example with latest changes

github.com/poliastro/poliastro - 0d68cc6fc1083306c6e5dd75d21fcbd3380e98ff authored over 9 years ago
Fixed Stumpff functions warning

github.com/poliastro/poliastro - c4fb77564424245436713a648513981ccb546df3 authored over 9 years ago
Made iod.lambert work with units

This has an obvious penalty in performance but also can be
regarded as an inconsistency because i...

github.com/poliastro/poliastro - 75d9d3fff000a877feb08713877125d75be91ef5 authored over 9 years ago
Added function to download SPICE kernels

github.com/poliastro/poliastro - 46aa5d66fbf53eae1befab4feb5c57224d75249f authored over 9 years ago
WIP: Added command line entry points and basic structure

github.com/poliastro/poliastro - 5611707cf47c0266dab197067797e53e53a54cd0 authored over 9 years ago
Fix version string to conform to PEP 0440

github.com/poliastro/poliastro - 58d001d1ac721b75a70f2e4318bb8e99552f0104 authored over 9 years ago
Added jplephem to requirements

Also removed requirements.txt.

github.com/poliastro/poliastro - 9f14004f900f29b3a1ebe7dd7392da3010c1137c authored over 9 years ago
WIP: Barebones planetary ephemerides

github.com/poliastro/poliastro - 069b258fc6fe9734f13e8f324490f14246f94084 authored over 9 years ago
Added tests for poliastro.jit

github.com/poliastro/poliastro - b317e6cae8b8141404b84a8bb03843f79c01b6e5 authored over 9 years ago
Added logo to README and docs

github.com/poliastro/poliastro - f0b331bf1d2cadf9145c623eedb801c0f5dc9634 authored over 9 years ago
Merge pull request #41 from Juanlu001/relicense-mit

Relicensed to MIT license

github.com/poliastro/poliastro - 1efe2a9a82f11b6d21210d6c3fa7ad3cc44989e2 authored over 9 years ago
Relicensed to MIT license

The reasons for the relicensing are two: profiting from the
higher popularity of MIT license over...

github.com/poliastro/poliastro - 6a37b3411212c3890dd7998798de77b27f846849 authored over 9 years ago
Fixed appveyor link in README

github.com/poliastro/poliastro - 1a72b97ccfe3a85bb953ff06d59502c39266229a authored over 9 years ago
Merge pull request #40 from Juanlu001/numba-optional

Make numba optional, fix coverage numbers

github.com/poliastro/poliastro - 4621b2076c4dc8c1ea2ce810e5819eecbbcf17a5 authored over 9 years ago
Added specific testing module and workaround for coverage

Now if poliastro.test(coverage=True) is called, poliastro.jit will be monkeypatched
to use a dumm...

github.com/poliastro/poliastro - 8ce06e939d968f8911fdc84f2e1026568285a177 authored over 9 years ago
Made numba optional

github.com/poliastro/poliastro - b395f2dd551e74236f0204a0ed71b0e06b749dd4 authored over 9 years ago
Merge pull request #38 from Juanlu001/fix-parabolic

Fixes parabolic orbits, closes #37

github.com/poliastro/poliastro - c36ed514a10fc8ffdfcd19016be0b680bb82c9ed authored over 9 years ago
Fixes parabolic orbits, closes #37

github.com/poliastro/poliastro - 4b09ee5457214cfaed5708b00b463941d13d513e authored over 9 years ago
Changed all remaining organization references

github.com/poliastro/poliastro - c951223e0a214d29aca139971a26a990549e1a7f authored over 9 years ago
Backported release notes from v0.2.1

github.com/poliastro/poliastro - ad7d69b0bd40efa2405edb674b3ae30fa4f2a857 authored over 9 years ago
Changed organization URL

github.com/poliastro/poliastro - 7cf8543d6e60bc785d1c4527a9f4b91f2e438fea authored over 9 years ago
Merge branch 'examples-update'

github.com/poliastro/poliastro - 1b37c781c312de1ac0280e69b5242e12e2035e09 authored almost 10 years ago
Removed too specific Spanish notebook

github.com/poliastro/poliastro - 9ae21b1d5250da47a00081f7177c705a3e9cca0a authored almost 10 years ago
Added line to download SPK file

github.com/poliastro/poliastro - 7edf23fd2b9dc463e3fbf1dd1793ae3183761808 authored almost 10 years ago
Finished MSL notebook

github.com/poliastro/poliastro - 9302754126d81f3f2b871645a3052b1e6ef06b6d authored almost 10 years ago
WIP: Updated MSL mission notebook

The code is not complete yet as the rest of the orbits of the planets
have to be plotted too.
Now...

github.com/poliastro/poliastro - 286fce62f8f26ff515c126d9364de54e56a84b82 authored almost 10 years ago
Re-run example notebooks

In this step the notebooks were converted to the 4.0 format.

github.com/poliastro/poliastro - c956110f963784bea09dd7c6b6e965b33bd1e1f5 authored almost 10 years ago
Checked out outdated MSL notebook from 1.x

github.com/poliastro/poliastro - 024fcac447a1bc54f830fbd766728af57911a016 authored almost 10 years ago
Merge pull request #31 from Juanlu001/latest-numba

Updated for numba 0.18, closes #27

github.com/poliastro/poliastro - 5c2e7b4631b418ca89a4ecc2eaefc452d3aef188 authored almost 10 years ago
Proper usage of gamma, see #32

This failure means the Stumpff functions need tests too.

github.com/poliastro/poliastro - 893bcc2de7bcb82c5ad10a882c6579a88a6d90ce authored almost 10 years ago
Removed math module to avoid collisions in Python 2

github.com/poliastro/poliastro - 23920da7c78367c8129e8364ea56b1e99da9c6b3 authored almost 10 years ago
Updated for numba 0.18

Now exceptions with messages can be raised and the math.gamma
function is supported.

github.com/poliastro/poliastro - b2361427768a474e5073aeb93dbcb2f47806eb65 authored almost 10 years ago
Added new badges

github.com/poliastro/poliastro - fc00390f66b6ad69bd2acbcebcc09280853ab0c9 authored almost 10 years ago
Fixed build branch in appveyor.yml

github.com/poliastro/poliastro - c1c01f29984c6f2434e3d43ee242ef2862c731cf authored almost 10 years ago
Merge pull request #30 from Juanlu001/appveyor

Added AppVeyor configuration, closes #3

github.com/poliastro/poliastro - 80fce22ab435bfb61f07deed372d9986e9b14ba5 authored almost 10 years ago
Typo: Bash variables in appveyor.yml

github.com/poliastro/poliastro - 8653e3f6da0b68bab556a25a926b439f7a67e9ed authored almost 10 years ago
Fixed test command in appveyor.yml

github.com/poliastro/poliastro - e2f23da7e482925755e945a3b568ef7c588012c6 authored almost 10 years ago