We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636d5ef commit 9b6aef3Copy full SHA for 9b6aef3
NEWS.md
@@ -1,7 +1,12 @@
1
-v0.3.0 (2018-??-??)
+v0.4.0 (2018-09-16)
2
===================
3
4
- Drop support for Julia 0.6
5
+- The syntax to access properties of a `WCSTransform` object has been changed
6
+ from `wcs[:ctype]` to the more familiar `wcs.ctype`. Likewise, the new syntax
7
+ to set these properties is `wcs.ctype = foo`. The old syntaxes are still
8
+ available but deprecated, they will be completely removed in a future version
9
+ of the package.
10
11
v0.3.0 (2018-09-05)
12
0 commit comments