|
1 | 1 | # History of Measurements.jl
|
2 | 2 |
|
3 |
| -## v2.12.0 (2025-01-26) |
| 3 | +## [v2.13.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.13.0) (2025-06-14) |
4 | 4 |
|
5 | 5 | ### New features
|
6 | 6 |
|
7 |
| -* The package new requires Julia v1.10. |
| 7 | +* `Measurements.cov` and `Measurements.cor` have new methods for pairwise |
| 8 | + covariance and correlation of two scalar measurements |
| 9 | + ([#176](https://github.com/JuliaPhysics/Measurements.jl/pull/176)). |
| 10 | +* `weightedmean` has a new `dims` keyword argument for selecting the dimensions |
| 11 | + over which to compute the weighted mean |
| 12 | + ([#180](https://github.com/JuliaPhysics/Measurements.jl/issues/180), |
| 13 | + [#182](https://github.com/JuliaPhysics/Measurements.jl/pull/182)). |
| 14 | + |
| 15 | +## [v2.12.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.12.0) (2025-01-26) |
| 16 | + |
| 17 | +### New features |
| 18 | + |
| 19 | +* The package now requires Julia v1.10. |
8 | 20 | * New package extension with
|
9 | 21 | [`Makie.jl`](https://github.com/MakieOrg/Makie.jl)
|
10 | 22 | ([#174](https://github.com/JuliaPhysics/Measurements.jl/pull/174)).
|
11 | 23 |
|
12 |
| -## v2.11.0 (2023-11-03) |
| 24 | +## [v2.11.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.11.0) (2023-11-03) |
13 | 25 |
|
14 | 26 | ### New features
|
15 | 27 |
|
16 | 28 | * New package extension with
|
17 | 29 | [`BaseType.jl`](https://github.com/SymbolicML/BaseType.jl)
|
18 | 30 | ([#156](https://github.com/JuliaPhysics/Measurements.jl/pull/156)).
|
19 | 31 |
|
20 |
| -## v2.10.0 (2023-09-21) |
| 32 | +## [v2.10.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.10.0) (2023-09-21) |
21 | 33 |
|
22 | 34 | ### New features
|
23 | 35 |
|
|
28 | 40 | when using Julia v1.9 or later versions
|
29 | 41 | ([#143](https://github.com/JuliaPhysics/Measurements.jl/pull/143)).
|
30 | 42 |
|
31 |
| -## v2.9.0 (2023-03-22) |
| 43 | +## [v2.9.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.9.0) (2023-03-22) |
32 | 44 |
|
33 | 45 | ### New features
|
34 | 46 |
|
|
44 | 56 | `one(::Measurement{T})`, which did not follow the precise semantic of the
|
45 | 57 | `one` function.
|
46 | 58 |
|
47 |
| -## v2.8.0 (2022-09-01) |
| 59 | +## [v2.8.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.8.0) (2022-09-01) |
48 | 60 |
|
49 | 61 | ### New features
|
50 | 62 |
|
51 | 63 | * The counter of the tags of `Measurement` objects is now atomic
|
52 | 64 | ([#118](https://github.com/JuliaPhysics/Measurements.jl/pull/118)).
|
53 | 65 |
|
54 |
| -## v2.7.2 (2022-05-21) |
| 66 | +## [v2.7.2](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.7.2) (2022-05-21) |
55 | 67 |
|
56 | 68 | ### Bug Fixes
|
57 | 69 |
|
58 | 70 | * Fixed norm of `AbstractArray{<:Measurement}`
|
59 | 71 | ([#120](https://github.com/JuliaPhysics/Measurements.jl/pull/120)).
|
60 | 72 |
|
61 |
| -## v2.7.1 (2022-03-03) |
| 73 | +## [v2.7.1](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.7.1) (2022-03-03) |
62 | 74 |
|
63 | 75 | ### Bug Fixes
|
64 | 76 |
|
65 | 77 | * Fixed method ambiguities
|
66 | 78 | ([#115](https://github.com/JuliaPhysics/Measurements.jl/pull/115) and
|
67 | 79 | [#116](https://github.com/JuliaPhysics/Measurements.jl/pull/116)).
|
68 | 80 |
|
69 |
| -## v2.7.0 (2021-12-28) |
| 81 | +## [v2.7.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.7.0) (2021-12-28) |
70 | 82 |
|
71 | 83 | ### New features
|
72 | 84 |
|
|
85 | 97 | `SpecialFunctions.jl` v2.0
|
86 | 98 | ([#111](https://github.com/JuliaPhysics/Measurements.jl/pull/111)).
|
87 | 99 |
|
88 |
| -## v2.6.0 (2021-04-20) |
| 100 | +## [v2.6.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.6.0) (2021-04-20) |
89 | 101 |
|
90 | 102 | ### New features
|
91 | 103 |
|
|
102 | 114 | * Improved printing of value when it is smaller than the uncertainty
|
103 | 115 | ([#94](https://github.com/JuliaPhysics/Measurements.jl/pull/94)).
|
104 | 116 |
|
105 |
| -## v2.5.0 (2021-01-28) |
| 117 | +## [v2.5.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.5.0) (2021-01-28) |
106 | 118 |
|
107 | 119 | ### New features
|
108 | 120 |
|
|
112 | 124 | ([#87](https://github.com/JuliaPhysics/Measurements.jl/issues/87),
|
113 | 125 | [#88](https://github.com/JuliaPhysics/Measurements.jl/issues/88)).
|
114 | 126 |
|
115 |
| -## v2.4.0 (2021-01-20) |
| 127 | +## [v2.4.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.4.0) (2021-01-20) |
116 | 128 |
|
117 | 129 | ### New features
|
118 | 130 |
|
|
125 | 137 | ([#83](https://github.com/JuliaPhysics/Measurements.jl/pull/83),
|
126 | 138 | [#84](https://github.com/JuliaPhysics/Measurements.jl/pull/84)).
|
127 | 139 |
|
128 |
| -## v2.3.0 (2020-09-08) |
| 140 | +## [v2.3.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.3.0) (2020-09-08) |
129 | 141 |
|
130 | 142 | ### New features
|
131 | 143 |
|
132 | 144 | * New methods for `floatmin(::Type{Measurement})` and
|
133 | 145 | `floatmax(::Type{Measurement})`
|
134 | 146 | ([#72](https://github.com/JuliaPhysics/Measurements.jl/pull/72)).
|
135 | 147 |
|
136 |
| -## v2.2.1 (2020-05-21) |
| 148 | +## [v2.2.1](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.2.1) (2020-05-21) |
137 | 149 |
|
138 | 150 | ### Minor Changes
|
139 | 151 |
|
140 | 152 | * Allow installation of new versions of `RecipesBase.jl`
|
141 | 153 | ([#70](https://github.com/JuliaPhysics/Measurements.jl/pull/70)).
|
142 | 154 |
|
143 |
| -## v2.2.0 (2020-02-02) |
| 155 | +## [v2.2.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.2.0) (2020-02-02) |
144 | 156 |
|
145 | 157 | ### New Features
|
146 | 158 |
|
|
157 | 169 | `T`. ([#64](https://github.com/JuliaPhysics/Measurements.jl/issues/64),
|
158 | 170 | [#65](https://github.com/JuliaPhysics/Measurements.jl/pull/65))
|
159 | 171 |
|
160 |
| -## v2.1.1 (2019-08-05) |
| 172 | +## [v2.1.1](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.1.1) (2019-08-05) |
161 | 173 |
|
162 | 174 | ### Bug Fixes
|
163 | 175 |
|
164 | 176 | * Fix loading of `SpecialFunctions.jl`
|
165 | 177 | ([#49](https://github.com/JuliaPhysics/Measurements.jl/issues/49),
|
166 | 178 | [#50](https://github.com/JuliaPhysics/Measurements.jl/pull/50)).
|
167 | 179 |
|
168 |
| -## v2.1.0 (2019-08-03) |
| 180 | +## [v2.1.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.1.0) (2019-08-03) |
169 | 181 |
|
170 | 182 | ### New Features
|
171 | 183 |
|
|
197 | 209 | 3.141593 ± 0.027183
|
198 | 210 | ```
|
199 | 211 |
|
200 |
| -## v2.0.0 (2019-02-10) |
| 212 | +## [v2.0.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v2.0.0) (2019-02-10) |
201 | 213 |
|
202 | 214 | ### Breaking Changes
|
203 | 215 |
|
|
215 | 227 | * New method for `rem2pi`
|
216 | 228 | ([#29](https://github.com/JuliaPhysics/Measurements.jl/issues/29)).
|
217 | 229 |
|
218 |
| -## v1.0.2 (2018-09-26) |
| 230 | +## [v1.0.2](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v1.0.2) (2018-09-26) |
219 | 231 |
|
220 | 232 | ### Bug Fixes
|
221 | 233 |
|
|
225 | 237 | ([#24](https://github.com/JuliaPhysics/Measurements.jl/pull/24)). Until Julia
|
226 | 238 | 0.6 this was done automatically, now we have to test this explicitly.
|
227 | 239 |
|
228 |
| -## v1.0.1 (2018-09-07) |
| 240 | +## [v1.0.1](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v1.0.1) (2018-09-07) |
229 | 241 |
|
230 | 242 | ### Bug Fixes
|
231 | 243 |
|
232 | 244 | * Minor bug fixes
|
233 | 245 | ([#20](https://github.com/JuliaPhysics/Measurements.jl/pull/20),
|
234 | 246 | [#23](https://github.com/JuliaPhysics/Measurements.jl/pull/23)).
|
235 | 247 |
|
236 |
| -## v1.0.0 (2018-08-16) |
| 248 | +## [v1.0.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v1.0.0) (2018-08-16) |
237 | 249 |
|
238 | 250 | ### Breaking Changes
|
239 | 251 |
|
240 | 252 | * Julia 0.7 is required, support for previous versions was dropped.
|
241 | 253 | * Documentation has been moved to
|
242 | 254 | https://juliaphysics.github.io/Measurements.jl/stable/.
|
243 | 255 |
|
244 |
| -## v0.5.1 (2018-07-11) |
| 256 | +## [v0.5.1](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.5.1) (2018-07-11) |
245 | 257 |
|
246 | 258 | ### New Features
|
247 | 259 |
|
|
262 | 274 | [#16](https://github.com/JuliaPhysics/Measurements.jl/pull/16)).
|
263 | 275 | * New `show` method for `text/latex` MIME, used in Jupyter notebooks.
|
264 | 276 |
|
265 |
| -## v0.5.0 (2017-07-08) |
| 277 | +## [v0.5.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.5.0) (2017-07-08) |
266 | 278 |
|
267 | 279 | ### Breaking Changes
|
268 | 280 |
|
|
283 | 295 | method is able to digest the string. Tested with `T` equal to `Float16`,
|
284 | 296 | `Float32`, `Float64`, and `BigFloat`.
|
285 | 297 |
|
286 |
| -## v0.4.0 (2017-04-26) |
| 298 | +## [v0.4.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.4.0) (2017-04-26) |
287 | 299 |
|
288 | 300 | ### Breaking Changes
|
289 | 301 |
|
|
313 | 325 | `Measurement{Float64}`. This is the same as calling `measurement` with a
|
314 | 326 | string argument.
|
315 | 327 |
|
316 |
| -## v0.3.0 (2016-12-07) |
| 328 | +## [v0.3.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.3.0) (2016-12-07) |
317 | 329 |
|
318 | 330 | ### New Features
|
319 | 331 |
|
|
327 | 339 | consistency. This is most probably what users will expect. As a consequence
|
328 | 340 | of this change, the returned value is never a `Measurement`.
|
329 | 341 |
|
330 |
| -## v0.2.2 (2016-10-17) |
| 342 | +## [v0.2.2](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.2.2) (2016-10-17) |
331 | 343 |
|
332 | 344 | ### New Features
|
333 | 345 |
|
|
342 | 354 | * Improve printing of complex measurements. Now each part, real and imaginary,
|
343 | 355 | is wrapped in parentheses in order to make it easier to distinguish them.
|
344 | 356 |
|
345 |
| -## v0.2.1 (2016-09-11) |
| 357 | +## [v0.2.1](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.2.1) (2016-09-11) |
346 | 358 |
|
347 | 359 | ### New Features
|
348 | 360 |
|
349 | 361 | * New mathematical operations supported: `log2`, `abs2`, `fma`, `muladd`,
|
350 | 362 | `besseli`, `besselix`, `besselk`, `besselkx`, `widen`, `big`.
|
351 | 363 |
|
352 |
| -## v0.2.0 (2016-07-13) |
| 364 | +## [v0.2.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.2.0) (2016-07-13) |
353 | 365 |
|
354 | 366 | ### Breaking Changes
|
355 | 367 |
|
|
369 | 381 | * New functions `value` and `uncertainty` to access the nominal value and the
|
370 | 382 | uncertainty of measurements.
|
371 | 383 |
|
372 |
| -## v0.1.2 (2016-07-09) |
| 384 | +## [v0.1.2](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.1.2) (2016-07-09) |
373 | 385 |
|
374 | 386 | ### Bug Fixes
|
375 | 387 |
|
376 | 388 | * Fix derivatives of `div`, `fld`, `cld`.
|
377 | 389 | * Fix `frexp` with arguments whose absolute value is less than 0.5.
|
378 | 390 |
|
379 |
| -## v0.1.1 (2016-06-23) |
| 391 | +## [v0.1.1](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.1.1) (2016-06-23) |
380 | 392 |
|
381 | 393 | ### New Features
|
382 | 394 |
|
|
387 | 399 | * The complete documentation of the package is available at
|
388 | 400 | http://measurementsjl.readthedocs.io
|
389 | 401 |
|
390 |
| -## v0.1.0 (2016-06-18) |
| 402 | +## [v0.1.0](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.1.0) (2016-06-18) |
391 | 403 |
|
392 | 404 | ### New Features
|
393 | 405 |
|
|
403 | 415 | * Precompilation enabled.
|
404 | 416 | * New method supported: `typemax`.
|
405 | 417 |
|
406 |
| -## v0.0.2 (2016-06-13) |
| 418 | +## [v0.0.2](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.0.2) (2016-06-13) |
407 | 419 |
|
408 | 420 | ### New Features
|
409 | 421 |
|
|
431 | 443 | * Fix multiplication by and division of 0. Previously, those operations would
|
432 | 444 | return `NaN` as uncertainty, now they give 0.
|
433 | 445 |
|
434 |
| -## v0.0.1 (2016-05-20) |
| 446 | +## [v0.0.1](https://github.com/JuliaPhysics/Measurements.jl/releases/tag/v0.0.1) (2016-05-20) |
435 | 447 |
|
436 | 448 | Initial release.
|
437 | 449 |
|
|
0 commit comments