Recent Releases of easyaccess
easyaccess - easyaccess 1.4.7
- Update FAQ (PR #171)
- Remove DB names restriction to allow other DBs (PR #170)
Scientific Software - Peer-reviewed
- Python
Published by mgckind over 7 years ago
easyaccess - easyaccess 1.4.6
- No minor changes to the code, just the general documentation
- Adding Contribution guidelines and Coda of Conduct
- Adding Authors
- Adding FAQ
- Updating Readme and Installation instructions
- Reformatting code
- Update paper and references
Scientific Software - Peer-reviewed
- Python
Published by mgckind over 7 years ago
easyaccess - easyaccess 1.4.5
- Restructuring code structure (PR #151)
- Add paper reference
- Minor fixes in unitests
- Update documentation
- Fix conda issues
Scientific Software - Peer-reviewed
- Python
Published by mgckind over 7 years ago
easyaccess - easyaccess 1.4.4
- Improved version to work with public release DB
- Update dtypes to match Y3 tables (PR #149)
- Fix bytes to unicode issue for py3 when writing h5 files
- Fix bug with Oracle types NUMBER with no scale/digits
- Add desdr database and remove oldoper
- Fix HDF5 output files, (see #140)
- Add compression option to configuration, gzip is applied to .csv,.tab,.fits (latter only for 1 DB trip), bzip2 for hdf5 fits can be opened in append mode when they are compressed, workaround is to increase prefetch
Scientific Software - Peer-reviewed
- Python
Published by mgckind almost 8 years ago
easyaccess - easyaccess 1.4.3
- Reduce the number of tries for connection
- Add options to connect to new desoper and remove oldsci, passwords not longer linked (PR #136)
- Allow
describe_tableto work for materialized views (see #135)
Scientific Software - Peer-reviewed
- Python
Published by mgckind almost 9 years ago
easyaccess - easyaccess 1.4.2
- Fix a minor migration bug from version 1.4.1
- Add option to reset password after expiration (see #125)
- Add support for new databases (see #126)
- Update tutorial link
- Fix minor bugs and update commands (see #119 #120)
- Fix bugs regarding cx_Oracle (see #117)
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 9 years ago
easyaccess - easyaccess 1.4.1
- Add option to reset password after expiration (see #125)
- Add support for new databases (see #126)
- Update tutorial link
- Fix minor bugs and update commands (see #119 #120)
- Fix bugs regarding cx_Oracle (see #117)
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 9 years ago
easyaccess - easyaccess 1.4.0
- Refactor and huge clean up, now bin/ folder has the startup script (see PR #113 and #111)
- Fix metadata and cache lookup for autocompletion (see #92, #94, #93)
- Add estimate number of rows on describe_table when available (see #75)
- Toggle color mode without exiting interpreter (see PR #110)
- 80 character loading bar (see PR #103)
- Added more information to help command (see PR #100 and #109)
- Fix config option and boolean values (see Pr #115)
- Justify comments to the left in describe_table i(#105)
- Added
change_dboption switch between dabatases without logging out (see PR #90 , #86) - Fixes authentication and des service files
- Added api to access descut services directly (see PR #87)
- Fix readline issues related with some OS X (see #88 and #112)
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 9 years ago
easyaccess - easyaccess 1.3.1
- Adds optional purge to drop_table (see PR #74)
- Fix a bug setting prefetch parameters using config set #76
- Improve import functionality for inline queries (see PR #78)
- Add option to upload files in chunk of memory (in addition to the chunk by rows), using --memsize option. This calculates an approximate number of rows to upload on each trip, avoiding memory issues. (see PR #79)
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 10 years ago
easyaccess - easyaccess 1.3.0
- Fixes a bug with python2/3 compatibility (see Pull-request #36)
- Removes ; from query for python API (query_* functions) issue #37
- Added execproc to run sql/pl procedures, see help execproc for more information (see PR #48)
- Fix showindex and describetable commands and queries (no more repeated rows) (see PR #42 and #43)
- Case insensitive options (PR #45)
- Reorganization of the structure of the code, this way is much simpler to develop (PR #49)
- Conda installation
- In-query python functions (beta) write your own function and call it from query#67
- Query and execution information in FITS header #50
- Fix bug when loading sql from file #55
- Dealing better with trailing white space #52
- Fix several minor issues: #37, #40
- configuration options at command line (reset and configuration per session) with --config
- Improved python API , added some extra functions (pandastodb) and imprived docs#68
- Load big files in chunks -- very useful to load big files in chunks without running into memory issues #66
- Fix findtables (to include owners) and describetable (data_type) commands
- Added unittest suites #65 #70
- Added --no_refresh option in command line to quick start up
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 10 years ago
easyaccess - easyaccess 1.2.0
- Fixes several issues, like: #35, #34, #30, #26 #25 among others
- Does not clear screen after query
- Added a message when password has not been set in the last 200 days (added extra columns to whoami as well)
- Fix problem with connection after entering a wrong query which used to hangs in some networks
- Bugfixes (show_index, change display setting without restarting, others)
- Added explain option to see the execution plan, i.e. DESDB ~> SELECT * FROM TABLE; < explain
- Added extra configuration option for column width (useful when printing large text columns)
- Added optional user/password from command line (using --user
and --password ) - Added size info to mytables command
- Added append_tables option to append data to existing tables
- Minor changes in uploading tables
- python 3 compatible
- change config.ini folder, from .easyacess/ to .easyaccess (typo)
- move multiprocess import call depending on whether the loading bar is set
Scientific Software - Peer-reviewed
- Python
Published by mgckind over 10 years ago
easyaccess - easyaccess 1.1.0
- Change pyfits to fitsio
- Added autocommit as configuration option to commit changes or not by default (default = yes)
- Added timeout (1 min) to initial metadata cache loading
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 11 years ago
easyaccess - easyaccess 1.0.8
- Started migrarion from pyfits to fitsio
- 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
- Set max limit for output files in MB
- Add python API features for key commands and bugfix (All commnands can still be accessed from python API)
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 11 years ago
easyaccess - easyaccess 1.0.7
- Null and NaN values fixed and customizable (config nullvalue set -9999) It will print 'Null' on the screen but nullvalue on the files
- Added a SQL syntax checker (
; < check) - Reformatted help
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 11 years ago
easyaccess - easyaccess 1.0.6
- Background with Ctrl-Z, bg and fg
- optional loading bar from config.ini file (default = yes)
- Connections trials added and error information when not connected
- print version at startup
- Number of rows received when running queries into a file
- Added command to change parameters from config.ini file from inside easyaccess (config)
- Fix issue with describe_table in latest DB schemas
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 11 years ago
easyaccess - easyaccess 1.0.5
- version 1.0.4 was skipped to be in sync with pip
- Added optional color in config file
- Added quiet option for initialization
- command to open an online tutorial (online_tutorial)
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 11 years ago
easyaccess - easyaccess 1.0.3
- Added DES Logo
- Loading bar
- Check whether des service file is read/write only by user, otherwise it change access mode
- Added comments from table to describe_table
- Added command to add comments to tables and columns
- Fix minor issues and improved formatting
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 11 years ago
easyaccess - easyaccess 1.0.2
- Added DES Logo
- Loading bar
- Check whether des service file is read/write only by user, otherwise it change access mode
- Added comments from table to describe_table
- Added command to add comments to tables and columns
- Fix minor issues and improved formatting
Scientific Software - Peer-reviewed
- Python
Published by mgckind about 11 years ago
easyaccess - easyaccess 1.0.1
- Fix a bug at exit after error
- Added a checker of DES_SERVICES files and prompt user and password
- Minor bugs
Scientific Software - Peer-reviewed
- Python
Published by mgckind over 11 years ago
easyaccess - first release
Scientific Software - Peer-reviewed
- Python
Published by mgckind over 11 years ago