Skip to content

Commit 6f385f5

Browse files
committed
changelog & remove pyarrow requirement from dev.txt
1 parent a9a60c2 commit 6f385f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- Recommended installation instructions changed from using `pip` to creating a `mamba` environment [#38](https://github.com/arup-group/osmox/pull/38).
2727
- Supported and tested Python versions updated to py3.10 - py3.12 [#38](https://github.com/arup-group/osmox/pull/38).
2828
- Majority of documentation moved from README to dedicated documentation site: https://arup-group.github.io/osmox [#40](https://github.com/arup-group/osmox/pull/40).
29+
- Default output format changed from `.geojson` to `.gpkg` & support for multiple file formats (`.gpkg`, `.geojson`, `.parquet`) [#41](https://github.com/arup-group/osmox/issues/41)
2930

3031
## [v0.2.0]
3132

requirements/dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ mkdocs-material >= 9.4, < 10
55
mkdocs-click < 0.7
66
mkdocstrings-python < 2
77
pre-commit < 4
8-
pyarrow >= 15.0.2, < 16
98
pytest >= 8, < 9
109
pytest-cov < 5
1110
pytest-mock < 4

0 commit comments

Comments
 (0)