Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | configs: Update comments for the logging configs | Aaron LI | 2016-10-02 | 1 | -2/+6 | |
| | ||||||
* | configs/manager.py: Make "validate()" method private. | Aaron LI | 2016-09-30 | 1 | -8/+8 | |
| | | | | Also unify the quote style. | |||||
* | configs/manager.py: Update docstrings. | Aaron LI | 2016-09-30 | 1 | -2/+21 | |
| | | | | The NumPy docstring style is used. | |||||
* | Remove origin sample files: core.py, helpers.py | Aaron LI | 2016-09-30 | 2 | -9/+0 | |
| | ||||||
* | utils/logging.py: Save existing formatter for new handlers | Aaron LI | 2016-09-29 | 1 | -0/+5 | |
| | | | | | | | By saving the existing formatter and setting for the new handlers, the configured format styles are kept. Otherwise, the newly created handlers does not have a formatter, thus the default format style gets used. | |||||
* | utils/logging: reset handlers before initialization/reconfiguration | Aaron LI | 2016-09-29 | 2 | -3/+16 | |
| | | | | Also improve the comments. | |||||
* | utils/logging.py: Hack the "filemode" arg of "basicConfig()" | Aaron LI | 2016-09-29 | 1 | -1/+4 | |
| | | | | | "logging.basicConfig()" does NOT accept parameter "filemode" if the corresponding paramter "filename" NOT specified. | |||||
* | 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 | |
| | | | | Also fix a bug about parameter "stream". | |||||
* | utils/healpix.py: Add various log INFO messages | Aaron LI | 2016-09-29 | 1 | -6/+22 | |
| | | | | Also fix a bug about "append_comment". | |||||
* | Add utility "setup_logging()" to setup/update logging | Aaron LI | 2016-09-29 | 2 | -0/+71 | |
| | | | | | | This "setup_logging()" utility can setup the logging module with the given configuration dict, and can also update the logging configs by specify the additional parameters. | |||||
* | 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 | |
| | | | | | | Since we do not use string interpolation in configs, so disable this feature, otherwise `MissingInterpolationOption` error happens due to the "logging" configs which contains string formats. | |||||
* | 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 | |
| | | | | | | | This "logging" property get and perpare the configurations for `logging.basicConfig()` use. Needs testing. | |||||
* | Implement the basic ConfigManger() | Aaron LI | 2016-09-27 | 2 | -0/+80 | |
| | | | | | | | | This is very basic at the moment, and needs many improvements. Thanks: https://github.com/pazz/alot TODO: Add config specifications with default values | |||||
* | Rewrite setup.py and update __init__.py accordingly | Aaron LI | 2016-09-27 | 1 | -1/+4 | |
| | ||||||
* | utils/healpix.py: remove duplicated header | Aaron LI | 2016-09-27 | 1 | -2/+0 | |
| | ||||||
* | utils/healpix.py: HEALPix data and HPX projection conversions | Aaron LI | 2016-09-27 | 2 | -0/+344 | |
| | | | | | | | | | * healpix2hpx: reorganize HEALPix data in HPX projection * hpx2healpix: recover the HEALPix data from HPX projection Thanks: M. Calabretta: WCSLIB: HPXcvt TODO: Add test codes | |||||
* | __init__.py: add __url__ and minor fix | Aaron LI | 2016-09-27 | 1 | -2/+1 | |
| | ||||||
* | Add logging and update setup configs | Aaron LI | 2016-09-25 | 1 | -1/+22 | |
| | ||||||
* | Setup package structures | Aaron LI | 2016-09-20 | 3 | -0/+10 | |
Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part |