0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 24 minutes ago. based on code collected 25 minutes ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from manodeep/develop More... over 9 years ago
Added some error-handling to the python scripts when looking for the include files. Changed the ra/dec/cz min + max printing to be a little prettier [ci skip] More... over 9 years ago
Can not export all variables. Tests crash - fixed by only exporting relevant python Make variables. (also ran tests before pushing) More... over 9 years ago
Fixed Makefile so that python checks only run once on compile/install. Bumped version to reflect getting-ready-to-release More... over 9 years ago
Changed Makefiles such that common.mk is not included (and checks not run) when make is invoked with clean/distclean/realclean More... over 9 years ago
Fixed the python tests (for real, this time, hopefully) More... over 9 years ago
Merge branch 'develop' of https://github.com/manodeep/Corrfunc into develop More... over 9 years ago
Fixed remove command in Makefile More... over 9 years ago
Need to create/install python libraries before running tests More... over 9 years ago
Added colored output for warning in wtheta. travis was not showing both the lines in color [ci skip] More... over 9 years ago
Updated the python checks to run from the package directory More... over 9 years ago
Finally managed to add package data to the python package. Now, the C static libraries + headers also get installed into the python directory, along with the required catalogs + associated tests files More... over 9 years ago
Updated docs More... over 9 years ago
Fixed python linking issues with conda. A sub-par solution, since the libraries will not be automatically resolved if the user moves the conda directory used during install. Fixed some more Makefile issues, gsl is now handled better. The examples directories are now built even with 'make install'. More... over 9 years ago
Attempting to fix conda python link issues on MAC. Looks like loader_path no longer works but rpath seems to do the job on my laptop More... over 9 years ago
Trying to fix the setup file. The user should be able to import packages irrespective of current working dir [ci skip] More... over 9 years ago
Fixed some more Makefile issues. Also, found a better solution for the warnings about numpy headers More... over 9 years ago
Merge pull request #13 from manodeep/master More... over 9 years ago
Can not import 'rd' before installing. More... over 9 years ago
updated gitignore More... over 9 years ago
Trying to compress the ascii file so that initial repo size is smaller. Changed io.c to ensure gzipped file would get unzipped before progressing More... over 9 years ago
Slowly but surely moving towards a working python setup More... over 9 years ago
Attempting to create a setup file More... over 9 years ago
Changed gitignore More... over 9 years ago
Updated Readme More... almost 10 years ago
added coverity badge. ignored coverity files More... almost 10 years ago
removing tests on osx; checking python3+gcc on clang More... almost 10 years ago
Fixed python2/3 issue More... almost 10 years ago
numpy 1.7 does not exist for python3.5 - switching to numpy 1.9 More... almost 10 years ago
Pulled in changes from python3 branch. Fixes #2 and #3 More... almost 10 years ago