File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.6.0] (2021-01-22)
8+
9+ ### Added
10+
11+ - Added a demo for 3D surfaces with cylindrical symmetries. (` examples/example1.py ` )
12+
13+ ### Fixes
14+
15+ - Fixes incorrectly plotted curves when no ` imshow ` has been called.
16+ - Fixes ugly coefficient calculation code.
17+
718## [ 1.5.1] (2021-01-22)
819
920### Added
Original file line number Diff line number Diff line change 2222EMAIL = "henrik.blidh@nedomkull.com"
2323AUTHOR = "Henrik Blidh"
2424REQUIRES_PYTHON = ">=2.7.10"
25- VERSION = "1.5.1 "
25+ VERSION = "1.6.0 "
2626
2727REQUIRED = ["numpy>=1.7.0" ]
2828
You can’t perform that action at this time.
0 commit comments