Skip to content

Commit

Permalink
Version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Apr 27, 2015
1 parent 2672cf1 commit bf6d6c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ v1.0.7, 2015-MAR-31 -- Null and NaN values fixed and customizable (config nullva
It will print 'Null' on the screen but nullvalue on the files
-- Added a SQL syntax checker (<SQL query> ; < check)
-- Reformatted help
v1.0.8, 2015-XXX-XX -- Fixed bug with single character for fits
v1.0.8, 2015-APR-27 -- Fixed bug with single character for fits
-- Fix enconding issues (between ASCII and UTF-8)
-- Loading bar termination issue fixed
-- Added message after loading table for sharing tables
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ Refactored version of trivialAccess for accessing the DES DB
Python Command Line Interpreter to access Oracle DES DB
using cx_Oracle

For a short tutorial chek [here](http://deslogin.cosmology.illinois.edu/~mcarras2/data/DESDM.html)
For a short tutorial (To be completed) chek [here](http://deslogin.cosmology.illinois.edu/~mcarras2/data/DESDM.html)
(Using des credentials)


**Current version = 1.0.7**
**Current version = 1.0.8**

## Requirements

- Oracle Client > 11g.2 (External library, no python)
Check [here](https://deswiki.cosmology.illinois.edu/confluence/display/CMBT/Instructions+for+installing+Oracle+client+and+easyaccess+without+EUPS) for instructions on how to install these libraries
- cx_Oracle
- pyfits >= 3.3
- pandas >= 0.14
- termcolor
- PyTables (optional, for hdf5 output)
- [cx_Oracle](https://bitbucket.org/anthony_tuininga/cx_oracle)
- [fitsio](https://github.com/esheldon/fitsio)
- [pandas](http://pandas.pydata.org/) >= 0.14
- [termcolor](https://pypi.python.org/pypi/termcolor)
- [PyTables](http://pytables.github.io/) (optional, for hdf5 output)

## Some *nice* features
- Smart tab completion for commands, table names, column names and file paths accordingly
Expand Down
2 changes: 1 addition & 1 deletion easyaccess.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = 'Matias Carrasco Kind'
__version__ = '1.0.8b'
__version__ = '1.0.8'
# TODO:
# add other formats in load tables from fits (like boolean or complex)
# clean up, comments
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(filename):
include_dirs = []
setup(
name='easyaccess',
version='1.0.8b',
version='1.0.8',
author='Matias Carrasco Kind',
author_email='[email protected]',
scripts=['easyaccess'],
Expand Down

0 comments on commit bf6d6c5

Please sign in to comment.