d3/d3 (d3)
### [`v7.9.0`](https://redirect.github.com/d3/d3/releases/tag/v7.9.0)
[Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.5...v7.9.0)
- Add d3.schemeObservable10. [https://github.com/d3/d3-scale-chromatic/pull/51](https://redirect.github.com/d3/d3-scale-chromatic/pull/51)
- Change d3.geoCircle precision to 2 degrees. [https://github.com/d3/d3-geo/pull/281](https://redirect.github.com/d3/d3-geo/pull/281)
- Set projection.clipAngle precision to 2 degrees. [https://github.com/d3/d3-geo/pull/282](https://redirect.github.com/d3/d3-geo/pull/282)
### [`v7.8.5`](https://redirect.github.com/d3/d3/releases/tag/v7.8.5)
[Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.4...v7.8.5)
- Fix the return value of d3.medianIndex and d3.quantileIndex when the data contains missing values. [#275](https://redirect.github.com/d3/d3-array/issues/275)
### [`v7.8.4`](https://redirect.github.com/d3/d3/releases/tag/v7.8.4)
[Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.3...v7.8.4)
- Fix circumcenters when the hull is collinear. [https://github.com/d3/d3-delaunay/pull/142](https://redirect.github.com/d3/d3-delaunay/pull/142)
### [`v7.8.3`](https://redirect.github.com/d3/d3/releases/tag/v7.8.3)
[Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.2...v7.8.3)
- Fix precision error calculating *voronoi*.neighbors. [https://github.com/d3/d3-delaunay/pull/138](https://redirect.github.com/d3/d3-delaunay/pull/138) [https://github.com/d3/d3-delaunay/pull/139](https://redirect.github.com/d3/d3-delaunay/pull/139)
- Fix broken polygon. [https://github.com/d3/d3-delaunay/pull/140](https://redirect.github.com/d3/d3-delaunay/pull/140)
- Fix threshold generation when input is empty or has no deviation. [https://github.com/d3/d3-array/pull/271](https://redirect.github.com/d3/d3-array/pull/271)
### [`v7.8.2`](https://redirect.github.com/d3/d3/releases/tag/v7.8.2)
[Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.1...v7.8.2)
- d3.ticks now tries harder to generate at least one tick. [https://github.com/d3/d3-array/pull/264](https://redirect.github.com/d3/d3-array/pull/264)
### [`v7.8.1`](https://redirect.github.com/d3/d3/releases/tag/v7.8.1)
[Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.0...v7.8.1)
- Tolerate invalid input values when generating contours. [#61](https://redirect.github.com/d3/d3-contour/pull/61)
- Tolerate invalid input weights when generating density contours. [#65](https://redirect.github.com/d3/d3-contour/pull/65)
- Fix missing contours at extrema when using default thresholds. [#68](https://redirect.github.com/d3/d3-contour/pull/68)
### [`v7.8.0`](https://redirect.github.com/d3/d3/releases/tag/v7.8.0)
[Compare Source](https://redirect.github.com/d3/d3/compare/v7.7.0...v7.8.0)
- Add [d3.pathRound](https://redirect.github.com/d3/d3-path/blob/main/README.md#pathRound).
- Add configurable precision when generating path data via [*path*.digits](https://redirect.github.com/d3/d3-geo/blob/main/README.md#path_digits).
- Add likewise *shape*.digits method to d3.arc, d3.area, d3.line, d3.link, and d3.symbol.
- Improve the performance of d3.geoPath’s string concatenation.
- Fix arc rendering for small arcs with rounded corners.
- Fix BumpRadial implementation to support multiple points.
- Fix projection when lambda is outside the range ±3π.
- Rename d3.symbolX to d3.symbolTimes; d3.symbolX is now deprecated.
### [`v7.7.0`](https://redirect.github.com/d3/d3/releases/tag/v7.7.0)
[Compare Source](https://redirect.github.com/d3/d3/compare/v7.6.1...v7.7.0)
- Add [d3.unixDay](https://redirect.github.com/d3/d3-time/blob/main/README.md#timeDay) and [d3.unixDays](https://redirect.github.com/d3/d3-time/blob/main/README.md#timeDays). [https://github.com/d3/d3-time/pull/58](https://redirect.github.com/d3/d3-time/pull/58)
- Adopt d3.unixDay in place of d3.utcDay for [d3.utcTicks](https://redirect.github.com/d3/d3-time/blob/main/README.md#utcTicks) to ensure uniform tick spacing.
- Fix mutation of user-owned thresholds in d3.bin. [https://github.com/d3/d3-array/issues/263](https://redirect.github.com/d3/d3-array/issues/263)
- Fix infinite loop when d3.quantile or d3.quickselect is called with invalid arguments. [https://github.com/d3/d3-array/pull/262](https://redirect.github.com/d3/d3-array/pull/262)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.6.1
->7.9.0
Release Notes
d3/d3 (d3)
### [`v7.9.0`](https://redirect.github.com/d3/d3/releases/tag/v7.9.0) [Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.5...v7.9.0) - Add d3.schemeObservable10. [https://github.com/d3/d3-scale-chromatic/pull/51](https://redirect.github.com/d3/d3-scale-chromatic/pull/51) - Change d3.geoCircle precision to 2 degrees. [https://github.com/d3/d3-geo/pull/281](https://redirect.github.com/d3/d3-geo/pull/281) - Set projection.clipAngle precision to 2 degrees. [https://github.com/d3/d3-geo/pull/282](https://redirect.github.com/d3/d3-geo/pull/282) ### [`v7.8.5`](https://redirect.github.com/d3/d3/releases/tag/v7.8.5) [Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.4...v7.8.5) - Fix the return value of d3.medianIndex and d3.quantileIndex when the data contains missing values. [#275](https://redirect.github.com/d3/d3-array/issues/275) ### [`v7.8.4`](https://redirect.github.com/d3/d3/releases/tag/v7.8.4) [Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.3...v7.8.4) - Fix circumcenters when the hull is collinear. [https://github.com/d3/d3-delaunay/pull/142](https://redirect.github.com/d3/d3-delaunay/pull/142) ### [`v7.8.3`](https://redirect.github.com/d3/d3/releases/tag/v7.8.3) [Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.2...v7.8.3) - Fix precision error calculating *voronoi*.neighbors. [https://github.com/d3/d3-delaunay/pull/138](https://redirect.github.com/d3/d3-delaunay/pull/138) [https://github.com/d3/d3-delaunay/pull/139](https://redirect.github.com/d3/d3-delaunay/pull/139) - Fix broken polygon. [https://github.com/d3/d3-delaunay/pull/140](https://redirect.github.com/d3/d3-delaunay/pull/140) - Fix threshold generation when input is empty or has no deviation. [https://github.com/d3/d3-array/pull/271](https://redirect.github.com/d3/d3-array/pull/271) ### [`v7.8.2`](https://redirect.github.com/d3/d3/releases/tag/v7.8.2) [Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.1...v7.8.2) - d3.ticks now tries harder to generate at least one tick. [https://github.com/d3/d3-array/pull/264](https://redirect.github.com/d3/d3-array/pull/264) ### [`v7.8.1`](https://redirect.github.com/d3/d3/releases/tag/v7.8.1) [Compare Source](https://redirect.github.com/d3/d3/compare/v7.8.0...v7.8.1) - Tolerate invalid input values when generating contours. [#61](https://redirect.github.com/d3/d3-contour/pull/61) - Tolerate invalid input weights when generating density contours. [#65](https://redirect.github.com/d3/d3-contour/pull/65) - Fix missing contours at extrema when using default thresholds. [#68](https://redirect.github.com/d3/d3-contour/pull/68) ### [`v7.8.0`](https://redirect.github.com/d3/d3/releases/tag/v7.8.0) [Compare Source](https://redirect.github.com/d3/d3/compare/v7.7.0...v7.8.0) - Add [d3.pathRound](https://redirect.github.com/d3/d3-path/blob/main/README.md#pathRound). - Add configurable precision when generating path data via [*path*.digits](https://redirect.github.com/d3/d3-geo/blob/main/README.md#path_digits). - Add likewise *shape*.digits method to d3.arc, d3.area, d3.line, d3.link, and d3.symbol. - Improve the performance of d3.geoPath’s string concatenation. - Fix arc rendering for small arcs with rounded corners. - Fix BumpRadial implementation to support multiple points. - Fix projection when lambda is outside the range ±3π. - Rename d3.symbolX to d3.symbolTimes; d3.symbolX is now deprecated. ### [`v7.7.0`](https://redirect.github.com/d3/d3/releases/tag/v7.7.0) [Compare Source](https://redirect.github.com/d3/d3/compare/v7.6.1...v7.7.0) - Add [d3.unixDay](https://redirect.github.com/d3/d3-time/blob/main/README.md#timeDay) and [d3.unixDays](https://redirect.github.com/d3/d3-time/blob/main/README.md#timeDays). [https://github.com/d3/d3-time/pull/58](https://redirect.github.com/d3/d3-time/pull/58) - Adopt d3.unixDay in place of d3.utcDay for [d3.utcTicks](https://redirect.github.com/d3/d3-time/blob/main/README.md#utcTicks) to ensure uniform tick spacing. - Fix mutation of user-owned thresholds in d3.bin. [https://github.com/d3/d3-array/issues/263](https://redirect.github.com/d3/d3-array/issues/263) - Fix infinite loop when d3.quantile or d3.quickselect is called with invalid arguments. [https://github.com/d3/d3-array/pull/262](https://redirect.github.com/d3/d3-array/pull/262)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.