Anthony Scopatz
65c95ea276
hopeful windows fix
2016-10-13 02:10:34 -04:00
Anthony Scopatz
c7eece0380
removed test code
2016-10-13 02:05:27 -04:00
Anthony Scopatz
008085ee6b
fixes alias redirection
2016-10-13 02:03:30 -04:00
Anthony Scopatz
8044b8322c
robustness fixes to tee.
2016-10-12 20:52:46 -04:00
Morten Enemark Lund
7cbe9e7652
Merge pull request #1834 from xonsh/fix_comma_alias
...
fix for aliases that start with a comma
2016-10-12 21:32:58 +02:00
Morten Enemark Lund
9140648be0
Merge pull request #1835 from blahgeek/fix-bash-completion-readline
...
Fix bash completer: some files not showing in completion
2016-10-12 21:31:59 +02:00
Morten Enemark Lund
49b4a644b8
Add news entry
2016-10-12 21:20:28 +02:00
Morten Enemark Lund
a413f67f73
Fix which print statement when nothing is found.
2016-10-12 21:19:04 +02:00
Morten Enemark Lund
ed3c06a83c
Merge pull request #1803 from xonsh/morewhich
...
More which and improvements
2016-10-12 21:11:27 +02:00
Gil Forsyth
8c91e40a56
Allow failures on 3.6-dev
2016-10-12 08:32:20 -04:00
BlahGeek
18828f3010
add changelog
2016-10-12 11:31:41 +08:00
BlahGeek
7f56b70929
bash completion hack: do not quote for readline
2016-10-12 11:29:34 +08:00
Gil Forsyth
42843d704e
fix for aliases that start with a comma
...
For 0.4.7 I added in logic to split on commas so that completion worked
inline with comma separated terms. This inadvertently broke completion
behavior for aliases starting with a comma. The rest of the characters
that we split on aren't valid syntax for beginning an alias, but commas
are.
2016-10-11 16:03:32 -04:00
Gil Forsyth
5c68df0719
remove numpy and matplotlib from pip test reqs
...
we miss out on the mpl xontrib tests but the overhead from installing
these on CI is massive
2016-10-11 12:22:59 -04:00
Gil Forsyth
22b50cad64
there is no anaconda 3.6
2016-10-11 12:09:56 -04:00
Gil Forsyth
d495ac4585
add 3.6-dev to travis tests
2016-10-11 10:57:39 -04:00
Gil Forsyth
30782f976d
pep8 fixes in vc_branch
2016-10-11 09:46:16 -04:00
Gil Forsyth
ee55b56801
Merge branch 'master' into ci_fix
2016-10-11 08:49:57 -04:00
Gil Forsyth
7aa87c5cb0
allow failures on nightly since we dont have 3.7 support
2016-10-11 08:46:58 -04:00
Konstantinos Tsakiltzidis
6ee0c3c92d
Merge pull request #1823 from OJFord/patch-1
...
Fix getting git branch name when status.short = true
2016-10-11 14:48:44 +03:00
Ollie Ford
8d99128b98
shows commit SHA as curr_branch if HEAD detached
...
This behaviour was broken in fixing getting git branch name for
short statuses by using rev-parse instead.
This commit changes the method again, to use `git branch` which
shows detached HEADs in the same format as `git status --long`,
but is faster as discussed in #1823 .
2016-10-11 05:28:47 +01:00
Ollie Ford
3159d41fa7
fixes getting git branch when status.short=true
...
This commit fixes #1822 .
2016-10-11 05:28:43 +01:00
Anthony Scopatz
766f74ece8
fixed conflicts
2016-10-10 23:46:59 -04:00
Anthony Scopatz
b8e4adbaf3
Merge pull request #1790 from derekbrokeit/xontrib-mpl_copy-fig
...
xontrib-mpl makes a copy of the current figure before modifying it
2016-10-10 22:35:27 -05:00
Anthony Scopatz
1909653cc9
Merge pull request #1816 from xonsh/ply_subtree
...
Ply subtree
2016-10-10 22:22:59 -05:00
Derek Thomas
7b42ac4d10
fix news for xontrib-mpl updates
2016-10-09 23:20:55 +08:00
Derek Thomas
7772d5e67f
fix mpl tests and add full-resolution pixel test of figure
2016-10-09 23:13:54 +08:00
Derek Thomas
da250793e7
add iterm2 and inline-image support for xontrib-mpl
...
- requires the use of `iTerm2.app` app for OSX
- requires the presence of package `iterm2_tools` to work
2016-10-09 22:55:42 +08:00
Derek Thomas
99c43bd28e
add doc-string for mplhooks.show
2016-10-09 22:53:32 +08:00
Derek Thomas
ffded5cc7c
add returns to the doc-string for mpl
...
- also, remove the link to forked method because the current methodology
has diverged from it entirely
2016-10-09 22:49:30 +08:00
Derek Thomas
0806b0ff48
mpl now relies on a buffer method as the recommended way to save figure
...
- also, removes reliance on the canvas object in favor of simple
high-level figure methods
2016-10-09 22:47:35 +08:00
Derek Thomas
33c49e55f1
refactor xontrib-mpl
...
- add environment configuration: $XONTRIB_MPL_MINIMAL_DEFAULT
+ defines if the plot will plot will minimize all plots and reduce
margins to nearly nothing
+ if false, the printed plot will attempt meet the same layout as
the figure is meant to contain, but text will look mostly like
single characters unless font size is particularly large compared to
the plot area.
- split the array generation into two functions
+ figure_to_rgb_array now is a simple function that generates a
numpy array of the image representation of the figure.
+ figure_to_tight_array replaces the old figure_to_rgb_array by
taking in a width, height, and minimal boolean.
2016-10-09 21:23:22 +08:00
Konstantinos Tsakiltzidis
619ae11486
Merge pull request #1805 from Siecje/hg_branch
...
Adding environment variable to control whether to show the hg branch …
2016-10-08 19:07:28 +03:00
Morten Enemark Lund
6e98d7ae90
Merge pull request #1812 from xonsh/more_cleanup_refactor
...
More cleanup refactor
2016-10-08 12:42:10 +02:00
Gil Forsyth
d4a60e1505
add xonsh script to update ply subtree
2016-10-07 14:40:07 -04:00
Gil Forsyth
2c54c76590
add news entry
2016-10-07 14:24:21 -04:00
Gil Forsyth
423d9397f5
tweaks to use subtree PLY master
2016-10-07 14:24:15 -04:00
Gil Forsyth
dc968ad7ee
Merge commit 'ab7536aa4d009bff83f8690b593eadfc033bafd5' as 'xonsh/ply'
2016-10-07 14:16:19 -04:00
Gil Forsyth
ab7536aa4d
Squashed 'xonsh/ply/' content from commit 393cc55
...
git-subtree-dir: xonsh/ply
git-subtree-split: 393cc558722eb892724701c110e7ae4c101c88c3
2016-10-07 14:16:19 -04:00
Gil Forsyth
ee16178a6e
remove copy-pasta PLY
2016-10-07 14:14:08 -04:00
Gil Forsyth
7ab9accedb
fix setup.cfg
2016-10-07 12:35:44 -04:00
Gil Forsyth
6d017a3d5b
another try at installing the reqs on circle
2016-10-07 12:31:30 -04:00
Gil Forsyth
469169f266
install test requirements on circle
2016-10-07 11:12:25 -04:00
Gil Forsyth
0b708b1806
add news entry
2016-10-07 11:05:40 -04:00
Gil Forsyth
a4606ed585
remove coverage and flake8 checks from travis nightly
...
and renable failures
2016-10-07 11:04:44 -04:00
Gil Forsyth
8ca2d10c9a
add flake8 check to circleCI
2016-10-07 11:04:44 -04:00
Gil Forsyth
bcacfb239a
add news entry
2016-10-07 11:01:19 -04:00
Gil Forsyth
29af833ad8
fix remaining pep8 violations
2016-10-07 10:57:31 -04:00
Gil Forsyth
f7090adfbf
cleanup prompt helpers
2016-10-07 10:48:29 -04:00
Gil Forsyth
bc4eee6f85
start of pep8 cleanups
2016-10-07 10:46:41 -04:00