An open API service indexing awesome lists of open source software.

https://github.com/quantecon/quantecon-book-networks

Package for networks.quantecon.org (Economic Networks)
https://github.com/quantecon/quantecon-book-networks

Last synced: 7 months ago
JSON representation

Package for networks.quantecon.org (Economic Networks)

Awesome Lists containing this project

README

          

# quantecon-book-networks

Python Package for https://networks.quantecon.org (Economic Networks)

# Releases

# 2025-May-29: v1.5

FIX: remove use of pandas_datareader as it was causing `FutureWarning` issues globally.

# 2025-Apr-24: v1.4

BUG: Fix dependency by including `wbgapi` package

# 2025-March-26: v1.3

BUG: Fix one instance where pandas_datareader use was causing a FutureWarning to be triggered by pandas

# 2025-Feb-18: v1.2

Removed POTS dependency as no longer building a jupyter-book on the companion site, and enables package to be `wasm` compatible.

# 2023-Dec-06: v1.1

DEPS: Add POTS as a dependency to support the lectures and enable automatic installation of dependencies

# 2023-Nov-20: v1.0

This is the first `v1` release to support the publication of the book

## Package Builder

This package uses [flit]() to build and publish updates to PyPI

To update the package:

1. Make the necessary updates to `main` (via PR or push)
2. Use `flit install` to install it for local testing
3. To publish use `flit publish`

> :warning: You will need to have mantainer priviledges
> on PyPI for `quantecon_book_networks` package.

The configuration for `flit` is found in `pyproject.toml`