https://github.com/astropy/astropy

sort by:
Revision Author Date Message Commit Date
a33bc52 Preparing release 1.0.7 04 December 2015, 23:44:45 UTC
5becaab Merge pull request #4372 from embray/ah-update Update astropy_helpers submodule to candidate commit for astropy-helpers v1.0.6 release 04 December 2015, 22:48:12 UTC
f94a35e Add changelog entry for #4372 [skip ci] 04 December 2015, 22:46:52 UTC
f4d12c0 Update astropy_helpers submodule to candidate commit for astropy-helpers v1.0.6 release 04 December 2015, 22:46:52 UTC
cf588ca Merge pull request #4266 from embray/fits/issue-4266 One failing io.fits test on Numpy 1.10.1 04 December 2015, 19:59:03 UTC
ea40290 Make ProgressBar work with IPython 4 On IPython 4.0.0, ProgressBar does not work as an IPython widget. This command: astropy.utils.console.ProgressBar(10, ipython_widget=True) produces this traceback: --------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-8-988ccc943b20> in <module>() ----> 1 astropy.utils.console.ProgressBar(10, ipython_widget=True) /Users/foobar/local/lib/python2.7/site-packages/astropy/utils/console.pyc in __init__(self, total_or_items, ipython_widget, file) 497 # Import only if ipython_widget, i.e., widget in IPython 498 # notebook --> 499 if ipython_major_version < 4: 500 from IPython.html import widgets 501 else: NameError: global name 'ipython_major_version' is not defined This patch addresses the issue by attempting to import `get_ipython` from `IPython`. 04 December 2015, 19:56:31 UTC
34b90a7 Merge pull request #2030 from embray/vo/issue-4276 Split up code in ``SAMPHubServer.__init__`` 04 December 2015, 19:54:24 UTC
c163176 Merge pull request #4312 from taldcroft/time-epoch-bug Time value attribute incorrect when scale != epoch_scale Conflicts: astropy/time/formats.py astropy/time/tests/test_basic.py 04 December 2015, 19:54:12 UTC
9d26865 Merge pull request #4280 from opoplawski/pytest23 Use string in skipif() for pytest 2.3 compatiblity 04 December 2015, 19:39:31 UTC
e7fda11 Merge pull request #4368 from embray/ci-helpers Port #4308 to v1.0.x 03 December 2015, 14:58:54 UTC
6508770 For some reason $TRAVIS_OS_NAME is not being set properly for *one* job. It's almost like someone broke travis's software, but the broken code is only running on that one job--the fix hasn't propagated to the worker it's running on yet (or vice versa). I think this should fix it anyways though by making the default os a string instead of a list... 02 December 2015, 20:32:14 UTC
05f97b9 Merge pull request #3944 from mwcraig/travis-new-infrastructure Opt in to travis-ci container-based builds Conflicts: .continuous-integration/travis/setup_environment_linux.sh .travis.yml 02 December 2015, 19:44:34 UTC
3cab0cc Oops--this entire section can actually be removed now 02 December 2015, 19:42:53 UTC
b5b3f14 Merge pull request #4308 from bsipocz/ci_use_external_ci-helpers Use external ci-helpers Conflicts: .appveyor_windows_sdk.cmd .install-miniconda.ps1 .travis.yml appveyor.yml 02 December 2015, 19:19:16 UTC
8005d3f Merge pull request #4362 from embray/wcs/locale-test Fix misbehaving WCS locale test 02 December 2015, 17:05:38 UTC
a34b402 Merge pull request #4350 from taldcroft/ascii-py3-bytes Fast ASCII writer doesn't correctly handle bytes columns on Python 3 01 December 2015, 22:13:38 UTC
abe39f1 Merge pull request #4307 from embray/fits/issue-4307 Saving large table FITS may lead to a truncated file 20 November 2015, 21:42:26 UTC
43aa448 Fix mis-indented changelog entry 20 November 2015, 19:11:43 UTC
6dd5115 Merge pull request #4274 from lpsinger/ipython4_progressbar Make ProgressBar work with IPython 4 20 November 2015, 19:11:38 UTC
ff9439b Merge pull request #4328 from saimn/doc-table-unique Make it clearer that table.unique is a function, not a method. 20 November 2015, 18:07:00 UTC
f45ede0 Merge pull request #4322 from eteq/fix-ape5-test-remote-data fix test_highlevel_api_remote to be robust against minor coord changes 18 November 2015, 22:13:10 UTC
242cfde Merge pull request #4310 from mhvk/earth-pickling-on-python2-changelog-correction Correct changelog sentence. [skip ci] 13 November 2015, 20:33:14 UTC
98c385a Merge pull request #4304 from mhvk/earth-pickling-on-python2 EarthLocation instances can't be pickled on python2 13 November 2015, 20:33:00 UTC
cb4ccc0 Merge pull request #4098 from taldcroft/table-pickle-mixins astropy tables with mixin columns cannot be pickled Conflicts: astropy/table/table.py 12 November 2015, 20:13:23 UTC
c16c223 Merge pull request #4279 from larrybradley/ipython Do not try to import IPython.kernel for ipython >= 4 12 November 2015, 20:09:36 UTC
43205e2 Back to development: 1.0.7 22 October 2015, 23:24:28 UTC
4d8d983 Preparing release 1.0.6 22 October 2015, 23:24:00 UTC
d7addc0 xfail this test on Numpy 1.10 for now 22 October 2015, 23:21:51 UTC
55832e9 Clean up changelog in preparation for v1.0.x release (and remove some garbage that crept in somehow) 22 October 2015, 22:35:02 UTC
60edc62 Merge pull request #4228 from embray/fits/issue-3854 String-related fixes for FITS tables 22 October 2015, 22:35:02 UTC
3e82e35 Merge pull request #4228 from embray/fits/issue-3854 String-related fixes for FITS tables 22 October 2015, 22:35:02 UTC
6c77e43 Merge pull request #4237 from bsipocz/docs_fixing_typos_VI Fixing typos Conflicts: astropy/coordinates/builtin_frames/ecliptic.py astropy/coordinates/representation.py astropy/coordinates/sites.py astropy/io/ascii/daophot.py astropy/io/ascii/misc.py astropy/modeling/projections.py astropy/nddata/utils.py astropy/stats/tests/test_sigma_clipping.py astropy/table/index.py astropy/table/operations.py astropy/table/table.py astropy/time/core.py astropy/time/tests/test_basic.py astropy/time/utils.py astropy/units/tests/test_logarithmic.py astropy/utils/compat/numpy/lib/stride_tricks.py docs/modeling/bounding-boxes.rst docs/testhelpers.rst 22 October 2015, 22:35:02 UTC
34dd2da Merge pull request #2970 from embray/vo/issue-2970 Persistent --remote-data test failure in Python 2 on Windows 22 October 2015, 22:35:02 UTC
ec13c04 Merge pull request #4162 from lingxz/fix-4122 allow fitsdiff to explicitly report type differences 22 October 2015, 22:34:59 UTC
b3ed8d8 Merge pull request #4251 from astrofrog/fix-blackbody-multiple-temp Fix blackbody_nu to accept arrays of temperaturesFix blackbody_nu to accept arrays of temperatures Conflicts: astropy/analytic_functions/blackbody.py astropy/analytic_functions/tests/test_blackbody.py 21 October 2015, 22:46:04 UTC
acf2fe4 Fixes #4231. Thanks to @JGoutin for the original patch. 09 October 2015, 19:11:39 UTC
6ca022f Merge pull request #4227 from mhvk/skycoord-test-precision-fix Use integer X,Y,Z in test to avoid rounding errors on i386. Closes #4226. 08 October 2015, 22:50:31 UTC
861d065 Merge pull request #4205 from pllim/fix-vo-tests Fixed failing VO Cone Search tests 07 October 2015, 18:14:02 UTC
c54ae0a Remove superfluous subsection from changelog 05 October 2015, 21:57:52 UTC
8811b07 Back to development: 1.0.6 05 October 2015, 21:24:40 UTC
77280d6 Preparing release 1.0.5 05 October 2015, 21:23:29 UTC
e43c28c Cleanup changelog in preparation for v1.0.5 release. 05 October 2015, 21:19:17 UTC
e06734a Add Python 3.5 to tox.ini [skip ci] 05 October 2015, 17:32:35 UTC
c5176d6 Slight fix to the automatic build-on-import in development mode--previously this didn't update astropy.__version__, even though it's possible for the astropy.version module to not exist until after the auto-build. 05 October 2015, 16:49:08 UTC
751cd11 Merge pull request #3953 from eteq/warnings-doc Change AstropyUserWarning -> AstropyWarning in warnings docs 05 October 2015, 16:48:52 UTC
64777c9 Merge pull request #4178 from embray/testing/4164 Update astropy_helpers submodule with fix for #4164 Conflicts: astropy_helpers 05 October 2015, 16:48:41 UTC
c0e07f1 Added a test for default limits for ImageNormalize 05 October 2015, 16:46:09 UTC
69661c8 Add changelog entry for #4198 [skip ci] 05 October 2015, 16:43:30 UTC
976879d Merge pull request #4198 from lpsinger/immediately_clean_up_downloaded_files Immediately clean up downloaded files in get_readable_fileobj Conflicts: astropy/utils/tests/test_data.py 05 October 2015, 16:43:20 UTC
bc890da Merge pull request #4215 from embray/ah-update Update astropy-helpers submodule and ah_bootstrap.py to v1.0.4 05 October 2015, 16:09:35 UTC
1985265 Update astropy-helpers submodule and ah_bootstrap.py to v1.0.5 05 October 2015, 16:09:19 UTC
497dbe6 Merge pull request #4212 from eteq/fix-4082 Fix 4082 02 October 2015, 19:29:08 UTC
f184086 Merge pull request #4213 from taldcroft/table-vstack-4208 Fix NameError in table stack exception message 02 October 2015, 19:29:08 UTC
76cc6d9 clarify 4078 changelog entry and move to fixes 02 October 2015, 04:41:01 UTC
a46c140 Merge pull request #4184 from embray/modeling/model-init-docs-update Document undocumented Model args. 28 September 2015, 16:52:00 UTC
edd3fcb Merge pull request #4108 from swt30/optional-polynomial-parameters Document where Polynomial parameters are optional 28 September 2015, 16:52:00 UTC
e67f6c1 Merge pull request #4160 from taldcroft/ascii-no-newline Unexpected exception type for empty file in astropy.ascii.read Conflicts: astropy/io/ascii/tests/test_read.py astropy/io/ascii/ui.py 28 September 2015, 16:52:00 UTC
5b57a41 Pin coverage module to less than 4.0 per #4176 28 September 2015, 16:52:00 UTC
b0572d1 Also mention the py.test update in the changelog 28 September 2015, 16:52:00 UTC
aa90140 Merge pull request #4159 from pllim/fix-vo-parsecs Fix Cone Search validator parse_cs() crashing on incomplete testQuery 28 September 2015, 16:52:00 UTC
d1106e6 Merge pull request #4117 from ayshih/autoscale_none ImageNormalize needs to call autoscale_None 28 September 2015, 16:52:00 UTC
2b6c9c8 Merge pull request #4143 from hamogu/patch-3 Bug: visualization: mpl_style 28 September 2015, 16:52:00 UTC
81c05fe Merge pull request #4125 from embray/skycoord__repr__ refactor and simplify BaseFrame.__repr__ and, accordingly, SkyCoord.__repr__ 28 September 2015, 16:52:00 UTC
272f51d Merge pull request #4027 from mdboom/python-3.5 WIP: Python 3.5 support Conflicts: .travis.yml astropy/cosmology/core.py astropy/modeling/core.py astropy/modeling/utils.py astropy/stats/bayesian_blocks.py astropy/time/formats.py astropy/utils/tests/test_decorators.py astropy/visualization/hist.py 28 September 2015, 16:51:59 UTC
9e922c3 Merge pull request #4130 from jehturner/issue_4129 Candidate fix for issues #4129, #4137 28 September 2015, 16:51:59 UTC
b820720 Merge pull request #4141 from embray/update-ez-setup Update ez_setup.py to latest version 28 September 2015, 16:51:59 UTC
b852c66 Merge pull request #4132 from saimn/show-in-browser Fix issue with webbrowser opening with an empty page. 28 September 2015, 16:51:59 UTC
78623d2 Merge pull request #4134 from larrybradley/fix-logging-docs Fix logging docs 28 September 2015, 16:51:59 UTC
f684651 Merge pull request #4128 from dkirkby/patch-1 Update scripts.rst 28 September 2015, 16:51:59 UTC
3b5d817 Merge pull request #4062 from taldcroft/table-masking-docs Doc improvements related to masked tables 28 September 2015, 16:51:59 UTC
576d4c7 Merge pull request #4057 from bmorris3/skycoord__repr__ Use .rindex instead of index to fix AltAz __repr__ bug for #4055 23 September 2015, 20:55:37 UTC
3d24b03 Merge pull request #4101 from embray/io/docs/ecsv Add ECSV to table of supported ASCII formats for table I/O 23 September 2015, 20:55:37 UTC
89c218e Merge pull request #4097 from embray/fits/issue-4097 Use a single mmap per file 23 September 2015, 20:55:37 UTC
8984af2 Merge pull request #4099 from taldcroft/table-pickle-column Fix bug unpickling bare Column: _parent_table attr not set 23 September 2015, 20:55:37 UTC
cbfc0f0 Merge pull request #4094 from DougBurke/patch-1 Replace 'the the' by 'the' in the documentation 23 September 2015, 20:55:37 UTC
0c30c35 Merge pull request #4088 from taldcroft/table-fillvalue-type Fix an issue with setting fill value when column dtype is changed 23 September 2015, 20:55:37 UTC
fe5f921 Merge pull request #4087 from jwoillez/fix_erfa_warning Fix erfa warning when passing arrays 23 September 2015, 20:55:37 UTC
19a40ea Merge pull request #3970 from mwcraig/fits/fix-extend-uniq Correctly handle adding commentary cards in Header.extend in edge cases 23 September 2015, 20:55:36 UTC
02b1c00 Merge pull request #4078 from larrybradley/jupyter Update imports for new release of IPython/Jupyter 17 September 2015, 21:48:59 UTC
cc107d6 Merge pull request #4084 from embray/utils/resolve-name-fromlist-bug Fix bug in resolve_name resulting in duplicate imports of numpy (or other packages) Conflicts: astropy/tests/pytest_plugins.py 17 September 2015, 21:48:45 UTC
25e2ca7 Merge pull request #4147 from DanielLenz/master Match __repr__ to attribute 14 September 2015, 14:38:46 UTC
64ccab7 Adds changelog entry for #4076 [skip ci] 14 August 2015, 14:47:51 UTC
114f6dc Merge pull request #4076 from nden/modeling_format_str format_str for models without formal parameters. 14 August 2015, 14:47:25 UTC
410240e Remove duplicate entry from changelog; not sure how that got there. 11 August 2015, 20:45:22 UTC
aafa4de Back to development: 1.0.5 11 August 2015, 15:38:44 UTC
9fb669b Preparing release 1.0.4 11 August 2015, 15:37:16 UTC
02fc920 Cleanup changelog for v1.0.4 [skip ci] 11 August 2015, 15:19:54 UTC
a14448f Merge pull request #4056 from embray/logger/py3-exception-handling Fix exception handler crash on Python 3 11 August 2015, 15:17:48 UTC
8cb60c3 Merge pull request #4048 from embray/time/issue-4048 astropy.utils.misc.isiterable returns True for scalar times Conflicts: astropy/time/tests/test_basic.py 11 August 2015, 15:17:48 UTC
1806bdb Merge pull request #4039 from eteq/fix-coords Fix 4 intertwined coordinates bugs 11 August 2015, 15:17:48 UTC
52a4202 Merge pull request #4015 from embray/fits/issue-4015 RuntimeError in astropy.io.fits in del_col test 11 August 2015, 15:17:48 UTC
492997f Merge pull request #3835 from embray/units/issue-3835 barn not listed as having prefixes in documentation, even though it does 11 August 2015, 15:17:48 UTC
0621a57 Merge pull request #4030 from mdboom/no-interactive Plot style should not set interactive 11 August 2015, 15:17:48 UTC
7a93a1f Merge pull request #4014 from embray/build/templates Don't include source templates in package data 11 August 2015, 15:17:47 UTC
8cde17f Merge pull request #4016 from embray/utils/fix-wraps-name Fix minor bug in astropy.utils.decorators.wraps 11 August 2015, 15:17:47 UTC
7256d1a Merge pull request #4000 from dklaes/Correct-typo-issue-3999 Fixed typo in "units/decorators.py" 11 August 2015, 15:17:47 UTC
95d7231 Merge pull request #4007 from mhvk/quantity-keep-float32 Correct checks for dtype preservation in in-place operations (closes #3976). 11 August 2015, 15:17:47 UTC
f81c79c Merge pull request #4012 from embray/fits/notifier-mixin-reference-cycle Fix reference cycle in NotifierMixin._add_listener 11 August 2015, 15:17:47 UTC
87cf594 Merge pull request #3997 from embray/utils/deprecate-class-metaclass-fix Fix deprecated classes with a custom metaclass 11 August 2015, 15:17:47 UTC
2792f40 Merge pull request #3827 from embray/fits/issue-3827 Clarify issues with opening lots of FITS files in FAQ 11 August 2015, 15:17:47 UTC
back to top