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 afa3fa1 commit d2ea9daCopy full SHA for d2ea9da
CHANGELOG.md
@@ -1,13 +1,21 @@
1
SatelliteToolboxGeomagneticField.jl Changelog
2
=============================================
3
4
+Version 1.2.0
5
+-------------
6
+
7
+- ![Enhancement][badge-enhancement] The IGRF algorithm uses by default the
8
+ `LowerTriangularStorage` from SatelliteToolboxBase.jl for the matrices `P` and `dP` if
9
+ they are not provided. This reduces the memory footprint by half without a noticeable
10
+ impact on performance.
11
12
Version 1.1.1
13
-------------
14
15
- ![Bugfix][badge-bugfix] The coefficients for the dipole model were not updated given the
16
new IGRF v14 model.
17
-Verison 1.1.0
18
+Version 1.1.0
19
20
21
- ![Feature][badge-feature] Update IGRF to v14. (Issue [#3][gh-issue-3])
0 commit comments