Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4010812
Adds cost income
spjuhel Apr 7, 2026
3883cc4
Merge remote-tracking branch 'origin/develop' into feature/option-app…
spjuhel Apr 7, 2026
c93ba6f
Merge branch 'feature/option-appraisal-dataclasses' into feature/opti…
spjuhel Apr 7, 2026
14899d6
Merge branch 'feature/option-appraisal-dataclasses' into feature/opti…
spjuhel Apr 7, 2026
ff6733e
Docstringyfies and cleans up a bit
spjuhel Apr 9, 2026
66a3f70
Fix resampling issues, few docstring adjustments
spjuhel Apr 9, 2026
1a1c97d
Removes periodic income from implementation period for consistency
spjuhel Apr 9, 2026
5822a69
Removes discount rate logic (to be handled in StaticAppraiser)
spjuhel Apr 9, 2026
971a772
Adds unit tests
spjuhel Apr 9, 2026
243cbac
Adds nice __repr__
spjuhel Apr 9, 2026
a17f2e2
Improves freq handling, nicer plot
spjuhel Apr 9, 2026
abe1fdf
Adds test for freq manipulations
spjuhel Apr 9, 2026
1513c11
Adds tutorial file
spjuhel Apr 9, 2026
7a74b51
Merge branch 'feature/option-appraisal-dataclasses' into feature/opti…
spjuhel Apr 9, 2026
53ccaf7
Includes notebook in documentation index
spjuhel Apr 9, 2026
a9fd1c6
Updates changelog
spjuhel Apr 10, 2026
f7b86a7
Merge branch 'feature/option-appraisal-dataclasses' into feature/opti…
spjuhel Apr 10, 2026
42876fa
Merge branch 'feature/option-appraisal-dataclasses' into feature/opti…
spjuhel Apr 10, 2026
d787844
Adds class to rst index
spjuhel Apr 10, 2026
a2b5d09
Merge branch 'feature/option-appraisal-dataclasses' into feature/opti…
spjuhel Apr 10, 2026
cfd7c0a
Merge branch 'feature/option-appraisal-dataclasses' into feature/opti…
spjuhel Apr 10, 2026
ef39bde
Adds class to rst index
spjuhel Apr 10, 2026
0003869
Improves custom cash flows, updates tests
spjuhel Apr 21, 2026
22c45b1
Updates tutorial
spjuhel Apr 21, 2026
a4768a4
Merge branch 'feature/option-appraisal-dataclasses' into feature/opti…
spjuhel Apr 21, 2026
7b9be55
Removes advanced test debugging mechanisms
spjuhel Apr 21, 2026
2ee944b
Fixes remaining pylint remarks
spjuhel Apr 21, 2026
044b7f4
Merge branch 'develop' into feature/option-appraisal-costincome
spjuhel May 13, 2026
3e8c51a
Merge remote-tracking branch 'origin/develop' into feature/option-app…
spjuhel May 13, 2026
dc29f9b
Implement somes comments from Vale
spjuhel May 28, 2026
3165652
Removes double checks
spjuhel May 29, 2026
d09d18f
Removes method not in use
spjuhel May 29, 2026
f191980
Merge remote-tracking branch 'origin/develop' into feature/option-app…
spjuhel May 29, 2026
dd9c738
Adds test for custom cost incomes and cash flow computation
spjuhel May 29, 2026
7e30183
Merge remote-tracking branch 'origin/develop' into feature/option-app…
spjuhel Jun 10, 2026
a56dcc6
removes tests for removed method
spjuhel Jun 10, 2026
d5778d9
Merge remote-tracking branch 'origin/develop' into feature/option-app…
spjuhel Jun 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Code freeze date: YYYY-MM-DD
- Support for ensemble forecast data as hazard via `HazardForecast` and `ImpactForecast`, see `doc.user_guide.climada_engine_ImpactForecast.ipynb` [#1115](https://github.com/CLIMADA-project/climada_python/pull/)
- Better type hints and overloads signatures for ImpactFuncSet [#1250](https://github.com/CLIMADA-project/climada_python/pull/1250)
- Adds `MeasureConfig` and related dataclasses for new `Measure` object retrocompatibility and (de)serialization capabilities [#1276](https://github.com/CLIMADA-project/climada_python/pull/1276)
- Adds `CostIncome` class and related tutorial for future new `Measure` class. [#1277](https://github.com/CLIMADA-project/climada_python/pull/1277)
- Better type hints and overloads signatures for ImpactFuncSet [#1250](https://github.com/CLIMADA-project/climada_python/pull/1250)
- Add inter- and extrapolation options to `ImpactFreqCurve` with method `interpolate` [#1252](https://github.com/CLIMADA-project/climada_python/pull/1252)
- Add `trajectory` module to ease the handling of multiple risk assessment at different point in time, and enable interpolation in between. [#1197](https://github.com/CLIMADA-project/climada_python/pull/1197), [#1198](https://github.com/CLIMADA-project/climada_python/pull/1198), [#1199](https://github.com/CLIMADA-project/climada_python/pull/1199), [#1200](https://github.com/CLIMADA-project/climada_python/pull/1197), [#1201](https://github.com/CLIMADA-project/climada_python/pull/1197)

Expand Down
Loading
Loading