Python Package for https://networks.quantecon.org (Economic Networks)
FIX: remove use of pandas_datareader as it was causing FutureWarning issues globally.
BUG: Fix dependency by including wbgapi package
BUG: Fix one instance where pandas_datareader use was causing a FutureWarning to be triggered by pandas
Removed POTS dependency as no longer building a jupyter-book on the companion site, and enables package to be wasm compatible.
DEPS: Add POTS as a dependency to support the lectures and enable automatic installation of dependencies
This is the first v1 release to support the publication of the book
This package uses flit to build and publish updates to PyPI
To update the package:
- Make the necessary updates to
main(via PR or push) - Use
flit installto install it for local testing - To publish use
flit publish
⚠️ You will need to have mantainer priviledges on PyPI forquantecon_book_networkspackage.
The configuration for flit is found in pyproject.toml