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)
- Host: GitHub
- URL: https://github.com/quantecon/quantecon-book-networks
- Owner: QuantEcon
- License: mit
- Created: 2022-04-26T05:31:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T03:31:32.000Z (about 1 year ago)
- Last Synced: 2025-04-28T11:21:44.612Z (about 1 year ago)
- Language: Python
- Size: 483 KB
- Stars: 8
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`