issue_comments
10 rows where issue = 129525746 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- 0.7 missing Python 3.3 conda package · 10 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
176425322 | https://github.com/pydata/xarray/issues/732#issuecomment-176425322 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjQyNTMyMg== | richardotis 6405510 | 2016-01-28T21:20:45Z | 2016-01-28T21:20:45Z | NONE | For anyone else who runs into this, I built a minimal conda package for xarray 0.7 for Python 3.3. It's in the ``` yaml package: name: xarray version: 0.7.0 source: git_url: https://github.com/pydata/xarray.git git_tag: v0.7.0 requirements: build: - python - setuptools - pandas run: - python - pandas build: script: python setup.py install test: imports: - xarray about: home: https://github.com/pydata/xarray license: Apache summary: 'N-Dimensional Labeled Arrays' ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176381986 | https://github.com/pydata/xarray/issues/732#issuecomment-176381986 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjM4MTk4Ng== | richardotis 6405510 | 2016-01-28T20:11:06Z | 2016-01-28T20:11:06Z | NONE | That's what I'm going to do. Thanks for the help. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176379622 | https://github.com/pydata/xarray/issues/732#issuecomment-176379622 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjM3OTYyMg== | jhamman 2443309 | 2016-01-28T20:07:35Z | 2016-01-28T20:07:35Z | MEMBER |
It would probably be just as easy for you to build xarray from source then. Or use pip. Both options should work with 3.3. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176378833 | https://github.com/pydata/xarray/issues/732#issuecomment-176378833 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjM3ODgzMw== | ocefpaf 950575 | 2016-01-28T20:04:55Z | 2016-01-28T20:04:55Z | CONTRIBUTOR |
Yes and no. If you want the full optional dependencies, You should make the conda package request in https://github.com/ContinuumIO/anaconda-issues/issues/635, and other continuum communication channels (mailing list, gitter, etc). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176378656 | https://github.com/pydata/xarray/issues/732#issuecomment-176378656 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjM3ODY1Ng== | richardotis 6405510 | 2016-01-28T20:04:15Z | 2016-01-28T20:04:15Z | NONE | It occurs to me that, since xarray is in the "defaults" channel, this probably has to do with a policy at Continuum and so I might be better off just hosting a py33 version of xarray in my own conda channel. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176374548 | https://github.com/pydata/xarray/issues/732#issuecomment-176374548 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjM3NDU0OA== | richardotis 6405510 | 2016-01-28T19:53:18Z | 2016-01-28T19:53:18Z | NONE | That's true. I just looked and saw numpy's last Python 3.3 build was 1.9.2. On the other hand, I feel that the xarray package rename has created a special case. Without the rename, pycalphad could continue its py33 support indefinitely as long as nothing happened to the relevant xarray APIs (not guaranteed, I understand that). I'm happy to drop support for deprecated versions when I have to, but with xarray being a pure Python package and seemingly happily running on the latest py33 versions of its dependencies, I don't think it's too much to ask for one more py33 build after the rename. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176365429 | https://github.com/pydata/xarray/issues/732#issuecomment-176365429 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjM2NTQyOQ== | ocefpaf 950575 | 2016-01-28T19:40:07Z | 2016-01-28T19:40:07Z | CONTRIBUTOR | The use of "official release" can be confusing in this case. I believe that the latest xarray works OK in Python 3.3. But note that the project is not tested on Python 3.3 since PR https://github.com/pydata/xarray/pull/583. I believe that the official PyPI source dist will install OK in Python 3.3 BTW. On the other hand, Continuum does seem to be abandoning Python 3.3, there are hardly new conda packages being built for it. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176357482 | https://github.com/pydata/xarray/issues/732#issuecomment-176357482 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjM1NzQ4Mg== | richardotis 6405510 | 2016-01-28T19:28:23Z | 2016-01-28T19:28:23Z | NONE | So it appears that xray hasn't pushed a py33 conda release since 0.5.2, and I didn't notice because conda happily installed that version in my py33 tests and everything worked. With the name change, it can't find a compatible version anymore. For dependency resolution purposes I would appreciate an official py33 release of xarray 0.7, or even "xarray 0.5.2" if there's been some kind of breaking change just so that conda can find the package. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176316930 | https://github.com/pydata/xarray/issues/732#issuecomment-176316930 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjMxNjkzMA== | richardotis 6405510 | 2016-01-28T18:16:50Z | 2016-01-28T18:16:50Z | NONE | I run py35 personally but my library pycalphad supports py27 and py33+. I noticed this issue when I updated my CI configuration to use "xarray" and only the py33 builds were failing. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 | |
176308535 | https://github.com/pydata/xarray/issues/732#issuecomment-176308535 | https://api.github.com/repos/pydata/xarray/issues/732 | MDEyOklzc3VlQ29tbWVudDE3NjMwODUzNQ== | ocefpaf 950575 | 2016-01-28T18:04:22Z | 2016-01-28T18:04:22Z | CONTRIBUTOR | @richardotis any special reason for wanting a Python 3.3 version? The migration to >=3.4 is highly recommended. (And I don't think continuum and the community building stuff for Python 3.3 lately.) If you cannot upgrade you can use this recipe to build you own Python 3.3 If you clone the whole repo you can then type:
If you issue the last command from the repo root directory conda will build dependencies for you. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
0.7 missing Python 3.3 conda package 129525746 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 3