Skip to content

Commit 3f329e7

Browse files
author
Jon Duckworth
authored
Merge pull request #398 from stac-utils/main
Version 1.0.0-beta.3 -> release branch
2 parents 6214193 + 3f2f95f commit 3f329e7

File tree

246 files changed

+7868
-1514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+7868
-1514
lines changed

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[report]
2+
fail_under = 89
3+
4+
[run]
5+
source = pystac

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@
1010

1111
### Removed
1212

13+
## [1.0.0-beta.3]
14+
15+
### Added
16+
17+
- Summaries for View Geometry, Projection, and Scientific extensions ([#372](https://github.com/stac-utils/pystac/pull/372))
18+
- Raster extension support ([#364](https://github.com/stac-utils/pystac/issues/364))
19+
- solar_illumination field in eo extension ([#356](https://github.com/stac-utils/pystac/issues/356))
20+
- Added `Link.canonical` static method for creating links with "canonical" rel type ([#351](https://github.com/stac-utils/pystac/pull/351))
21+
- Added `RelType` enum containing common `rel` values ([#351](https://github.com/stac-utils/pystac/pull/351))
22+
- Added support for summaries ([#264](https://github.com/stac-utils/pystac/pull/264))
23+
24+
### Fixed
25+
26+
- Links to STAC Spec point to latest supported version ([#368](https://github.com/stac-utils/pystac/pull/368))
27+
- Links to STAC Extension pages point to repos in `stac-extensions` GitHub org ([#368](https://github.com/stac-utils/pystac/pull/368))
28+
- Collection assets ([#373](https://github.com/stac-utils/pystac/pull/373))
29+
30+
### Removed
31+
32+
- Two v0.6.0 examples from the test suite ([#373](https://github.com/stac-utils/pystac/pull/373))
33+
1334
## [1.0.0-beta.2]
1435

1536
### Changed
@@ -26,7 +47,7 @@
2647
- Removed type information from docstrings, since it is redundant with function type
2748
annotations ([#342](https://github.com/stac-utils/pystac/pull/342))
2849

29-
## [1.0.0-beta.1]
50+
## [v1.0.0-beta.1]
3051

3152
### Added
3253

@@ -313,7 +334,8 @@ use `Band.create`
313334

314335
Initial release.
315336

316-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..main>
337+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..main>
338+
[v1.0.0-beta.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3>
317339
[v1.0.0-beta.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..v1.0.0-beta.2>
318340
[v1.0.0-beta.1]: <https://github.com/stac-utils/pystac/compare/v0.5.6..v1.0.0-beta.1>
319341
[v0.5.6]: <https://github.com/stac-utils/pystac/compare/v0.5.5..v0.5.6>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![Build Status](https://github.com/stac-utils/pystac/workflows/CI/badge.svg?branch=develop)
33
[![PyPI version](https://badge.fury.io/py/pystac.svg)](https://badge.fury.io/py/pystac)
44
[![Documentation](https://readthedocs.org/projects/pystac/badge/?version=latest)](https://pystac.readthedocs.io/en/latest/)
5-
[![codecov](https://codecov.io/gh/stac-utils/pystac/branch/develop/graph/badge.svg)](https://codecov.io/gh/stac-utils/pystac)
5+
[![codecov](https://codecov.io/gh/stac-utils/pystac/branch/main/graph/badge.svg)](https://codecov.io/gh/stac-utils/pystac)
66
[![Gitter chat](https://badges.gitter.im/azavea/pystac.svg)](https://gitter.im/azavea/pystac)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
88

doc8.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[doc8]
2+
3+
ignore-path=docs/_build,docs/tutorials
4+
max-line-length=88

0 commit comments

Comments
 (0)