-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from WIAS-PDELib/fix/CHANGELOG
Update encoding of CHANGELOG
- Loading branch information
Showing
1 changed file
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,20 +60,20 @@ See also https://blog.makie.org/blogposts/v0.21/ | |
|
||
- Gridscale etc (#20) | ||
|
||
Some updates, fixes: | ||
|
||
* gridscale for plutovista, pyplot, makie,plots | ||
|
||
* Export vectorsample and quiverdata | ||
|
||
* Fix streamplot handling for Makie | ||
|
||
* spacing -> rasterpoints for quiver, streamplot | ||
|
||
* Ensure that colorbarticks are always shown and contain the function limits | ||
|
||
* Add customplot | ||
|
||
Some updates, fixes: | ||
|
||
* gridscale for plutovista, pyplot, makie,plots | ||
|
||
* Export vectorsample and quiverdata | ||
|
||
* Fix streamplot handling for Makie | ||
|
||
* spacing -> rasterpoints for quiver, streamplot | ||
|
||
* Ensure that colorbarticks are always shown and contain the function limits | ||
|
||
* Add customplot | ||
|
||
|
||
|
||
## [1.4.0] - 2023-12-05 | ||
|
@@ -121,22 +121,22 @@ Co-authored-by: Christian Merdon <[email protected]> | |
|
||
- Improved PyPlot backend: (#17) | ||
|
||
* better fontsize recognition | ||
|
||
* correct fig sizes | ||
|
||
* tight_layout() also for SubVisualizer reveal | ||
|
||
* fixed rare clipping of last colorlevel in scalarplot | ||
|
||
* coordinate limits (xlimits etc.) are used in vectorsample (such that scaling only is applied to vectors in the clipped area) | ||
|
||
* new vector scaling method vconstant that scales all arrows equally | ||
|
||
* repaired streamplot (U and V arguments needed transposition) | ||
|
||
* added density argument to streamplot | ||
|
||
* better fontsize recognition | ||
|
||
* correct fig sizes | ||
|
||
* tight_layout() also for SubVisualizer reveal | ||
|
||
* fixed rare clipping of last colorlevel in scalarplot | ||
|
||
* coordinate limits (xlimits etc.) are used in vectorsample (such that scaling only is applied to vectors in the clipped area) | ||
|
||
* new vector scaling method vconstant that scales all arrows equally | ||
|
||
* repaired streamplot (U and V arguments needed transposition) | ||
|
||
* added density argument to streamplot | ||
|
||
|
||
|
||
## [1.1.0] - 2023-06-02 | ||
|
@@ -154,4 +154,4 @@ fix colorbarticks | |
|
||
- Subgridplots (#16) | ||
|
||
Handle plots of discontinuous functions in Makie,Pyplot, PlutoVista | ||
Handle plots of discontinuous functions in Makie,Pyplot, PlutoVista |