Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump to v2.0.0 #96

Merged
merged 5 commits into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
args: [--maxkb=50]
Expand All @@ -16,13 +16,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
types_or: [markdown, yaml]

- repo: https://github.com/nbQA-dev/nbQA
rev: "1.8.5"
rev: "1.9.1"
hooks:
- id: nbqa-isort
additional_dependencies: [isort]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![GitHub tag](https://img.shields.io/github/v/tag/gboeing/osmnx-examples?label=Uses+OSMnx)](https://github.com/gboeing/osmnx)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gboeing/osmnx-examples/main?urlpath=lab)
[![Build Status](https://github.com/gboeing/osmnx-examples/workflows/tests/badge.svg?branch=main)](https://github.com/gboeing/osmnx-examples/actions/workflows/tests.yml)
[![Build Status](https://github.com/gboeing/osmnx-examples/workflows/CI/badge.svg?branch=main)](https://github.com/gboeing/osmnx-examples/actions/workflows/tests.yml)

OSMnx 2.0 is in beta: read the [migration guide](https://github.com/gboeing/osmnx/issues/1123).
OSMnx 2.0 is released: read the [migration guide](https://github.com/gboeing/osmnx/issues/1123).

[OSMnx](https://github.com/gboeing/osmnx) is a Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap. You can download and model walking, driving, or biking networks with a single line of code then analyze and visualize them. You can just as easily work with urban amenities/points of interest, building footprints, transit stops, elevation data, street orientations, speed/travel time, and routing.

Expand Down
20 changes: 1 addition & 19 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,9 @@ channels:
- conda-forge

dependencies:
# OSMnx required/optional dependencies
- geopandas
- matplotlib
- networkx
- numpy
- pandas
- rasterio
- requests
- rio-vrt
- scipy
- scikit-learn
- shapely

# other packages needed for CI or running examples
- jupyterlab
- osmnx=2.0.*
- pillow
- pre-commit
- python=3.11.*
- python-igraph

# install OSMnx beta via pip
- pip
- pip:
- osmnx==2.0.0b2