Skip to content

Commit

Permalink
Merge branch '864-release0.9.0' into 'master'
Browse files Browse the repository at this point in the history
release 0.9.0

Closes #864

See merge request 3d/cars-park/cars!740
  • Loading branch information
dyoussef committed Sep 27, 2024
2 parents 1bc96d8 + 7af1438 commit 26e8f38
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.9.0 Output interfaces (September 2024)

### Added

- Usage of up/down sampled sensor images [#797]
- Pleiades usage tutorial [#792]

### Changed

- Refactoring of input and output configuration [#824]
- Choose interpolation mode used in resampling [#831]
- Displacement grids changed to localisation grids [#828]
- Cars-resample and Cars-rasterize optimisation [#803]
- Dsm radius parameter can now be used as a float [#792]
- Refactoring of geoid usage [#830]

### Fixed

- Artefacts in performance map [#846]
- Performance map modified [#898]
- DSM clipping removed in notebook [#853]
- Dask / pandas future warning removed [#759]
- Crash avoided when temporary files lost [#847]
- Blue pixels in orthorectified image [#812]


## 0.8.0 Orfeo Toolbox dependency removal (June 2024)

### Added
Expand Down
1 change: 1 addition & 0 deletions cars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

# Force monothread for child workers
os.environ["PANDORA_NUMBA_PARALLEL"] = str(False)
os.environ["PANDORA_NUMBA_CACHE"] = str(False)
os.environ["SHARELOC_NUMBA_PARALLEL"] = str(False)
os.environ["OMP_NUM_THREADS"] = "1"
os.environ["MKL_NUM_THREADS"] = "1"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install_requires =
laspy[laszip]
tbb==2020.3.254 # Intel optim for numba: KO for 2021 versions
numba
pandora[sgm]==1.6.1
pandora[sgm]==1.6.2
cars-rasterize==0.2.*
cars-resample==0.1.*
vlsift==0.1.*
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/data/ref_output/performance_map_end2end_ventoux_split.tif
Binary file not shown.
Binary file not shown.

0 comments on commit 26e8f38

Please sign in to comment.