File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
## v1.4.0
5
- #### 2017-XXX-XX
5
+ #### 2017-APR-16
6
6
- Refactor and huge clean up, now bin/ folder has the startup script (see PR #113 and #111 )
7
7
- Fix metadata and cache lookup for autocompletion (see #92 , #94 , #93 )
8
8
- Add estimate number of rows on describe_table when available (see #75 )
9
9
- Toggle color mode without exiting interpreter (see PR #110 )
10
10
- 80 character loading bar (see PR #103 )
11
11
- Added more information to help command (see PR #100 and #109 )
12
12
- Fix config option and boolean values (see Pr #115 )
13
- - Justify comments to the left in describe_table
13
+ - Justify comments to the left in describe_table i( # 105 )
14
14
- Added ` change_db ` option switch between dabatases without logging out (see PR #90 , #86 )
15
15
- Fixes authentication and des service files
16
16
- Added api to access descut services directly (see PR #87 )
Original file line number Diff line number Diff line change 1
- # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.4.0 " > <img src =" https://img.shields.io/badge/release-v1.4.0-blue.svg " alt =" latest release " /></a > <a href =" https://github.com/mgckind/easyaccess/blob/master/LICENSE.txt " ><img src =" https://img.shields.io/badge/license-NCSA%20License-blue.svg " alt =" License " /> </a > <a href =" https://pypi.python.org/pypi/easyaccess/1.3.1 " ><img src =" https://img.shields.io/badge/pypi-v1.3.1 -orange.svg " alt =" pypi version " /></a ><a href =" https://anaconda.org/mgckind/easyaccess " > <img src =" https://anaconda.org/mgckind/easyaccess/badges/version.svg " /> </a >
1
+ # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.4.0 " > <img src =" https://img.shields.io/badge/release-v1.4.0-blue.svg " alt =" latest release " /></a > <a href =" https://github.com/mgckind/easyaccess/blob/master/LICENSE.txt " ><img src =" https://img.shields.io/badge/license-NCSA%20License-blue.svg " alt =" License " /> </a > <a href =" https://pypi.python.org/pypi/easyaccess/1.4.0 " ><img src =" https://img.shields.io/badge/pypi-v1.4.0 -orange.svg " alt =" pypi version " /></a ><a href =" https://anaconda.org/mgckind/easyaccess " > <img src =" https://anaconda.org/mgckind/easyaccess/badges/version.svg " /> </a >
2
2
![ help_screen] ( data/help.gif )
3
3
4
4
Enhanced command line SQL interpreter client for astronomical databases.
@@ -10,7 +10,7 @@ For a short tutorial (To be completed) check [here](http://deslogin.cosmology.il
10
10
(Using des credentials)
11
11
12
12
13
- ** Current version = 1.4.0-rc5 **
13
+ ** Current version = 1.4.0**
14
14
15
15
## Requirements
16
16
@@ -49,7 +49,7 @@ For a short tutorial (To be completed) check [here](http://deslogin.cosmology.il
49
49
## Conda installation
50
50
Now easyaccess can be installed using [ conda] ( http://conda.pydata.org/docs/install/quick.html ) out of the box!
51
51
52
- conda install easyaccess==1.4.0rc4 -c mgckind
52
+ conda install easyaccess==1.4.0 -c mgckind
53
53
54
54
## Interactive interpreter
55
55
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def last_pip_version():
24
24
return sorted (uploads , key = lambda x : x [1 ])[- 1 ][0 ]
25
25
26
26
27
- version_tag = (1 , 4 , 0 , 'rc5' )
27
+ version_tag = (1 , 4 , 0 )
28
28
__version__ = '.' .join (map (str , version_tag [:3 ]))
29
29
30
30
if len (version_tag ) > 3 :
You can’t perform that action at this time.
0 commit comments