You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to pass a dict for the summarized fields, fix the doc rendering (#1195)
* Allow to pass a dict for the summarized fields, fix the doc rendering
* Apply suggestions from code review
Co-authored-by: Julia Signell <jsignell@gmail.com>
---------
Co-authored-by: Julia Signell <jsignell@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,18 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### Added
6
+
7
+
- Allow to pass a Dict with field names and summary strategies to the `fields` parameter in the `Summarizer` constructor ([#1195](https://github.com/stac-utils/pystac/pull/1195))
8
+
5
9
### Changed
6
10
7
11
- Pin jsonschema version to <4.18 until regresssions are fixed
8
12
13
+
### Fixed
14
+
15
+
- Fix the documentation rendering of the `fields` parameter in the `Summarizer` constructor ([#1195](https://github.com/stac-utils/pystac/pull/1195))
0 commit comments