Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,22 @@ Please keep the format of the changelog consistent with the other releases, so t
---
Until here -->

## [3.0.1] - 2025-10-14
**Summary**: Adding a Migration Guide for the new **flixopt 3** and fixing docs
See the [Migration Guide](https://flixopt.github.io/flixopt/user-guide/migration-guide-v3/).

### 📝 Docs
- Fixed deployed docs
- Added Migration Guide for flixopt 3

### 👷 Development
- Added missing type hints

---

## [3.0.0] - 2025-10-13
**Summary**: This release introduces new model dimensions (periods and scenarios) for multi-period investments and stochastic modeling, along with a redesigned effect sharing system and enhanced I/O capabilities.
For detailed migration instructions, see the [Migration Guide](https://flixopt.github.io/flixopt/user-guide/migration-guide-v3/).

### ✨ Added

Expand Down
61 changes: 0 additions & 61 deletions docs/faq/contribute.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/faq/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/user-guide/mathematical-notation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This section provides the **mathematical formulations** underlying FlixOpt's optimization models. It is intended as **reference documentation** for users who want to understand the mathematical details behind the high-level FlixOpt API described in the [FlixOpt Concepts](../index.md) guide.

**For typical usage**, refer to the [FlixOpt Concepts](../index.md) guide, [Examples](../../examples/), and [API Reference](../../api-reference/) - you don't need to understand these mathematical formulations to use FlixOpt effectively.
**For typical usage**, refer to the [FlixOpt Concepts](../index.md) guide, [Examples](../../examples/index.md), and [API Reference](../../api-reference/index.md) - you don't need to understand these mathematical formulations to use FlixOpt effectively.

---

Expand Down
Loading