issues
4 rows where comments = 9 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date)
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1308371056 | I_kwDOAMm_X85N_Chw | 6806 | New alignment option: "exact" without broadcasting OR Turn off automatic broadcasting | dcherian 2448579 | closed | 0 | 9 | 2022-07-18T18:43:31Z | 2024-03-13T15:36:35Z | 2024-03-13T15:36:35Z | MEMBER | Is your feature request related to a problem?If we have two objects with dims I'd like a stricter option ( Describe the solution you'd like
It'd be nice to have this as a built-in option so we can use
Describe alternatives you've consideredAn alternative would be to allow control over automatic broadcasting through the Additional contextThis turns up in staggered grid calculations with xgcm where it is easy to mistakenly construct very high-dimensional arrays because of automatic broadcasting. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6806/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
612785915 | MDU6SXNzdWU2MTI3ODU5MTU= | 4031 | 0.16.0 release | dcherian 2448579 | closed | 0 | 9 | 2020-05-05T17:53:26Z | 2020-07-14T17:54:31Z | 2020-07-14T17:54:31Z | MEMBER | It'd be nice to issue a release soon. We should decide if this is a minor 0.15.2 or major 0.16.0 Please edit this list as you wish. Must-have
Nice to have
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4031/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
573768194 | MDExOlB1bGxSZXF1ZXN0MzgyMjE1OTYw | 3816 | Add template xarray object kwarg to map_blocks | dcherian 2448579 | closed | 0 | 9 | 2020-03-02T07:20:19Z | 2020-05-06T16:41:59Z | 2020-05-06T16:41:54Z | MEMBER | 0 | pydata/xarray/pulls/3816 |
This PR adds a @jhamman To me, this seems a lot easier than defining a
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3816/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
476494705 | MDU6SXNzdWU0NzY0OTQ3MDU= | 3182 | RTD build failing | dcherian 2448579 | closed | 0 | 9 | 2019-08-03T22:25:08Z | 2019-08-07T03:53:43Z | 2019-08-06T22:03:25Z | MEMBER | Looks like our RTD builds have been failing for the last 3 days. ``` The HTML pages are in _build/html. /home/docs/checkouts/readthedocs.org/user_builds/xray/conda/latest/lib/python3.7/site-packages/sphinx_rtd_theme/search.html:20: RemovedInSphinx30Warning: To modify script_files in the theme is deprecated. Please insert a <script> tag directly in your theme instead. {{ super() }} Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/latest/lib/python3.7/site-packages/sphinx/cmd/build.py", line 284, in build_main app.build(args.force_all, filenames) File "/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/latest/lib/python3.7/site-packages/sphinx/application.py", line 380, in build self.events.emit('build-finished', None) File "/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/latest/lib/python3.7/site-packages/sphinx/events.py", line 103, in emit results.append(callback(self.app, *args)) File "/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/latest/lib/python3.7/site-packages/sphinx_gallery/gen_gallery.py", line 313, in sumarize_failing_examples "\n" + "-" * 79) ValueError: Here is a summary of the problems encountered when running the examples Examples expected to fail, but not failing: Please remove these examples from sphinx_gallery_conf['expected_failing_examples'] /home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/latest/doc/gallery/plot_rasterio.pyin your conf.py file /home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/latest/doc/gallery/plot_rasterio_rgb.py Exception occurred: File "/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/latest/lib/python3.7/site-packages/sphinx_gallery/gen_gallery.py", line 313, in sumarize_failing_examples "\n" + "-" * 79) ValueError: Here is a summary of the problems encountered when running the examples Examples expected to fail, but not failing: Please remove these examples from sphinx_gallery_conf['expected_failing_examples'] /home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/latest/doc/gallery/plot_rasterio.pyin your conf.py file /home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/latest/doc/gallery/plot_rasterio_rgb.py ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3182/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);