Geospaitial-lab-aviary

Latest version: v0.3.3

Safety actively analyzes 688674 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.3

<!-- Release notes generated using configuration in .github/release.yaml at main -->

What's Changed
Other Changes
* docs: fix inline code links by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/351


**Full Changelog**: https://github.com/geospaitial-lab/aviary/compare/0.3.2...0.3.3

0.3.2

<!-- Release notes generated using configuration in .github/release.yaml at main -->

What's Changed
Highlights
* how-to guide for the installation with uv
Other Changes
* docs: add anchor links to headers by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/330
* ci: check dependencies in separate workflow by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/331
* ci: use uv in workflows by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/332
* docs(workflow): use uv in workflow by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/333
* cd(pypi): use uv in workflow by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/334
* ci: add path filters by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/335
* docs: add uv by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/336
* docs: open links in new tab by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/337
* docs: edit table of contents title by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/338
* docs(workflow): add pull request and push as trigger by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/339
* docs: add noopener noreferrer to links by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/341
* docs: use reference style links by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/342
* build: use uv in dockerfiles by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/343


**Full Changelog**: https://github.com/geospaitial-lab/aviary/compare/0.3.1...0.3.2

0.3.1

<!-- Release notes generated using configuration in .github/release.yaml at main -->

What's Changed
Other Changes
* docs: self-host external assets in embedded maps by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/326
* docs: open links in embedded maps in new tab by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/328


**Full Changelog**: https://github.com/geospaitial-lab/aviary/compare/0.3.0...0.3.1

0.3.0

<!-- Release notes generated using configuration in .github/release.yaml at main -->

What's Changed
Highlights
* slice the `ProcessArea` with the `:` operator
* intersect two `ProcessArea`s with the `&` operator
New Features
* feat(`ProcessArea`): add slicing by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/300
* feat(`ProcessArea`): add intersection by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/302
Other Changes
* chore: add marker file for typing support by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/296
* chore: move code of conduct to .github directory by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/297
* chore: add codeowners by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/298
* ci(check-links): change schedule to daily by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/299
* test(types): add negative indices to test_getitem by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/301
* refactor(`ProcessArea`): edit parameter order in to_gdf signature by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/304
* ci(ci): check links by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/305
* docs: ensure data privacy by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/307
* ci: check links in separate workflow by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/311
* docs: add search highlight and search share by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/312
* docs: open links in embedded maps in new tab by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/313
* docs: edit admonition color by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/314
* docs: add orthophotos to embedded maps by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/315
* ci(check-links): strip newline in multiline configuration for fail by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/318
* docs: add placeholder for legal notice and privacy policy by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/319


**Full Changelog**: https://github.com/geospaitial-lab/aviary/compare/0.2.2...0.3.0

0.2.2

<!-- Release notes generated using configuration in .github/release.yaml at main -->

What's Changed
Highlights
* how-to guides with interactive notebooks for the `BoundingBox` and the `ProcessArea`
Bug Fixes
* fix(`GeospatialFilter`): exclude touching tiles in intersection mode by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/278
Other Changes
* refactor(`SegmentationExporter`): remove `OSError` check by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/249
* docs(api-reference): nest API reference by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/250
* docs: add docs README by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/251
* docs: add tests README by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/252
* docs(how-to-guides): add table of contents by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/253
* ci: add check links workflow by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/254
* ci(check-links): exclude files by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/256
* docs(cli-reference): improve docs by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/257
* docs: add repo by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/259
* ci: add check dependencies workflow by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/260
* ci(ci): check dependencies on all OSs by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/261
* ci(check-dependencies): check dependencies of latest release by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/262
* ci(check-dependencies): install ci requirements by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/263
* refactor(`ProcessArea`): remove redundant code by lxndrrss in https://github.com/geospaitial-lab/aviary/pull/272
* docs(how-to-guides): add how to use the process area by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/271
* cd(bump-version): add commit signing by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/281
* docs(how-to-guides): add how to use the bounding box by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/282
* docs(how-to-guides): add default value to zoom_start by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/283
* ci(check-links): add notebooks by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/286
* ci(check-links): exclude maps by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/287
* docs(how-to-guides): add iterable docs by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/293
* ci(check-links): change user agent to curl by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/294

New Contributors
* lxndrrss made their first contribution in https://github.com/geospaitial-lab/aviary/pull/272

**Full Changelog**: https://github.com/geospaitial-lab/aviary/compare/0.2.1...0.2.2

0.2.1

<!-- Release notes generated using configuration in .github/release.yaml at main -->

What's Changed
Other Changes
* cd(ghcr): fix build args by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/244
* refactor(`Dataset`): change data_preprocessor to optional by mrsmrynk in https://github.com/geospaitial-lab/aviary/pull/245


**Full Changelog**: https://github.com/geospaitial-lab/aviary/compare/0.2.0...0.2.1

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.