Skip to content

Commit

Permalink
v01.1.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger committed Oct 18, 2024
1 parent 0078cf5 commit 6593cf5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 0.1.1.dev1 (2024-10-18)

* "Line" and "Duration" time series plot types
* Time series plots can sum by nodes or techs
* Time series plots don't break on models with only few timesteps
* Support models without a name

## 0.1.1.dev0 (2024-08-26)

* Name changed to **Calligraph**
* Timeseries subsetting (#1)
* Improved timeseries plotting on map page
* Time series subsetting (#1)
* Improved time series plotting on map page
* Zoom maps by zoom wheel (#5)
* Permit changing the same colors together
* Various bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion src/calligraph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1.dev0"
__version__ = "0.1.1.dev1"

import calligraph.cli
import calligraph.core
Expand Down

0 comments on commit 6593cf5

Please sign in to comment.