-
With the latest release on Python (taken from 20161103 according to the [Changelog](https://tracker.debian.org/media/packages/p/python2.7/changelog-2.7.12-4)), `TestStandardProfileHTTPSHub.test_main` …
-
Inspired by #6191 and previous related problems, here are some thoughts about deprecation policy for discussion.
It appears the `AstropyDeprecationWarning` emitted by default. So we get back to th…
-
Hi!
I want to install astropy with the command
`pip install astropy`
in an administrative cmd. I then get this error:
```
building 'astropy._compiler' extension
Traceback (most recent call las…
-
This apparently used to work, but seems to have stopped. See https://github.com/astropy/astropy/pull/3208#issuecomment-67406543 (refiled from https://github.com/astropy/astropy/issues/3226 per @embray…
-
A new GitHub feature: https://github.com/blog/2309-introducing-topics
-
Currently, Travis passes even if some gallery examples fail. However, if we make the gallery emit warnings when there is a failure, the Travis sphinx build will then fail, allowing us to catch issues.…
-
We should consider creating a wiki for ChiantiPy. This would be a good place to list more long term goals for the package, e.g. becoming a Sunpy-affiliated package, integrating Astropy units, migratin…
-
I'm trying to install Fermipy into `ScienceTools-v10r0p5-fssc-20150518-x86_64-unknown-linux-gnu-libc2.12` on a server with Scientific Linux 6. For Numpy and other packages with C extensions, I'm runni…
cdeil updated
7 years ago
-
During a recent test of my astropy-affiliated package against the LTS release, 1.0.12, I got a TypeError related to the number of arguments passed to a helper function used by astropy.utils.exceptions…
-
Since Matplotlib 1.5.1, I see a warning (twice) each time I instantiate a `FontManager()`:
``` python
In [2]: from matplotlib.font_manager import FontManager
In [3]: FontManager()
/Users/tom/minicon…