[continued from previous message]
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:75: FutureWarning: Class based API like `momepy.FloorArea` is deprecated. Replace it with `momepy.floor_area` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["floor_area"] = mm.FloorArea(
momepy/tests/test_dimension.py::TestDimensions::test_CourtyardArea
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:82: 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.
self.df_buildings["courtyard_area"] = mm.CourtyardArea(
momepy/tests/test_dimension.py::TestDimensions::test_CourtyardArea
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:93: 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.
self.df_buildings["courtyard_area"] = mm.CourtyardArea(
momepy/tests/test_dimension.py::TestDimensions::test_CourtyardArea
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:98: 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.
self.df_buildings["courtyard_area"] = mm.CourtyardArea(self.df_buildings).series
momepy/tests/test_dimension.py::TestDimensions::test_CourtyardArea
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:102: 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.
self.df_buildings["courtyard_area"] = mm.CourtyardArea(
momepy/tests/test_dimension.py::TestDimensions::test_LongestAxisLength
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:107: 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.
self.df_buildings["long_axis"] = mm.LongestAxisLength(self.df_buildings).series
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:115: 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.
spatial_weights = sw_high(k=3, gdf=self.df_tessellation, ids="uID")
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:118: FutureWarning: `momepy.AverageCharacter` 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.
self.df_tessellation["mesh_ar"] = mm.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:126: FutureWarning: `momepy.AverageCharacter` 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.
self.df_tessellation["mesh_array"] = mm.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:134: FutureWarning: `momepy.AverageCharacter` 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.
self.df_tessellation["mesh_id"] = mm.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:142: FutureWarning: `momepy.AverageCharacter` 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.
self.df_tessellation["mesh_iq"] = mm.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:150: FutureWarning: `momepy.AverageCharacter` 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.
all_m = mm.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:157: FutureWarning: `momepy.AverageCharacter` 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.
two = mm.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:165: FutureWarning: `momepy.AverageCharacter` 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.
self.df_tessellation["mesh_ar"] = mm.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:173: FutureWarning: `momepy.AverageCharacter` 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.
self.df_tessellation["mesh_ar"] = mm.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:192: 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 = sw_high(k=3, gdf=self.df_tessellation[2:], ids="uID")
momepy/tests/test_dimension.py::TestDimensions::test_AverageCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:194: FutureWarning: `momepy.AverageCharacter` 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.AverageCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_StreetProfile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:205: FutureWarning: Class based API like `momepy.StreetProfile` is deprecated. Replace it with `momepy.street_profile` to use functional
API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
results = mm.StreetProfile(self.df_streets, self.df_buildings, heights="height")
momepy/tests/test_dimension.py::TestDimensions::test_StreetProfile
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:214: FutureWarning: Class based API like `momepy.StreetProfile` is deprecated. Replace it with `momepy.street_profile` to use functional
API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
results2 = mm.StreetProfile(
momepy/tests/test_dimension.py::TestDimensions::test_WeightedCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:245: 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 = sw_high(k=3, gdf=self.df_tessellation, ids="uID")
momepy/tests/test_dimension.py::TestDimensions::test_WeightedCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:246: FutureWarning: Class based API like `momepy.WeightedCharacter` is deprecated. Replace it with `momepy.weighted_character` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
weighted = mm.WeightedCharacter(self.df_buildings, "height", sw, "uID").series
momepy/tests/test_dimension.py::TestDimensions::test_WeightedCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:250: 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 = sw_high(k=3, gdf=self.df_tessellation, ids="uID")
momepy/tests/test_dimension.py::TestDimensions::test_WeightedCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:251: FutureWarning: Class based API like `momepy.WeightedCharacter` is deprecated. Replace it with `momepy.weighted_character` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
weighted = mm.WeightedCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_WeightedCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:257: 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 = sw_high(k=3, gdf=self.df_tessellation, ids="uID")
momepy/tests/test_dimension.py::TestDimensions::test_WeightedCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:258: FutureWarning: Class based API like `momepy.WeightedCharacter` is deprecated. Replace it with `momepy.weighted_character` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
weighted = mm.WeightedCharacter(
momepy/tests/test_dimension.py::TestDimensions::test_WeightedCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:263: 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 = sw_high(k=3, gdf=self.df_tessellation[2:], ids="uID")
momepy/tests/test_dimension.py::TestDimensions::test_WeightedCharacter
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:265: FutureWarning: Class based API like `momepy.WeightedCharacter` is deprecated. Replace it with `momepy.weighted_character` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.WeightedCharacter(self.df_buildings, "height", sw_drop, "uID")
momepy/tests/test_dimension.py::TestDimensions::test_CoveredArea
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:271: 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 = sw_high(gdf=self.df_tessellation, k=1, ids="uID")
momepy/tests/test_dimension.py::TestDimensions::test_CoveredArea
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:272: FutureWarning: `momepy.CoveredArea` 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.
covered_sw = mm.CoveredArea(self.df_tessellation, sw, "uID").series
momepy/tests/test_dimension.py::TestDimensions::test_CoveredArea
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:274: 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 = sw_high(k=3, gdf=self.df_tessellation[2:], ids="uID")
momepy/tests/test_dimension.py::TestDimensions::test_CoveredArea
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:275: FutureWarning: `momepy.CoveredArea` 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.
assert mm.CoveredArea(self.df_tessellation, sw_drop, "uID").series.isna().any()
momepy/tests/test_dimension.py::TestDimensions::test_PerimeterWall
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:278: 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 = sw_high(gdf=self.df_buildings, k=1)
momepy/tests/test_dimension.py::TestDimensions::test_PerimeterWall
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:279: FutureWarning: Class based API like `momepy.PerimeterWall` is deprecated. Replace it with `momepy.perimeter_wall` to use functional
API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
wall = mm.PerimeterWall(self.df_buildings).series
momepy/tests/test_dimension.py::TestDimensions::test_PerimeterWall
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:280: FutureWarning: Class based API like `momepy.PerimeterWall` is deprecated. Replace it with `momepy.perimeter_wall` to use functional
API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
wall_sw = mm.PerimeterWall(self.df_buildings, sw).series
momepy/tests/test_dimension.py::TestDimensions::test_SegmentsLength
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:285: FutureWarning: `momepy.SegmentsLength` is deprecated. Replace it with `.describe()` or `.lag()` methods of libpysal.graph.Graph or
pin momepy version <1.0. This class will be removed in 1.0.
absol = mm.SegmentsLength(self.df_streets).sum
momepy/tests/test_dimension.py::TestDimensions::test_SegmentsLength
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_dimension.py:286: FutureWarning: `momepy.SegmentsLength` is deprecated. Replace it with `.describe()` or `.lag()` methods of libpysal.graph.Graph or
pin momepy version <1.0. This class will be removed in 1.0.
mean = mm.SegmentsLength(self.df_streets, mean=True).mean
momepy/tests/test_distribution.py: 10 warnings
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:18: 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_distribution.py: 10 warnings
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:20: FutureWarning: Class based API like `momepy.get_network_id` is deprecated. Replace it with `momepy.get_nearest_street` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["nID"] = mm.get_network_id(
momepy/tests/test_distribution.py::TestDistribution::test_Orientation
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:25: FutureWarning: Class based API like `momepy.Orientation` is deprecated. Replace it with `momepy.orientation` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["orient"] = mm.Orientation(self.df_buildings).series
momepy/tests/test_distribution.py::TestDistribution::test_Orientation
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:29: FutureWarning: Class based API like `momepy.Orientation` is deprecated. Replace it with `momepy.orientation` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_streets["orient"] = mm.Orientation(self.df_streets).series
momepy/tests/test_distribution.py::TestDistribution::test_SharedWalls
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:34: FutureWarning: Class based API like `momepy.SharedWalls` or `momepy.SharedWallsRatio` is deprecated. Replace it with `momepy.shared_
walls` or explicitly computing `momepy.shared_walls / gdf.length` respectively to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["swr"] = mm.SharedWalls(self.df_buildings).series
momepy/tests/test_distribution.py::TestDistribution::test_SharedWalls
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:36: FutureWarning: Class based API like `momepy.SharedWalls` or `momepy.SharedWallsRatio` is deprecated. Replace it with `momepy.shared_
walls` or explicitly computing `momepy.shared_walls / gdf.length` respectively to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
result = mm.SharedWalls(nonconsecutive).series
momepy/tests/test_distribution.py::TestDistribution::test_SharedWallsRatio momepy/tests/test_distribution.py::TestDistribution::test_SharedWallsRatio momepy/tests/test_distribution.py::TestDistribution::test_SharedWallsRatio
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/distribution.py:214: FutureWarning: Class based API like `momepy.SharedWalls` or `momepy.SharedWallsRatio` is deprecated. Replace it with `momepy.shared_walls` or
explicitly computing `momepy.shared_walls / gdf.length` respectively to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
super().__init__(gdf)
momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:54: FutureWarning: Class based API like `momepy.Orientation` is deprecated. Replace it with `momepy.orientation` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["orient"] = orient = mm.Orientation(self.df_buildings).series
momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:55: FutureWarning: Class based API like `momepy.StreetAlignment` is deprecated. Replace it with `momepy.street_alignment` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["street_alignment"] = mm.StreetAlignment(
momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/distribution.py:329: FutureWarning: Class based API like `momepy.Orientation` is deprecated. Replace it with `momepy.orientation` to use functional API instead or
pin momepy version <1.0. Class-based API will be removed in 1.0.
right["_orientation"] = Orientation(right, verbose=False).series
momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:58: FutureWarning: Class based API like `momepy.StreetAlignment` is deprecated. Replace it with `momepy.street_alignment` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["street_alignment2"] = mm.StreetAlignment(
momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:65: FutureWarning: Class based API like `momepy.StreetAlignment` is deprecated. Replace it with `momepy.street_alignment` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["street_a_arr"] = mm.StreetAlignment(
momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:80: FutureWarning: Class based API like `momepy.StreetAlignment` is deprecated. Replace it with `momepy.street_alignment` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["street_alignment"] = mm.StreetAlignment(
momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:84: FutureWarning: Class based API like `momepy.StreetAlignment` is deprecated. Replace it with `momepy.street_alignment` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["street_alignment"] = mm.StreetAlignment(
momepy/tests/test_distribution.py::TestDistribution::test_StreetAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:88: FutureWarning: Class based API like `momepy.StreetAlignment` is deprecated. Replace it with `momepy.street_alignment` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["street_alignment"] = mm.StreetAlignment(
momepy/tests/test_distribution.py::TestDistribution::test_CellAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:101: FutureWarning: Class based API like `momepy.Orientation` is deprecated. Replace it with `momepy.orientation` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["orient"] = blgori = mm.Orientation(self.df_buildings).series
momepy/tests/test_distribution.py::TestDistribution::test_CellAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:102: FutureWarning: Class based API like `momepy.Orientation` is deprecated. Replace it with `momepy.orientation` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_tessellation["orient"] = tessori = mm.Orientation(
momepy/tests/test_distribution.py::TestDistribution::test_CellAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:105: FutureWarning: Class based API like `momepy.CellAlignment` is deprecated. Replace it with `momepy.cell_alignment` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["c_align"] = mm.CellAlignment(
momepy/tests/test_distribution.py::TestDistribution::test_CellAlignment
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:108: FutureWarning: Class based API like `momepy.CellAlignment` is deprecated. Replace it with `momepy.cell_alignment` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["c_align_array"] = mm.CellAlignment(
momepy/tests/test_distribution.py::TestDistribution::test_NeighborDistance
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:140: FutureWarning: Class based API like `momepy.NeighborDistance` is deprecated. Replace it with `momepy.neighbor_distance` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["dist_sw"] = mm.NeighborDistance(
momepy/tests/test_distribution.py::TestDistribution::test_NeighborDistance
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:147: FutureWarning: Class based API like `momepy.NeighborDistance` is deprecated. Replace it with `momepy.neighbor_distance` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["dist_sw"] = mm.NeighborDistance(
momepy/tests/test_distribution.py::TestDistribution::test_MeanInterbuildingDistance
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:156: FutureWarning: Class based API like `momepy.MeanInterbuildingDistance` is deprecated. Replace it with `momepy.mean_interbuilding_
distance` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["m_dist"] = mm.MeanInterbuildingDistance(
momepy/tests/test_distribution.py::TestDistribution::test_MeanInterbuildingDistance
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:163: FutureWarning: Class based API like `momepy.MeanInterbuildingDistance` is deprecated. Replace it with `momepy.mean_interbuilding_
distance` to use functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.MeanInterbuildingDistance(self.df_buildings, sw_drop, "uID")
momepy/tests/test_distribution.py::TestDistribution::test_NeighboringStreetOrientationDeviation
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:169: FutureWarning: `momepy.NeighboringStreetOrientationDeviation` is deprecated. Replace it with mean_deviation or pin momepy version <
1.0. This class will be removed in 1.0.
self.df_streets["dev"] = mm.NeighboringStreetOrientationDeviation(
momepy/tests/test_distribution.py::TestDistribution::test_BuildingAdjacency
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:179: 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.
swh = mm.sw_high(k=3, gdf=self.df_tessellation, ids="uID")
momepy/tests/test_distribution.py::TestDistribution::test_BuildingAdjacency
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:180: FutureWarning: Class based API like `momepy.BuildingAdjacency` is deprecated. Replace it with `momepy.building_adjacency` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["adj_sw"] = mm.BuildingAdjacency(
momepy/tests/test_distribution.py::TestDistribution::test_BuildingAdjacency
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:186: FutureWarning: Class based API like `momepy.BuildingAdjacency` is deprecated. Replace it with `momepy.building_adjacency` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_buildings["adj_sw_none"] = mm.BuildingAdjacency(
momepy/tests/test_distribution.py::TestDistribution::test_BuildingAdjacency
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:192: 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.
swh_drop = mm.sw_high(k=3, gdf=self.df_tessellation[2:], ids="uID")
momepy/tests/test_distribution.py::TestDistribution::test_BuildingAdjacency
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:194: FutureWarning: Class based API like `momepy.BuildingAdjacency` is deprecated. Replace it with `momepy.building_adjacency` to use
functional API instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
mm.BuildingAdjacency(
momepy/tests/test_distribution.py::TestDistribution::test_Neighbors
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:204: FutureWarning: Class based API like `momepy.Neighbors` is deprecated. Replace it with `momepy.neighbors` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_tessellation["nei_sw"] = mm.Neighbors(
momepy/tests/test_distribution.py::TestDistribution::test_Neighbors
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:207: FutureWarning: Class based API like `momepy.Neighbors` is deprecated. Replace it with `momepy.neighbors` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
self.df_tessellation["nei_wei"] = mm.Neighbors(
momepy/tests/test_distribution.py::TestDistribution::test_Neighbors
/build/reproducible-path/python-momepy-0.8.1/.pybuild/cpython3_3.13_monepy/build/momepy/tests/test_distribution.py:214: FutureWarning: Class based API like `momepy.Neighbors` is deprecated. Replace it with `momepy.neighbors` to use functional API
instead or pin momepy version <1.0. Class-based API will be removed in 1.0.
assert mm.Neighbors(self.df_tessellation, sw_drop, "uID").series.isna().any()
momepy/tests/test_diversity.py::TestDiversity::test_Range momepy/tests/test_diversity.py::TestDiversity::test_Simpson
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)