Ecosyste.ms: OpenCollective

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

github.com/poliastro/pycephes

Python wrapper for CEPHES using CFFI and numba (deprecated)
https://github.com/poliastro/pycephes

No maintenance intended

0687ad7e2bf826567a096ad12a5d8361050841ae authored about 6 years ago by Juan Luis Cano Rodríguez <[email protected]>
Bump version to 0.2.dev0

45205b957ffea368ad3741b90961aa94aad0ac34 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Fix MANIFEST.in

96e768176102b82a2994527cfe6352a220f9544b authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Complete setup.py

85f59c98cf366a4b5677a263a4c88c5bb8114004 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Bump version to 0.1.0

256e868657052bba0ab778bad4b58cc6c7c65022 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add pycephes conda recipe

7deaa8c58bcffde5eeda5895dbc33afae53d6c43 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add performance considerations

1f8ef09074962305dff836d75d53baf3e27fb89e authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Make license static

81ae8a214a572c90985b29fa5972edb29f59bc68 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add README and MIT license

3915ffebdc3f1d8f6928557ffab3b6eaefbc451e authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Cleanup

94400373545b0f033efe23930ed26f87edd5da57 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Rename package to pycephes

04f6302ce33b80b09fe6c43d0fa7f05da6e13339 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add benchmark :watch:

1e4d62094e9be43d656dbc50ae404a5642f7f897 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add docs

e5d1ebf227afb87a58403b13a77b1000e28e043a authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add vectorized, separate function

a9aef5bb98b7e3aa808f7a03061fb905561003ba authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add cephes recipe, wrap library from CFFI

Also remove test C code.

548196c55885aa86469cd557c2196609ab8f864c authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move test C sources to cephesx_src

3e7c061438704c8ccae65ed5016c22954d3b1014 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add failing tests

0d8440d74df4c5b1e41135f9c46ecc07f83cedf7 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Add BSD License and pyca/cryptography attribution

e9562c101f3fa00a7899cf936d45a87987ccfe7b authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Move code and definitions to .c and .h files

7019d5dc65dab43028ea9409d8b6b2e56abc3e1d authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Remove unused code

b6f9861f7ef0acc02e729fa174f0f58b5a59ae32 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
Working example using numba JIT

A workaround was needed, see
https://github.com/numba/numba/issues/1688

8e62dd1d4052fe7d1fc380573312852e6b96291f authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>
First working version

d4d442cccd9ebc7228ec9c8a0a91c69959ec00f1 authored almost 9 years ago by Juan Luis Cano Rodríguez <[email protected]>