Update CHANGELOG.md date (#747) #923
Annotations
5 errors
Test Examples:
examples/user_guide/Projections.ipynb#L1
examples/user_guide/Projections.ipynb::Cell 2
Notebook cell execution failed
Cell 2: Cell execution caused an exception
Input:
features = gv.Overlay([gf.ocean, gf.land, gf.rivers, gf.lakes, gf.borders, gf.coastline])
gv.output(features, backend='matplotlib', fig='svg', size=300)
Traceback:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/IPython/core/formatters.py:977, in MimeBundleFormatter.__call__(self, obj, include, exclude)
974 method = get_real_method(obj, self.print_method)
976 if method is not None:
--> 977 return method(include=include, exclude=exclude)
978 return None
979 else:
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude)
1268 def _repr_mimebundle_(self, include=None, exclude=None):
1269 """
1270 Resolves the class hierarchy for the class rendering the
1271 object using any display hooks registered on Store.display
1272 hooks. The output of all registered display_hooks is then
1273 combined and returned.
1274 """
-> 1275 return Store.render(self)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj)
1421 data, metadata = {}, {}
1422 for hook in hooks:
-> 1423 ret = hook(obj)
1424 if ret is None:
1425 continue
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:287, in pprint_display(obj)
285 if not ip.display_formatter.formatters['text/plain'].pprint:
286 return None
--> 287 return display(obj, raw_output=True)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:255, in display(obj, raw_output, **kwargs)
253 elif isinstance(obj, (CompositeOverlay, ViewableElement)):
254 with option_state(obj):
--> 255 output = element_display(obj)
256 elif�[39
|
Test Examples:
examples/user_guide/Projections.ipynb#L1
examples/user_guide/Projections.ipynb::Cell 3
Notebook cell execution failed
Cell 3: Cell execution caused an exception
Input:
(features * cities_lonlat * cities_mercator).options(
opts.Points(projection=crs.Mollweide(), width=800, height=400, size=12, color='black'))
Traceback:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/IPython/core/formatters.py:977, in MimeBundleFormatter.__call__(self, obj, include, exclude)
974 method = get_real_method(obj, self.print_method)
976 if method is not None:
--> 977 return method(include=include, exclude=exclude)
978 return None
979 else:
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude)
1268 def _repr_mimebundle_(self, include=None, exclude=None):
1269 """
1270 Resolves the class hierarchy for the class rendering the
1271 object using any display hooks registered on Store.display
1272 hooks. The output of all registered display_hooks is then
1273 combined and returned.
1274 """
-> 1275 return Store.render(self)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj)
1421 data, metadata = {}, {}
1422 for hook in hooks:
-> 1423 ret = hook(obj)
1424 if ret is None:
1425 continue
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:287, in pprint_display(obj)
285 if not ip.display_formatter.formatters['text/plain'].pprint:
286 return None
--> 287 return display(obj, raw_output=True)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:255, in display(obj, raw_output, **kwargs)
253 elif isinstance(obj, (CompositeOverlay, ViewableElement)):
254 with option_state(obj):
--> 255 output = element_display(obj)
256 elif �[3
|
Test Examples:
examples/user_guide/Projections.ipynb#L1
examples/user_guide/Projections.ipynb::Cell 7
Notebook cell execution failed
Cell 7: Cell execution caused an exception
Input:
features.opts(projection=crs.Orthographic(central_longitude=-90, central_latitude=30), global_extent=True)
Traceback:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/IPython/core/formatters.py:977, in MimeBundleFormatter.__call__(self, obj, include, exclude)
974 method = get_real_method(obj, self.print_method)
976 if method is not None:
--> 977 return method(include=include, exclude=exclude)
978 return None
979 else:
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude)
1268 def _repr_mimebundle_(self, include=None, exclude=None):
1269 """
1270 Resolves the class hierarchy for the class rendering the
1271 object using any display hooks registered on Store.display
1272 hooks. The output of all registered display_hooks is then
1273 combined and returned.
1274 """
-> 1275 return Store.render(self)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj)
1421 data, metadata = {}, {}
1422 for hook in hooks:
-> 1423 ret = hook(obj)
1424 if ret is None:
1425 continue
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:287, in pprint_display(obj)
285 if not ip.display_formatter.formatters['text/plain'].pprint:
286 return None
--> 287 return display(obj, raw_output=True)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:255, in display(obj, raw_output, **kwargs)
253 elif isinstance(obj, (CompositeOverlay, ViewableElement)):
254 with option_state(obj):
--> 255 output = element_display(obj)
256 elif isinstance(obj, (Layout, Nd
|
Test Examples:
examples/user_guide/Projections.ipynb#L1
examples/user_guide/Projections.ipynb::Cell 8
Notebook cell execution failed
Cell 8: Cell execution caused an exception
Input:
poly_data = [(180, 0), (270, 45), (360, 0)]
features * gv.Polygons(poly_data) * gv.Polygons(poly_data, crs=crs.PlateCarree(central_longitude=180)).opts(global_extent=True)
Traceback:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/IPython/core/formatters.py:977, in MimeBundleFormatter.__call__(self, obj, include, exclude)
974 method = get_real_method(obj, self.print_method)
976 if method is not None:
--> 977 return method(include=include, exclude=exclude)
978 return None
979 else:
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude)
1268 def _repr_mimebundle_(self, include=None, exclude=None):
1269 """
1270 Resolves the class hierarchy for the class rendering the
1271 object using any display hooks registered on Store.display
1272 hooks. The output of all registered display_hooks is then
1273 combined and returned.
1274 """
-> 1275 return Store.render(self)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj)
1421 data, metadata = {}, {}
1422 for hook in hooks:
-> 1423 ret = hook(obj)
1424 if ret is None:
1425 continue
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:287, in pprint_display(obj)
285 if not ip.display_formatter.formatters['text/plain'].pprint:
286 return None
--> 287 return display(obj, raw_output=True)
File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:255, in display(obj, raw_output, **kwargs)
253 elif isinstance(obj, (CompositeOverlay, ViewableElement)):
254 with option_state(obj):
--> 255 output = element_display(obj)
256 �[3
|
Test Examples
Process completed with exit code 1.
|
Loading