-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathchangelog.html
587 lines (571 loc) · 33.2 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!-- -*- mode: jinja2 -*- -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A community driven standard library for (modern) Fortran">
<meta name="author" content="fortran-lang/stdlib contributors" >
<link rel="icon" href="../favicon.png">
<title>Changelog – Fortran-lang/stdlib</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="../css/pygments.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/local.css" rel="stylesheet">
<link href="../tipuesearch/tipuesearch.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="../js/svg-pan-zoom.min.js"></script>
</head>
<body>
<!-- Fixed navbar -->
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">Fortran-lang/stdlib </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</button>
<div id="navbar" class="navbar-collapse collapse">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Contributing and specs</a></li>
<li class="nav-item">
<a class="nav-link" href="../lists/files.html">Source Files</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../lists/modules.html">Modules</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../lists/procedures.html">Procedures</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../lists/absint.html">Abstract Interfaces</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../lists/types.html">Derived Types</a>
</li>
</ul>
<div class="d-flex align-items-end flex-grow-1">
<form action="../search.html" role="search" class="ms-auto">
<input type="text" class="form-control" aria-label="Search" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required>
</form>
</div>
</div><!--/.nav-collapse -->
</div>
</nav>
</div>
<div class="container">
<div class="row">
<h1>Changelog</h1>
<div class="container p-2 mb-4 bg-light border rounded-3">
<div class="row align-items-center justify-content-between">
<div class="col">
<ul class="list-inline" style="margin-bottom:0px; display:inline">
</ul>
</div>
<div class="col">
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-end mb-0">
<li class="breadcrumb-item"><a href='index.html'>Contributing and specs</a></li>
<li class="breadcrumb-item active" aria-current="page">Changelog</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-3">
<div class="card card-body bg-light" id="sidebar-toc">
<ul class="nav flex-column align-items">
<li class="nav-item">
<a class="nav-link" href="index.html">Contributing and specs</a>
</li>
</ul>
<hr>
<nav class="nav nav-pills flex-column">
<a class="nav-link" href="License.html">Fortran stdlib License (MIT)</a>
<a class="nav-link active disabled" href="changelog.html">Changelog</a>
<a class="nav-link" href="contributing/index.html">Contributing</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link" href="contributing/CodeOfConduct.html">Contributor Code of Conduct</a>
<a class="nav-link" href="contributing/StyleGuide.html">Style Guide</a>
<a class="nav-link" href="contributing/Workflow.html">Workflow for Contributors</a>
</nav>
<a class="nav-link" href="specs/index.html">Specifications (specs)</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link" href="specs/stdlib_ansi.html">terminal colors</a>
<a class="nav-link" href="specs/stdlib_array.html">array</a>
<a class="nav-link" href="specs/stdlib_ascii.html">ascii</a>
<a class="nav-link" href="specs/stdlib_bitsets.html">bitsets</a>
<a class="nav-link" href="specs/stdlib_constants.html">constants</a>
<a class="nav-link" href="specs/stdlib_error.html">error</a>
<a class="nav-link" href="specs/stdlib_error_state_type.html">state_type</a>
<a class="nav-link" href="specs/stdlib_hash_procedures.html">hash</a>
<a class="nav-link" href="specs/stdlib_hashmaps.html">Hash maps</a>
<a class="nav-link" href="specs/stdlib_intrinsics.html">intrinsics</a>
<a class="nav-link" href="specs/stdlib_io.html">io</a>
<a class="nav-link" href="specs/stdlib_kinds.html">kinds</a>
<a class="nav-link" href="specs/stdlib_linalg.html">linalg</a>
<a class="nav-link" href="specs/stdlib_linalg_state_type.html">linalg_state_type</a>
<a class="nav-link" href="specs/stdlib_logger.html">logger</a>
<a class="nav-link" href="specs/stdlib_math.html">math</a>
<a class="nav-link" href="specs/stdlib_optval.html">optval</a>
<a class="nav-link" href="specs/stdlib_quadrature.html">quadrature</a>
<a class="nav-link" href="specs/stdlib_random.html">random</a>
<a class="nav-link" href="specs/stdlib_selection.html">selection</a>
<a class="nav-link" href="specs/stdlib_sorting.html">sorting</a>
<a class="nav-link" href="specs/stdlib_sparse.html">sparse</a>
<a class="nav-link" href="specs/stdlib_specialfunctions.html">specialfunctions</a>
<a class="nav-link" href="specs/stdlib_specialfunctions_gamma.html">specialfunctions_gamma</a>
<a class="nav-link" href="specs/stdlib_stats.html">stats</a>
<a class="nav-link" href="specs/stdlib_stats_distribution_exponential.html">stats_distribution_exponential</a>
<a class="nav-link" href="specs/stdlib_stats_distribution_normal.html">stats_distribution_normal</a>
<a class="nav-link" href="specs/stdlib_stats_distribution_uniform.html">stats_distribution_uniform</a>
<a class="nav-link" href="specs/stdlib_str2num.html">str2num</a>
<a class="nav-link" href="specs/stdlib_string_type.html">string_type</a>
<a class="nav-link" href="specs/stdlib_stringlist_type.html">stringlist_type</a>
<a class="nav-link" href="specs/stdlib_strings.html">strings</a>
<a class="nav-link" href="specs/stdlib_system.html">system</a>
<a class="nav-link" href="specs/stdlib_version.html">version</a>
</nav>
</nav>
</div>
</div>
<div class="col-9" id='text'>
<h1 id="version-070">Version 0.7.0</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.7.0">v0.7.0</a> tag.</p>
<ul>
<li>new module <code>stdlib_constants</code>
<a href="https://github.com/fortran-lang/stdlib/pull/800">#800</a></li>
<li>Many mathematical constants and most common physical (<a href="https://codata.org">codata</a>) constants</li>
</ul>
<p>Changes to existing scripts and modules
- changes in CI
- Use of <code>fortran-setup</code> for GCC, Intel LLVM and Intel Classic
<a href="https://github.com/fortran-lang/stdlib/pull/834">#834</a>
- change in module <code>stdlib_hashmaps</code>
- Support of hash map key generic interfaces
<a href="https://github.com/fortran-lang/stdlib/pull/827">#827</a>
- changes in module <code>stdlib_io</code>
- Addition of a Fortran format specifier in <code>loadtxt</code>
<a href="https://github.com/fortran-lang/stdlib/pull/805">#805</a>
- changes in module <code>stdlib_linalg</code>
- Support of extended and quad precision checking
<a href="https://github.com/fortran-lang/stdlib/pull/821">#821</a>
- Several fixes
<a href="https://github.com/fortran-lang/stdlib/pull/815">#815</a>
<a href="https://github.com/fortran-lang/stdlib/pull/818">#818</a>
<a href="https://github.com/fortran-lang/stdlib/pull/826">#826</a>
<a href="https://github.com/fortran-lang/stdlib/pull/830">#830</a>
<a href="https://github.com/fortran-lang/stdlib/pull/836">#836</a>
- New procedures for Eigenvalues and Eigenvectors computation: <code>eig</code>, <code>eigh</code>, <code>eigvals</code>, <code>eigvalsh</code>
<a href="https://github.com/fortran-lang/stdlib/pull/816">#816</a>
- New procedures for Singular Value Decomposition: <code>svd</code>, <code>svdvals</code>
<a href="https://github.com/fortran-lang/stdlib/pull/808">#808</a>
- changes in module <code>stdlib_sorting</code>
- Renamed variable from <code>int_size</code> to <code>int_index</code>
<a href="https://github.com/fortran-lang/stdlib/pull/824">#824</a>
- Support of <code>int32</code> <code>index</code> array in <code>sort_index</code>
<a href="https://github.com/fortran-lang/stdlib/pull/829">#829</a></p>
<h1 id="version-061">Version 0.6.1</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.6.1">v0.6.1</a> tag.</p>
<p>Changes to existing scripts and modules
- changes in module <code>stdlib_linalg_lapack</code>
- Renamed variable for compiler compliance
<a href="https://github.com/fortran-lang/stdlib/pull/812">#812</a>
- change of the format in some example programs
<a href="https://github.com/fortran-lang/stdlib/pull/813">#813</a></p>
<h1 id="version-060">Version 0.6.0</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.6.0">v0.6.0</a> tag.</p>
<ul>
<li>new script <code>fypp_deployment.py</code> to support <code>fpm</code> in combination with <code>fypp</code>
files
<a href="https://github.com/fortran-lang/stdlib/pull/802">#802</a></li>
</ul>
<p>Changes to existing scripts and modules
- change in module <code>stdlib_hashmap_wrappers</code>
- addition of <code>int32</code> hashmap key type
<a href="https://github.com/fortran-lang/stdlib/pull/778">#778</a>
- changes in module <code>stdlib_linalg</code>
- addition of the procedure <code>det</code> to compute determinants
<a href="https://github.com/fortran-lang/stdlib/pull/798">#798</a>
- addition of the procedures <code>lstsq</code> and <code>lstsq_space</code>
<a href="https://github.com/fortran-lang/stdlib/pull/801">#801</a>
<a href="https://github.com/fortran-lang/stdlib/pull/809">#809</a>
- addition of the procedures <code>solve</code> and <code>solve_lu</code>
<a href="https://github.com/fortran-lang/stdlib/pull/806">#806</a>
- change in module <code>stdlib_linalg_blas</code>
- addition of the documentation for <code>rotm</code> and <code>rotmg</code>
<a href="https://github.com/fortran-lang/stdlib/pull/795">#795</a>
- use of macOS 12 in macOS CI
<a href="https://github.com/fortran-lang/stdlib/pull/807">#807</a></p>
<p>Changes to existing documentation
- Improvement of the documentation <code>linalg</code>
<a href="https://github.com/fortran-lang/stdlib/pull/797">#797</a></p>
<h1 id="version-050">Version 0.5.0</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.5.0">v0.5.0</a> tag.</p>
<ul>
<li>new module <code>stdlib_linalg_state</code>
<a href="https://github.com/fortran-lang/stdlib/pull/774">#774</a></li>
<li>new derived type: <code>linalg_state_type</code></li>
<li>new procedure: <code>linalg_error_handling</code></li>
</ul>
<p>Changes to existing scripts and modules
- addition of <code>implicit none</code> to all example programs
<a href="https://github.com/fortran-lang/stdlib/pull/780">#780</a>
- change in module <code>stdlib_hashmaps</code>
- fix the procedure <code>remove_chaining_entry</code>
<a href="https://github.com/fortran-lang/stdlib/pull/788">#788</a>
- change in module <code>stdlib_linalg</code>
- addition of the BLAS/LAPACK backends and interfaces
<a href="https://github.com/fortran-lang/stdlib/pull/772">#772</a>
- change in module <code>stdlib_str2num</code>
- fix the procedure <code>to_${k1}$_from_stream</code>
<a href="https://github.com/fortran-lang/stdlib/pull/789">#789</a>
- upgrade of the Intel-classic compiler in macOS CI
<a href="https://github.com/fortran-lang/stdlib/pull/777">#777</a></p>
<p>Changes to existing documentation
- Improvement of the documentation
<a href="https://github.com/fortran-lang/stdlib/pull/784">#784</a>
<a href="https://github.com/fortran-lang/stdlib/pull/781">#781</a>
<a href="https://github.com/fortran-lang/stdlib/pull/786">#786</a>
- Improvement of the support of <code>fpm</code>
<a href="https://github.com/fortran-lang/stdlib/pull/787">#787</a>
<a href="https://github.com/fortran-lang/stdlib/pull/790">#790</a></p>
<h1 id="version-040">Version 0.4.0</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.4.0">v0.4.0</a> tag.</p>
<ul>
<li>new module <code>stdlib_str2num</code>
<a href="https://github.com/fortran-lang/stdlib/pull/743">#743</a></li>
<li>new procedures: <code>to_num</code>, <code>to_num_from_stream</code></li>
</ul>
<p>Changes to existing scripts and modules</p>
<ul>
<li>change in .gitignore</li>
<li>addition of the file extensions <code>.dat</code> and <code>.stream</code>
<a href="https://github.com/fortran-lang/stdlib/pull/768">#768</a></li>
<li>addition of <code>.gitignore</code> to <code>stdlib-fpm</code>
<a href="https://github.com/fortran-lang/stdlib/pull/769">#769</a></li>
<li>change in CI/CD</li>
<li>support of GCC 13
<a href="https://github.com/fortran-lang/stdlib/pull/737">#737</a></li>
<li>support of Intel compiler <code>ifx</code>
<a href="https://github.com/fortran-lang/stdlib/pull/752">#752</a></li>
<li>change in script <code>fpm-deployment.sh</code></li>
<li>changes to facilitate <code>fypp</code> preprocessing for the <code>fpm</code> deployment
<a href="https://github.com/fortran-lang/stdlib/pull/758">#758</a></li>
<li>change in module <code>stdlib_ascii</code></li>
<li>Improved procedures <code>to_lower</code> and <code>to_upper</code>
<a href="https://github.com/fortran-lang/stdlib/pull/733">#733</a></li>
<li>change in module <code>stdlib_bitsets</code></li>
<li>initialization in <code>bitset_type</code>
<a href="https://github.com/fortran-lang/stdlib/pull/753">#753</a></li>
<li>improved procedure <code>bit_count_large</code>
<a href="https://github.com/fortran-lang/stdlib/pull/756">#756</a></li>
<li>change in module <code>stdlib_hashmaps</code></li>
<li>new procedure <code>get_all_keys</code>
<a href="https://github.com/fortran-lang/stdlib/pull/741">#741</a></li>
<li>new file permissions
<a href="https://github.com/fortran-lang/stdlib/pull/762">#762</a></li>
<li>change in module <code>stdlib_math</code></li>
<li>new procedure <code>meshgrid</code>
<a href="https://github.com/fortran-lang/stdlib/pull/764">#764</a></li>
<li>change in module <code>stdlib_specialfunctions_gamma</code></li>
<li>fix procedure <code>gamma</code>
<a href="https://github.com/fortran-lang/stdlib/pull/730">#730</a></li>
<li>change in module <code>stdlib_string_type</code></li>
<li>fix procedure <code>move</code>
<a href="https://github.com/fortran-lang/stdlib/pull/736">#736</a>
<a href="https://github.com/fortran-lang/stdlib/pull/773">#773</a></li>
<li>change in <code>SpookyV2Test.cpp</code></li>
<li>Fix undefined use of <cstdint> types
<a href="https://github.com/fortran-lang/stdlib/pull/747">#747</a></li>
</ul>
<p>Changes to the existing documentation</p>
<ul>
<li>change in the specs <code>stdlib_hashmaps</code></li>
<li>Correction of an intent of the variable "conflict"
<a href="https://github.com/fortran-lang/stdlib/pull/739">#739</a></li>
<li>change in README.md</li>
<li>instructions to build <code>stdlib</code> with <code>fpm</code> through the <code>fpm-deployment.sh</code> script
<a href="https://github.com/fortran-lang/stdlib/pull/757">#757</a></li>
</ul>
<h1 id="version-030">Version 0.3.0</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.3.0">v0.3.0</a> tag.</p>
<ul>
<li>new modules <code>stdlib_hashmap_wrappers</code> and <code>stdlib_hashmap</code>
<a href="https://github.com/fortran-lang/stdlib/pull/611">#611</a></li>
<li>new procedures in <code>stdlib_hashmap_wrappers</code>: <code>copy_key</code>, <code>copy_other</code>,
<code>fibonacci_hash</code>, <code>fnv_1_hasher</code>, <code>fnv_1a_hasher</code>, <code>free_key</code>,
<code>free_other</code>, <code>get</code>, <code>hasher_fun</code>, <code>operator(==)</code>, <code>seeded_nmhash32_hasher</code>,
<code>seeded_nmhash32x_hasher</code>, <code>seeded_water_hasher</code>, <code>set</code>, <code>key_type</code>,
<code>other_type</code></li>
<li>new procedures in <code>stdlib_hashmaps</code>: <code>chaining_hashmap_type</code>,
<code>hashmap_type</code>, `open_hashmap_type</li>
</ul>
<p>Changes to existing scripts and modules</p>
<ul>
<li>change in script <code>doc-deployment.yml</code></li>
<li>update of the script
<a href="https://github.com/fortran-lang/stdlib/pull/681">#681</a></li>
<li>change in script <code>fpm-deployment.sh</code></li>
<li>fixed a problem with <code>dat</code> and <code>npy</code> files in example dir not being deployed
<a href="https://github.com/fortran-lang/stdlib/pull/713">#713</a></li>
<li>change in module <code>stdlib_bitsets</code> </li>
<li>remove define assignment for <code>bitset_64</code> and <code>bitset_large</code>
<a href="https://github.com/fortran-lang/stdlib/pull/727">#727</a></li>
<li>change in module <code>stdlib_hashmap_open</code></li>
<li>fix access violation in a type-bound procedure of <code>open_hashmap_type</code>
<a href="https://github.com/fortran-lang/stdlib/pull/707">#707</a></li>
<li>change in module <code>stdlib_io_npy_load</code></li>
<li>fix various bugs
<a href="https://github.com/fortran-lang/stdlib/pull/708">#708</a>
<a href="https://github.com/fortran-lang/stdlib/pull/711">#711</a></li>
<li>change in module <code>stdlib_linalg</code></li>
<li>addition of <code>kronecker_product</code>
<a href="https://github.com/fortran-lang/stdlib/pull/700">#700</a></li>
<li>change in module <code>stdlib_quadrature_gauss</code></li>
<li>fix erroneous gaussian quadrature points in <code>gauss_legendre</code>
<a href="https://github.com/fortran-lang/stdlib/pull/660">#660</a></li>
<li>change in module <code>stdlib_sorting</code></li>
<li>addition of radix sort
<a href="https://github.com/fortran-lang/stdlib/pull/712">#712</a></li>
<li>support for sorting arrays of <code>bitset_64</code> and of <code>bitset_large</code>
<a href="https://github.com/fortran-lang/stdlib/pull/723">#723</a></li>
<li>change in module <code>stdlib_stats_distribution_exponential</code></li>
<li>convert <code>pdf_exp</code> and <code>cdf_exp</code> to <code>pure</code> functions
<a href="https://github.com/fortran-lang/stdlib/pull/717">#717</a></li>
<li>change in module <code>stdlib_stats_distribution_normal</code></li>
<li>convert <code>rvs_norm</code> to an <code>impure elemental</code> function
<a href="https://github.com/fortran-lang/stdlib/pull/665">#665</a></li>
<li>remove unused module <code>stdlib_error</code> from module <code>stdlib_stats_distribution_normal</code>
<a href="https://github.com/fortran-lang/stdlib/pull/716">#716</a></li>
<li>remove support for manual make builds
<a href="https://github.com/fortran-lang/stdlib/pull/657">#657</a></li>
</ul>
<p>Changes to the existing documentation</p>
<ul>
<li>change in README.md
<a href="https://github.com/fortran-lang/stdlib/pull/656">#656</a>
<a href="https://github.com/fortran-lang/stdlib/pull/659">#659</a>
<a href="https://github.com/fortran-lang/stdlib/pull/715">#715</a>
<a href="https://github.com/fortran-lang/stdlib/pull/725">#725</a></li>
<li>change in <code>stdlib_stats_distribution_normal.md</code></li>
<li>Improvement of the documentation
<a href="https://github.com/fortran-lang/stdlib/pull/718">#718</a>
<a href="https://github.com/fortran-lang/stdlib/pull/721">#721</a></li>
<li>change in <code>stdlib_stats_distribution_exponential.md</code></li>
<li>Improvement of the documentation
<a href="https://github.com/fortran-lang/stdlib/pull/721">#721</a></li>
<li>change in the structure of the project <code>stdlib</code></li>
<li>extraction of the demo programs from the specs in the directory example
<a href="https://github.com/fortran-lang/stdlib/pull/662">#662</a></li>
<li>move the directory <code>src/tests</code> to <code>test</code>
<a href="https://github.com/fortran-lang/stdlib/pull/669">#669</a></li>
<li>fix various docs
<a href="https://github.com/fortran-lang/stdlib/pull/663">#663</a></li>
</ul>
<h1 id="version-021">Version 0.2.1</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.2.1">v0.2.1</a> tag.</p>
<ul>
<li>build system related bugfixes</li>
</ul>
<h1 id="version-020">Version 0.2.0</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.2.0">v0.2.0</a> tag.</p>
<ul>
<li>new module <code>stdlib_hash_32bit</code>
<a href="https://github.com/fortran-lang/stdlib/pull/573">#573</a></li>
<li>new procedures: <code>fibonacci_hash</code>, <code>fnv_1_hash</code>,
<code>fnv_1a_hash</code>, <code>new_nmhash32_seed</code>, <code>new_nmhash32x_seed</code>,
<code>new_water_hash_seed</code>, <code>nmhash32</code>, <code>nmhash32x</code>, <code>odd_random_integer</code>,
<code>universal_mult_hash</code>, and <code>water_hash</code></li>
<li>new module <code>stdlib_hash_64bit</code>
<a href="https://github.com/fortran-lang/stdlib/pull/573">#573</a></li>
<li>new procedures: <code>fibonacci_hash</code>, <code>fnv_1_hash</code>, <code>fnv_1a_hash</code>,
<code>new_pengy_hash_seed</code>, <code>new_spooky_hash_seed</code>,
<code>odd_random_integer</code>, <code>pengy_hash</code>, <code>spooky_hash</code>, <code>spookyhash_128</code>, and
<code>universal_mult_hash</code></li>
<li>new module <code>stdlib_array</code>
<a href="https://github.com/fortran-lang/stdlib/pull/603">#603</a></li>
<li>new procedures <code>trueloc</code>, <code>falseloc</code></li>
<li>new module <code>stdlib_distribution_uniform</code>
<a href="https://github.com/fortran-lang/stdlib/pull/272">#272</a></li>
<li>new module <code>stdlib_selection</code>
<a href="https://github.com/fortran-lang/stdlib/pull/500">#500</a></li>
<li>new procedures <code>select</code>, <code>arg_select</code></li>
<li>new module <code>stdlib_version</code>
<a href="https://github.com/fortran-lang/stdlib/pull/579">#579</a></li>
<li>new procedure <code>get_stdlib_version</code></li>
<li>update module <code>stdlib_io</code>
<a href="https://github.com/fortran-lang/stdlib/pull/597">597</a></li>
<li>new procedure <code>getline</code></li>
<li>new module <code>stdlib_io_npy</code>
<a href="https://github.com/fortran-lang/stdlib/pull/581">#581</a></li>
<li>new procedures <code>save_npy</code>, <code>load_npy</code></li>
<li>update module <code>stdlib_math</code></li>
<li>new procedures <code>is_close</code> and <code>all_close</code>
<a href="https://github.com/fortran-lang/stdlib/pull/488">#488</a></li>
<li>new procedures <code>arg</code>, <code>argd</code> and <code>argpi</code>
<a href="https://github.com/fortran-lang/stdlib/pull/498">#498</a></li>
<li>new procedure <code>diff</code>
<a href="https://github.com/fortran-lang/stdlib/pull/605">#605</a></li>
</ul>
<p>Changes to existing modules</p>
<ul>
<li>change in module <code>stdlib_math</code></li>
<li><code>linspace</code> and <code>logspace</code> made pure
<a href="https://github.com/fortran-lang/stdlib/pull/549">#549</a></li>
<li>change in module <code>stdlib_string_type</code></li>
<li><code>move</code> procedure made <em>pure</em>/<em>elemental</em>
<a href="https://github.com/fortran-lang/stdlib/pull/562">#562</a></li>
<li>support for quadruple precision made optional
<a href="https://github.com/fortran-lang/stdlib/pull/565">#565</a></li>
<li>change in module <code>stdlib_io</code></li>
<li>Modified format constants, and made public
<a href="https://github.com/fortran-lang/stdlib/pull/617">#617</a></li>
<li>change in module <code>stdlib_math</code><ul>
<li>Minor update to <code>stdlib_math</code> module and document
<a href="https://github.com/fortran-lang/stdlib/pull/624">#624</a></li>
</ul>
</li>
</ul>
<h1 id="version-010">Version 0.1.0</h1>
<p>Full release notes available at <a href="https://github.com/fortran-lang/stdlib/releases/tag/v0.1.0">v0.1.0</a> tag.</p>
<ul>
<li>new module <code>stdlib_ascii</code>
<a href="https://github.com/fortran-lang/stdlib/pull/32">#32</a></li>
<li>new module <code>stdlib_bitsets</code>
<a href="https://github.com/fortran-lang/stdlib/pull/239">#239</a></li>
<li>new derived types <code>bitset_64</code> and <code>bitset_large</code></li>
<li>new abstract base class <code>bitset_type</code></li>
<li>new module <code>stdlib_error</code>
<a href="https://github.com/fortran-lang/stdlib/pull/53">#53</a></li>
<li>new module <code>stdlib_io</code></li>
<li>new procedures <code>loadtxt</code> and <code>savetxt</code>
<a href="https://github.com/fortran-lang/stdlib/pull/23">#23</a>
<a href="https://github.com/fortran-lang/stdlib/pull/37">#37</a></li>
<li>new procedure <code>open</code>
<a href="https://github.com/fortran-lang/stdlib/pull/71">#71</a>
<a href="https://github.com/fortran-lang/stdlib/pull/77">#77</a></li>
<li>new module <code>stdlib_kinds</code>
<a href="https://github.com/fortran-lang/stdlib/pull/63">#63</a></li>
<li>new module <code>stdlib_linalg</code></li>
<li>new procedures <code>diag</code>, <code>eye</code> and <code>trace</code>
<a href="https://github.com/fortran-lang/stdlib/pull/170">#170</a></li>
<li>new procedure <code>outer_product</code>
<a href="https://github.com/fortran-lang/stdlib/pull/432">#432</a></li>
<li>new module <code>stdlib_logger</code></li>
<li>new derived type <code>logger_type</code>
<a href="https://github.com/fortran-lang/stdlib/pull/228">#228</a>
<a href="https://github.com/fortran-lang/stdlib/pull/261">#261</a></li>
<li>new module <code>stdlib_math</code></li>
<li>new procedure <code>clip</code>
<a href="https://github.com/fortran-lang/stdlib/pull/355">#355</a></li>
<li>new procedures <code>linspace</code> and <code>logspace</code>
<a href="https://github.com/fortran-lang/stdlib/pull/420">#420</a></li>
<li>new procedure <code>arange</code>
<a href="https://github.com/fortran-lang/stdlib/pull/480">#480</a></li>
<li>new procedure <code>gcd</code>
<a href="https://github.com/fortran-lang/stdlib/pull/539">#539</a></li>
<li>new module <code>stdlib_optval</code>
<a href="https://github.com/fortran-lang/stdlib/pull/73">#73</a>
<a href="https://github.com/fortran-lang/stdlib/pull/96">#96</a>
<a href="https://github.com/fortran-lang/stdlib/pull/139">#139</a></li>
<li>new module <code>stdlib_quadrature</code></li>
<li>new procedures <code>trapz</code>, <code>trapz_weights</code>, <code>simps</code> and <code>simps_weights</code>
<a href="https://github.com/fortran-lang/stdlib/pull/146">#146</a></li>
<li>new procedures <code>gauss_legendre</code>, <code>gauss_legendre_lobatto</code>
<a href="https://github.com/fortran-lang/stdlib/pull/313">#313</a></li>
<li>new module <code>stdlib_random</code>
<a href="https://github.com/fortran-lang/stdlib/pull/271">#271</a></li>
<li>new module <code>stdlib_sorting</code></li>
<li>new procedures <code>sort</code>, <code>ord_sort</code> and <code>sort_index</code>
<a href="https://github.com/fortran-lang/stdlib/pull/408">#408</a></li>
<li>new module <code>stdlib_specialfunctions</code></li>
<li>new procedures <code>legendre</code> and <code>dlegendre</code>
<a href="https://github.com/fortran-lang/stdlib/pull/313">#313</a></li>
<li>new module <code>stdlib_stats</code></li>
<li>new procedure <code>mean</code>
<a href="https://github.com/fortran-lang/stdlib/pull/124">#124</a>
<a href="https://github.com/fortran-lang/stdlib/pull/130">#130</a>
<a href="https://github.com/fortran-lang/stdlib/pull/132">#132</a></li>
<li>new procedure <code>var</code>
<a href="https://github.com/fortran-lang/stdlib/pull/144">#144</a></li>
<li>new procedure <code>moment</code>
<a href="https://github.com/fortran-lang/stdlib/pull/153">#153</a></li>
<li>new procedure <code>corr</code>
<a href="https://github.com/fortran-lang/stdlib/pull/191">#191</a></li>
<li>new procedure <code>median</code>
<a href="https://github.com/fortran-lang/stdlib/pull/426">#426</a></li>
<li>new module <code>stdlib_string_type</code></li>
<li>new derived types <code>string_type</code>
<a href="https://github.com/fortran-lang/stdlib/pull/320">#320</a></li>
<li>new procedure <code>move</code>
<a href="https://github.com/fortran-lang/stdlib/pull/467">#467</a></li>
<li>new module <code>stdlib_stringlist_type</code></li>
<li>new derived types <code>stringlist_type</code> and <code>stringlist_index_type</code>
<a href="https://github.com/fortran-lang/stdlib/pull/470">#470</a></li>
<li>new module <code>stdlib_strings</code></li>
<li>new procedure <code>to_string</code>
<a href="https://github.com/fortran-lang/stdlib/pull/444">#444</a></li>
<li>new procedures <code>strip</code> and <code>chomp</code>
<a href="https://github.com/fortran-lang/stdlib/pull/343">#343</a></li>
<li>new procedures <code>starts_with</code> and <code>ends_with</code>
<a href="https://github.com/fortran-lang/stdlib/pull/384">#384</a></li>
<li>new procedure <code>slice</code>
<a href="https://github.com/fortran-lang/stdlib/pull/414">#414</a></li>
<li>new procedure <code>find</code>
<a href="https://github.com/fortran-lang/stdlib/pull/433">#433</a></li>
<li>new procedure <code>replace_all</code>
<a href="https://github.com/fortran-lang/stdlib/pull/436">#436</a></li>
<li>new procedures <code>padl</code> and <code>padr</code>
<a href="https://github.com/fortran-lang/stdlib/pull/441">#441</a></li>
<li>new procedure <code>count</code>
<a href="https://github.com/fortran-lang/stdlib/pull/453">#453</a></li>
<li>new module <code>stdlib_system</code></li>
<li>new procedure <code>sleep</code>
<a href="https://github.com/fortran-lang/stdlib/pull/54">#54</a></li>
</ul>
</div>
</div>
<hr>
</div> <!-- /container -->
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>Fortran-lang/stdlib was developed by fortran-lang/stdlib contributors<br>© 2025 <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
<br /><small>d8fd7b21</small></p>
</div>
<div class="col">
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-04-22 02:50 </p>
</div>
</div>
<br>
</div> <!-- /container -->
</footer>
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- MathJax JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } },
jax: ['input/TeX','input/MathML','output/HTML-CSS'],
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../tipuesearch/tipuesearch_content.js"></script>
<script src="../tipuesearch/tipuesearch_set.js"></script>
<script src="../tipuesearch/tipuesearch.js"></script>
</body>
</html>