• Bug#1103140: python-momepy: FTBFS in testing/i386: tests failed (4/5)

    From Lucas Nussbaum@21:1/5 to All on Mon Apr 14 14:00:02 2025
    [continued from previous message]

    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:83: FutureWarning: `momepy.Count` is deprecated. Replace it with momepy.describe_agg() or pin momepy version <1.0. This class will be
    removed in 1.0.
    eib = mm.Count(self.blocks, self.df_buildings, "bID", "bID").series

    momepy/tests/test_intensity.py::TestIntensity::test_Count
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:84: FutureWarning: `momepy.Count` is deprecated. Replace it with momepy.describe_agg() or pin momepy version <1.0. This class will be
    removed in 1.0.
    weib = mm.Count(

    momepy/tests/test_intensity.py::TestIntensity::test_Count
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:87: FutureWarning: `momepy.Count` is deprecated. Replace it with momepy.describe_agg() or pin momepy version <1.0. This class will be
    removed in 1.0.
    weis = mm.Count(

    momepy/tests/test_intensity.py::TestIntensity::test_Count
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:106: FutureWarning: `momepy.Count` is deprecated. Replace it with momepy.describe_agg() or pin momepy version <1.0. This class will be
    removed in 1.0.
    mm.Count(point_gdf, self.blocks, "nID", "bID", weighted=True).series # noqa: B018

    momepy/tests/test_intensity.py::TestIntensity::test_Courtyards
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:109: FutureWarning: Class based API like `momepy.Courtyards` is deprecated. Replace it with `momepy.courtyards` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    courtyards = mm.Courtyards(self.df_buildings).series

    momepy/tests/test_intensity.py::TestIntensity::test_Courtyards
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:113: FutureWarning: Class based API like `momepy.Courtyards` is deprecated. Replace it with `momepy.courtyards` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    courtyards_wm = mm.Courtyards(self.df_buildings, sw).series

    momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:119: FutureWarning: `momepy.sw_high` is deprecated. Replace it with .higher_order() method of libpysal.graph.Graph or pin momepy version <
    1.0. This class will be removed in 1.0.
    sw = mm.sw_high(k=5, gdf=self.df_tessellation, ids="uID")

    momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:121: FutureWarning: `momepy.BlocksCount` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version
    <1.0. This class will be removed in 1.0.
    count = mm.BlocksCount(self.df_tessellation, "bID", sw, "uID").series

    momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:122: FutureWarning: `momepy.BlocksCount` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version
    <1.0. This class will be removed in 1.0.
    count2 = mm.BlocksCount(

    momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:125: FutureWarning: `momepy.BlocksCount` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version
    <1.0. This class will be removed in 1.0.
    unweigthed = mm.BlocksCount(

    momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:136: FutureWarning: `momepy.BlocksCount` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version
    <1.0. This class will be removed in 1.0.
    count = mm.BlocksCount(

    momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:139: FutureWarning: `momepy.sw_high` is deprecated. Replace it with .higher_order() method of libpysal.graph.Graph or pin momepy version <
    1.0. This class will be removed in 1.0.
    sw_drop = mm.sw_high(k=5, gdf=self.df_tessellation[2:], ids="uID")

    momepy/tests/test_intensity.py::TestIntensity::test_BlocksCount
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:141: FutureWarning: `momepy.BlocksCount` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version
    <1.0. This class will be removed in 1.0.
    mm.BlocksCount(self.df_tessellation, "bID", sw_drop, "uID")

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:147: FutureWarning: Class based API like `momepy.Reached` is deprecated. Replace it with `momepy.describe_reached_agg` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    count = mm.Reached(self.df_streets, self.df_buildings, "nID", "nID").series

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:148: FutureWarning: Class based API like `momepy.Reached` is deprecated. Replace it with `momepy.describe_reached_agg` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    area = mm.Reached(

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:155: FutureWarning: Class based API like `momepy.Reached` is deprecated. Replace it with `momepy.describe_reached_agg` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    mean = mm.Reached(

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:158: FutureWarning: Class based API like `momepy.Reached` is deprecated. Replace it with `momepy.describe_reached_agg` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    std = mm.Reached(

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:161: FutureWarning: Class based API like `momepy.Reached` is deprecated. Replace it with `momepy.describe_reached_agg` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    area_v = mm.Reached(

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:169: FutureWarning: Class based API like `momepy.Reached` is deprecated. Replace it with `momepy.describe_reached_agg` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    mean_v = mm.Reached(

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:177: FutureWarning: Class based API like `momepy.Reached` is deprecated. Replace it with `momepy.describe_reached_agg` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    std_v = mm.Reached(

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:185: FutureWarning: `momepy.sw_high` is deprecated. Replace it with .higher_order() method of libpysal.graph.Graph or pin momepy version <
    1.0. This class will be removed in 1.0.
    sw = mm.sw_high(k=2, gdf=self.df_streets)

    momepy/tests/test_intensity.py::TestIntensity::test_Reached
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:186: FutureWarning: Class based API like `momepy.Reached` is deprecated. Replace it with `momepy.describe_reached_agg` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    count_sw = mm.Reached(

    momepy/tests/test_intensity.py::TestIntensity::test_NodeDensity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:202: FutureWarning: `momepy.sw_high` is deprecated. Replace it with .higher_order() method of libpysal.graph.Graph or pin momepy version <
    1.0. This class will be removed in 1.0.
    sw = mm.sw_high(k=3, weights=W)

    momepy/tests/test_intensity.py::TestIntensity::test_NodeDensity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:203: FutureWarning: Class based API like `momepy.NodeDensity` is deprecated. Replace it with `momepy.node_density` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    density = mm.NodeDensity(nodes, edges, sw).series

    momepy/tests/test_intensity.py::TestIntensity::test_NodeDensity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:204: FutureWarning: Class based API like `momepy.NodeDensity` is deprecated. Replace it with `momepy.node_density` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    weighted = mm.NodeDensity(

    momepy/tests/test_intensity.py::TestIntensity::test_NodeDensity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:207: FutureWarning: Class based API like `momepy.NodeDensity` is deprecated. Replace it with `momepy.node_density` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    array = mm.NodeDensity(nodes, edges, W).series

    momepy/tests/test_intensity.py::TestIntensity::test_Density
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:213: FutureWarning: `momepy.sw_high` is deprecated. Replace it with .higher_order() method of libpysal.graph.Graph or pin momepy version <
    1.0. This class will be removed in 1.0.
    sw = mm.sw_high(k=3, gdf=self.df_tessellation, ids="uID")

    momepy/tests/test_intensity.py::TestIntensity::test_Density
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:214: FutureWarning: `momepy.Density` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.
    0. This class will be removed in 1.0.
    dens = mm.Density(

    momepy/tests/test_intensity.py::TestIntensity::test_Density
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:221: FutureWarning: `momepy.Density` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.
    0. This class will be removed in 1.0.
    dens2 = mm.Density(

    momepy/tests/test_intensity.py::TestIntensity::test_Density
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:227: FutureWarning: `momepy.sw_high` is deprecated. Replace it with .higher_order() method of libpysal.graph.Graph or pin momepy version <
    1.0. This class will be removed in 1.0.
    sw_drop = mm.sw_high(k=3, gdf=self.df_tessellation[2:], ids="uID")

    momepy/tests/test_intensity.py::TestIntensity::test_Density
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:229: FutureWarning: `momepy.Density` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.
    0. This class will be removed in 1.0.
    mm.Density(

    momepy/tests/test_intensity.py::TestIntensity::test_Density
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_intensity.py:238: FutureWarning: `momepy.Density` is deprecated. Replace it with `.describe()` method of libpysal.graph.Graph or pin momepy version <1.
    0. This class will be removed in 1.0.
    dens3 = mm.Density(

    momepy/tests/test_preprocess.py::TestPreprocessing::test_preprocess momepy/tests/test_preprocess.py::TestPreprocessing::test_preprocess
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/preprocessing.py:96: FutureWarning: Class based API like `momepy.CircularCompactness` is deprecated. Replace it with `momepy.circular_compactness` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    blg["circu"] = CircularCompactness(blg).series

    momepy/tests/test_preprocess.py::TestPreprocessing::test_roundabout_simplification_default
    momepy/tests/test_preprocess.py::TestPreprocessing::test_roundabout_simplification_high_circom_threshold
    momepy/tests/test_preprocess.py::TestPreprocessing::test_roundabout_simplification_low_area_threshold
    momepy/tests/test_preprocess.py::TestPreprocessing::test_roundabout_simplification_exclude_adjacent
    momepy/tests/test_preprocess.py::TestPreprocessing::test_roundabout_simplification_center_type_mean
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/preprocessing.py:769: FutureWarning: Class based API like `momepy.CircularCompactness` is deprecated. Replace it with `momepy.circular_compactness` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    circom_serie = CircularCompactness(gdf, area_col).series

    momepy/tests/test_shape.py: 17 warnings
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:19: FutureWarning: Class based API like `momepy.Volume` is deprecated. Replace it with `momepy.volume` to use functional API instead or pin
    momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["volume"] = mm.Volume(self.df_buildings, "height").series

    momepy/tests/test_shape.py::TestShape::test_FormFactor
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:22: FutureWarning: Class based API like `momepy.FormFactor` is deprecated. Replace it with `momepy.form_factor` to use functional API instead
    or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["ff"] = mm.FormFactor(

    momepy/tests/test_shape.py::TestShape::test_FormFactor
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:30: FutureWarning: Class based API like `momepy.Volume` is deprecated. Replace it with `momepy.volume` to use functional API instead or pin
    momepy version <1.0. Class-based API will be removed in 1.0.
    mm.Volume(self.df_buildings, "height").series,

    momepy/tests/test_shape.py::TestShape::test_FormFactor
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:28: FutureWarning: Class based API like `momepy.FormFactor` is deprecated. Replace it with `momepy.form_factor` to use functional API instead
    or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["ff"] = mm.FormFactor(

    momepy/tests/test_shape.py::TestShape::test_FractalDimension
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:37: FutureWarning: Class based API like `momepy.FractalDimension` is deprecated. Replace it with `momepy.fractal_dimension` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["fd"] = mm.FractalDimension(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_FractalDimension
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:45: FutureWarning: Class based API like `momepy.FractalDimension` is deprecated. Replace it with `momepy.fractal_dimension` to use functional
    API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["fd2"] = mm.FractalDimension(

    momepy/tests/test_shape.py::TestShape::test_VolumeFacadeRatio
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:54: FutureWarning: Class based API like `momepy.VolumeFacadeRatio` is deprecated. Replace it with `momepy.facade_ratio` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["vfr"] = mm.VolumeFacadeRatio(

    momepy/tests/test_shape.py::TestShape::test_VolumeFacadeRatio
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:63: FutureWarning: Class based API like `momepy.Volume` is deprecated. Replace it with `momepy.volume` to use functional API instead or pin
    momepy version <1.0. Class-based API will be removed in 1.0.
    volume = mm.Volume(self.df_buildings, "height").series

    momepy/tests/test_shape.py::TestShape::test_VolumeFacadeRatio
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:64: FutureWarning: Class based API like `momepy.VolumeFacadeRatio` is deprecated. Replace it with `momepy.facade_ratio` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["vfr2"] = mm.VolumeFacadeRatio(

    momepy/tests/test_shape.py::TestShape::test_VolumeFacadeRatio
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:70: FutureWarning: Class based API like `momepy.VolumeFacadeRatio` is deprecated. Replace it with `momepy.facade_ratio` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["vfr3"] = mm.VolumeFacadeRatio(

    momepy/tests/test_shape.py::TestShape::test_CircularCompactness
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:78: FutureWarning: Class based API like `momepy.CircularCompactness` is deprecated. Replace it with `momepy.circular_compactness` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["circom"] = mm.CircularCompactness(

    momepy/tests/test_shape.py::TestShape::test_CircularCompactness
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:89: FutureWarning: Class based API like `momepy.CircularCompactness` is deprecated. Replace it with `momepy.circular_compactness` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["circom2"] = mm.CircularCompactness(

    momepy/tests/test_shape.py::TestShape::test_CircularCompactness
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:94: FutureWarning: Class based API like `momepy.CircularCompactness` is deprecated. Replace it with `momepy.circular_compactness` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["circom3"] = mm.CircularCompactness(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_SquareCompactness
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:98: FutureWarning: Class based API like `momepy.SquareCompactness` is deprecated. Replace it with `momepy.square_compactness` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["sqcom"] = mm.SquareCompactness(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_SquareCompactness
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:105: FutureWarning: Class based API like `momepy.SquareCompactness` is deprecated. Replace it with `momepy.square_compactness` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["sqcom2"] = mm.SquareCompactness(

    momepy/tests/test_shape.py::TestShape::test_Convexity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:114: FutureWarning: Class based API like `momepy.Convexity` is deprecated. Replace it with `momepy.convexity` to use functional API instead or
    pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["conv"] = mm.Convexity(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_Convexity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:121: FutureWarning: Class based API like `momepy.Convexity` is deprecated. Replace it with `momepy.convexity` to use functional API instead or
    pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["conv2"] = mm.Convexity(

    momepy/tests/test_shape.py::TestShape::test_CourtyardIndex
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:128: FutureWarning: Class based API like `momepy.CourtyardArea` is deprecated. Replace it with `momepy.courtyard_area` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    cas = self.df_buildings["cas"] = mm.CourtyardArea(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_CourtyardIndex
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:129: FutureWarning: Class based API like `momepy.CourtyardIndex` is deprecated. Replace it with `momepy.courtyard_index` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["cix"] = mm.CourtyardIndex(self.df_buildings, "cas").series

    momepy/tests/test_shape.py::TestShape::test_CourtyardIndex
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:130: FutureWarning: Class based API like `momepy.CourtyardIndex` is deprecated. Replace it with `momepy.courtyard_index` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["cix_array"] = mm.CourtyardIndex(

    momepy/tests/test_shape.py::TestShape::test_Rectangularity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:138: FutureWarning: Class based API like `momepy.Rectangularity` is deprecated. Replace it with `momepy.rectangularity` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["rect"] = mm.Rectangularity(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_Rectangularity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:139: FutureWarning: Class based API like `momepy.Rectangularity` is deprecated. Replace it with `momepy.rectangularity` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["rect_array"] = mm.Rectangularity(

    momepy/tests/test_shape.py::TestShape::test_ShapeIndex
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:150: FutureWarning: Class based API like `momepy.LongestAxisLength` is deprecated. Replace it with `momepy.longest_axis_length` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    la = self.df_buildings["la"] = mm.LongestAxisLength(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_ShapeIndex
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:151: FutureWarning: Class based API like `momepy.ShapeIndex` is deprecated. Replace it with `momepy.shape_index` to use functional API instead
    or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["shape_index"] = mm.ShapeIndex(self.df_buildings, "la").series

    momepy/tests/test_shape.py::TestShape::test_ShapeIndex
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:152: FutureWarning: Class based API like `momepy.ShapeIndex` is deprecated. Replace it with `momepy.shape_index` to use functional API instead
    or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["shape_index_array"] = mm.ShapeIndex(

    momepy/tests/test_shape.py::TestShape::test_Corners
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:162: FutureWarning: Class based API like `momepy.Corners` is deprecated. Replace it with `momepy.corners` to use functional API instead or pin
    momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["corners"] = mm.Corners(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_Squareness
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:167: FutureWarning: Class based API like `momepy.Squareness` is deprecated. Replace it with `momepy.squareness` to use functional API instead
    or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["squ"] = mm.Squareness(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_Squareness
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:170: FutureWarning: Class based API like `momepy.Squareness` is deprecated. Replace it with `momepy.squareness` to use functional API instead
    or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["squ"] = mm.Squareness(self.df_buildings.exterior).series

    momepy/tests/test_shape.py::TestShape::test_Squareness
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:176: FutureWarning: Class based API like `momepy.Squareness` is deprecated. Replace it with `momepy.squareness` to use functional API instead
    or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["squm"] = mm.Squareness(df_buildings_multi).series

    momepy/tests/test_shape.py::TestShape::test_EquivalentRectangularIndex
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:180: FutureWarning: Class based API like `momepy.EquivalentRectangularIndex` is deprecated. Replace it with `momepy.equivalent_rectangular_
    index` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["eri"] = mm.EquivalentRectangularIndex(

    momepy/tests/test_shape.py::TestShape::test_EquivalentRectangularIndex
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:183: FutureWarning: Class based API like `momepy.EquivalentRectangularIndex` is deprecated. Replace it with `momepy.equivalent_rectangular_
    index` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["eri_array"] = mm.EquivalentRectangularIndex(

    momepy/tests/test_shape.py::TestShape::test_Elongation
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:193: FutureWarning: Class based API like `momepy.Elongation` is deprecated. Replace it with `momepy.elongation` to use functional API instead
    or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["elo"] = mm.Elongation(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_CentroidCorners
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:207: FutureWarning: Class based API like `momepy.CentroidCorners` is deprecated. Replace it with `momepy.centroid_corner_distance` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    cc = mm.CentroidCorners(self.df_buildings)

    momepy/tests/test_shape.py::TestShape::test_CentroidCorners
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:216: FutureWarning: Class based API like `momepy.CentroidCorners` is deprecated. Replace it with `momepy.centroid_corner_distance` to use
    functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    cc = mm.CentroidCorners(df_buildings_multi)

    momepy/tests/test_shape.py::TestShape::test_Linearity
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:223: FutureWarning: Class based API like `momepy.Linearity` is deprecated. Replace it with `momepy.linearity` to use functional API instead or
    pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_streets["lin"] = mm.Linearity(self.df_streets).series

    momepy/tests/test_shape.py::TestShape::test_CompactnessWeightedAxis
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_shape.py:235: FutureWarning: Class based API like `momepy.CompactnessWeightedAxis` is deprecated. Replace it with `momepy.compactness_weighted_axis` to
    use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    self.df_buildings["cwa"] = mm.CompactnessWeightedAxis(self.df_buildings).series

    momepy/tests/test_shape.py::TestShape::test_CompactnessWeightedAxis
    /build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/shape.py:1345: FutureWarning: Class based API like `momepy.LongestAxisLength` is deprecated. Replace it with `momepy.longest_axis_length` to use functional API
    instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
    gdf["mm_la"] = LongestAxisLength(gdf).series

    momepy/tests/test_shape.py::TestShape::test_CompactnessWeightedAxis

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)