-------------------
This release is a major refactoring of the package to make it more lightweight
and independent. The package now uses ``aiohttp`` and ``aiofiles`` with a limit
on the number of simulnatious connections to the host, for handling
all server requests. This avoids hammering the server with multiple requests and
improves the performance and reliability of the package. The package no longer
depends on other HyRiver libraries, making it more lightweight and faster to load.
Internal Changes
~~~~~~~~~~~~~~~~
- Remove dependency on other HyRiver libraries to make the package more
lightweight and independent.
- Use ``aiohttp`` and ``aiofiles`` for handling all server requests.
This avoids hammering the server with multiple requests and improves
the performance and reliability of the package.
- Remove dependency on ``geopandas`` and use ``shapely`` only for handling
geometries. This makes the package more lightweight and faster.
Breaking Changes
~~~~~~~~~~~~~~~~
- Remove the option to disable SSL in all functions. Now, SSL verification
is always enabled.