aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update general configurations and synchrotron configsAaron LI2016-10-032-1/+12
* Add preliminary Galactic synchrotron simulation support.Aaron LI2016-10-031-0/+204
* utils/logging.py: Close handler before removingAaron LI2016-10-021-0/+3
* configs: Add sample config spec for galactic componentsAaron LI2016-10-021-0/+30
* configs: Add new sections to "00-general.conf.spec"Aaron LI2016-10-021-0/+66
* configs/manager.py: Add "getn()" method to get multi-level config valueAaron LI2016-10-021-0/+25
* configs/manager.py: Refactor "get()" method and remove "set()"Aaron LI2016-10-021-8/+1
* configs: Update comments for the logging configsAaron LI2016-10-021-2/+6
* Rewrite the Makefile to add virtualenv support.Aaron LI2016-09-302-7/+24
* configs/manager.py: Make "validate()" method private.Aaron LI2016-09-301-8/+8
* configs/manager.py: Update docstrings.Aaron LI2016-09-301-2/+21
* Remove origin sample files: core.py, helpers.pyAaron LI2016-09-302-9/+0
* setup.py: Add missing install requirement "configobj"Aaron LI2016-09-301-0/+1
* setup.py: Check Python >= 3.4 before installationAaron LI2016-09-301-0/+6
* utils/logging.py: Save existing formatter for new handlersAaron LI2016-09-291-0/+5
* utils/logging: reset handlers before initialization/reconfigurationAaron LI2016-09-292-3/+16
* Merge branch 'master' into loggingAaron LI2016-09-291-0/+11
|\
| * CONTRIBUTING.md: Add Python documentation guidelinesAaron LI2016-09-291-0/+11
* | Add logging support for "healpix2hpx" & "hpx2healpix"Aaron LI2016-09-293-6/+64
* | utils/logging.py: Hack the "filemode" arg of "basicConfig()"Aaron LI2016-09-291-1/+4
* | utils/healpix.py: Fix logger nameAaron LI2016-09-291-1/+1
* | setup_logging(): Add parameter "level"Aaron LI2016-09-291-2/+14
* | utils/healpix.py: Add various log INFO messagesAaron LI2016-09-291-6/+22
* | Add utility "setup_logging()" to setup/update loggingAaron LI2016-09-292-0/+71
* | configs/manager.py: Add "filemode" to the logging dictAaron LI2016-09-291-1/+3
* | configs: Minor adjustment to logging formatAaron LI2016-09-291-1/+1
* | configs: Fix ConfigError and disable interpolationAaron LI2016-09-291-3/+9
* | configs: Add default config spec for loggingAaron LI2016-09-291-0/+34
* | configs/manager.py: Add property "logging"Aaron LI2016-09-291-2/+28
|/
* Implement the basic ConfigManger()Aaron LI2016-09-272-0/+80
* setup.py: add classifier and requirementsAaron LI2016-09-271-2/+31
* Python 3.4 should be supportedAaron LI2016-09-271-1/+1
* Update .gitignore for Python package repoAaron LI2016-09-271-5/+13
* README.rst: note that only Python 3 is supportedAaron LI2016-09-271-0/+4
* Rewrite setup.py and update __init__.py accordinglyAaron LI2016-09-272-22/+18
* Remove ".py" extension for bin scriptsAaron LI2016-09-272-0/+0
* utils/healpix.py: remove duplicated headerAaron LI2016-09-271-2/+0
* Add console scripts healpix2hpx.py and hpx2healpix.pyAaron LI2016-09-272-0/+124
* utils/healpix.py: HEALPix data and HPX projection conversionsAaron LI2016-09-272-0/+344
* __init__.py: add __url__ and minor fixAaron LI2016-09-271-2/+1
* Update requirements.txtAaron LI2016-09-251-0/+3
* Add logging and update setup configsAaron LI2016-09-252-2/+29
* README.rst: fix a linkAaron LI2016-09-211-1/+1
* README.rst: fix linksAaron LI2016-09-211-2/+2
* Setup package structuresAaron LI2016-09-2010-0/+85
* Change README using reStructuredText syntaxAaron LI2016-09-202-31/+35
* Minor revisions to CONTRIBUTING.mdAaron LI2016-09-091-7/+9
* README.md: add contributions sectionAaron LI2016-09-091-1/+5
* Add CONTRIBUTING.md to guide contributions.Aaron LI2016-09-091-0/+130
* README.md: explain license for the documentationsAaron LI2016-09-091-2/+3