| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | CONTRIBUTING.md: Add Python documentation guidelines | Aaron LI | 2016-09-29 | 1 | -0/+11 |
* | | Add logging support for "healpix2hpx" & "hpx2healpix" | Aaron LI | 2016-09-29 | 3 | -6/+64 |
* | | utils/logging.py: Hack the "filemode" arg of "basicConfig()" | Aaron LI | 2016-09-29 | 1 | -1/+4 |
* | | utils/healpix.py: Fix logger name | Aaron LI | 2016-09-29 | 1 | -1/+1 |
* | | setup_logging(): Add parameter "level" | Aaron LI | 2016-09-29 | 1 | -2/+14 |
* | | utils/healpix.py: Add various log INFO messages | Aaron LI | 2016-09-29 | 1 | -6/+22 |
* | | Add utility "setup_logging()" to setup/update logging | Aaron LI | 2016-09-29 | 2 | -0/+71 |
* | | configs/manager.py: Add "filemode" to the logging dict | Aaron LI | 2016-09-29 | 1 | -1/+3 |
* | | configs: Minor adjustment to logging format | Aaron LI | 2016-09-29 | 1 | -1/+1 |
* | | configs: Fix ConfigError and disable interpolation | Aaron LI | 2016-09-29 | 1 | -3/+9 |
* | | configs: Add default config spec for logging | Aaron LI | 2016-09-29 | 1 | -0/+34 |
* | | configs/manager.py: Add property "logging" | Aaron LI | 2016-09-29 | 1 | -2/+28 |
|/ |
|
* | Implement the basic ConfigManger() | Aaron LI | 2016-09-27 | 2 | -0/+80 |
* | setup.py: add classifier and requirements | Aaron LI | 2016-09-27 | 1 | -2/+31 |
* | Python 3.4 should be supported | Aaron LI | 2016-09-27 | 1 | -1/+1 |
* | Update .gitignore for Python package repo | Aaron LI | 2016-09-27 | 1 | -5/+13 |
* | README.rst: note that only Python 3 is supported | Aaron LI | 2016-09-27 | 1 | -0/+4 |
* | Rewrite setup.py and update __init__.py accordingly | Aaron LI | 2016-09-27 | 2 | -22/+18 |
* | Remove ".py" extension for bin scripts | Aaron LI | 2016-09-27 | 2 | -0/+0 |
* | utils/healpix.py: remove duplicated header | Aaron LI | 2016-09-27 | 1 | -2/+0 |
* | Add console scripts healpix2hpx.py and hpx2healpix.py | Aaron LI | 2016-09-27 | 2 | -0/+124 |
* | utils/healpix.py: HEALPix data and HPX projection conversions | Aaron LI | 2016-09-27 | 2 | -0/+344 |
* | __init__.py: add __url__ and minor fix | Aaron LI | 2016-09-27 | 1 | -2/+1 |
* | Update requirements.txt | Aaron LI | 2016-09-25 | 1 | -0/+3 |
* | Add logging and update setup configs | Aaron LI | 2016-09-25 | 2 | -2/+29 |
* | README.rst: fix a link | Aaron LI | 2016-09-21 | 1 | -1/+1 |
* | README.rst: fix links | Aaron LI | 2016-09-21 | 1 | -2/+2 |
* | Setup package structures | Aaron LI | 2016-09-20 | 10 | -0/+85 |
* | Change README using reStructuredText syntax | Aaron LI | 2016-09-20 | 2 | -31/+35 |
* | Minor revisions to CONTRIBUTING.md | Aaron LI | 2016-09-09 | 1 | -7/+9 |
* | README.md: add contributions section | Aaron LI | 2016-09-09 | 1 | -1/+5 |
* | Add CONTRIBUTING.md to guide contributions. | Aaron LI | 2016-09-09 | 1 | -0/+130 |
* | README.md: explain license for the documentations | Aaron LI | 2016-09-09 | 1 | -2/+3 |
* | First commit :) | Aaron LI | 2016-09-07 | 3 | -0/+62 |