Skip to content

Commit 30a85cd

Browse files
committed
version 1.0.3 stable
1 parent 7a56467 commit 30a85cd

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ v1.0.2, 2015-MAR-18 -- Added DES Logo
1010
-- Added comments from table to describe_table
1111
-- Added command to add comments to tables and columns
1212
-- Fix minor issues and improve formatting
13+
v1.0.3, 2015-MAR-18 -- Fix an installation bug

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For a short tutorial chek [here](http://deslogin.cosmology.illinois.edu/~mcarras
1515
- pyfits >= 3.3
1616
- pandas >= 0.14
1717
- termcolor
18-
- PyTables (for hdf5 output)
18+
- PyTables (optional, for hdf5 output)
1919

2020
## Some *nice* features
2121
- Smart tab completion for commands, table names, column names and file paths accordingly

easyaccess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
__author__ = 'Matias Carrasco Kind'
3-
__version__ = '1.0.2'
3+
__version__ = '1.0.3'
44
# TODO:
55
# add other formats in load tables from fits (like boolean or complex)
66
# clean up, comments

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(filename):
1515
include_dirs = []
1616
setup(
1717
name='easyaccess',
18-
version='1.0.2',
18+
version='1.0.3',
1919
author='Matias Carrasco Kind',
2020
author_email='[email protected]',
2121
scripts=['easyaccess'],

utils/des_logo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
__author__ = 'Matias Carrasco Kind'
12
try:
23
from termcolor import colored as c
34
except:

0 commit comments

Comments
 (0)