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
ed3c06a83c
Merge pull request #1803 from xonsh/morewhich
...
More which and improvements
2016-10-12 21:11:27 +02: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
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
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
Gil Forsyth
214f430c30
fix setup.cfg so pytest respects it
2016-10-07 10:40:42 -04:00
Gil Forsyth
4ff26dfe64
remove doubly defined method
2016-10-07 10:36:32 -04:00
Gil Forsyth
eb077b2edf
remove unused imports, fix redef'd methods
...
This seems to still work. here's hoping...
2016-10-07 10:34:24 -04:00
Konstantinos Tsakiltzidis
9e67c213d5
Merge pull request #1802 from xonsh/perf
...
Performance Improvements
2016-10-06 19:55:23 +03:00
Cody Scott
a2f153f133
Adding environment variable to control whether to show the hg branch in the prompt
2016-10-06 12:24:23 -04:00
Anthony Scopatz
b3f84f66c5
More which and improvements
2016-10-06 00:43:14 -04:00
Anthony Scopatz
b05025e307
fix sigint
2016-10-05 21:07:05 -04:00
Anthony Scopatz
c5c4f3f9f5
removed block
2016-10-05 20:43:41 -04:00
Anthony Scopatz
8cb7415f97
rmed profile decorations
2016-10-05 20:42:58 -04:00
Anthony Scopatz
9fe3696f2c
perf news
2016-10-05 20:41:03 -04:00
Anthony Scopatz
d366853051
performence improvements while remaining responsive
2016-10-05 20:39:01 -04:00
Anthony Scopatz
93b703ce78
some imps
2016-10-05 19:34:47 -04:00
Anthony Scopatz
3faaa3a3cb
more sleeps
2016-10-05 17:38:35 -04:00
Anthony Scopatz
8155b01ca4
some tests
2016-10-05 17:08:43 -04:00
Gil Forsyth
30e0b911a2
Merge pull request #1758 from xonsh/rs
...
Run Subproc Refactor
2016-10-05 13:26:11 -04:00
Konstantinos Tsakiltzidis
df27212376
Merge pull request #1757 from santagada/add-toolbar-prompt
...
implements $BOTTOM_TOOLBAR to create a bottom toolbar
2016-10-05 19:15:35 +03:00
Anthony Scopatz
d44972f1af
news
2016-10-05 10:10:47 -04:00
Leonardo Santagada
1e7971a8d9
vardoc
2016-10-05 09:46:31 +02:00
Leonardo Santagada
0718f7980a
news entry
2016-10-05 09:46:15 +02:00
Anthony Scopatz
5e3c85d390
updated news
2016-10-04 20:59:17 -04:00
Anthony Scopatz
f62397fc99
updated docs
2016-10-04 20:51:45 -04:00