### TODO

### InternalFluidFlow 2.0.0 (2024-09-17)
* Main and internal functions reformulated
* All functions now scan for solutions within the laminar (Re < 4e3) and the turbulent (Re > 2.3e3) bounds
* D, v, and Q are now keyword arguments in h2fRe function
* f is a keyword arguments in f2Re function
* Re is a keyword arguments in Re2f function
* h2fRe function now accepts pipe roughness
* Computed values now are presented as structure Moody(Re, f, ε)
* Moody diagrams now display more turbulent lines, with relative roughness identified at the right margin
* doPlot function now is available to plot schematic Moody diagram
* Tests are extended

### InternalFluidFlow 1.1.4 (2024-07-15)
* Manifest.toml upgraded

### InternalFluidFlow 1.1.3 (2024-07-13)
* runtests.jl fixed

### InternalFluidFlow 1.1.2 (2024-07-13)
* Manifest.toml updated

### InternalFluidFlow 1.1.1 (2024-05-19)
* Annotations to the curves included on plots
* Extra ticks included to plot's y-axis
* Plot no strict ticks found warning solved

### InternalFluidFlow 1.0.0 (2023-05-03)
* h2fRe replaces hDeps2fRe,
  hveps2fRe, hQeps2fRe, hvthk2fRe and hQthk2fRe
* h2fRe accepts the
  either the pipe hydraulic diameter or
  the flow speed or the volumetric flow rate, and
  either the pipe roughness or
  the pipe relative roughness
* pipe length default set to L = 100

### InternalFluidFlow 0.3.2 (2023-04-17)
* Major changes on documentation on units
  for parameters' default values

### InternalFluidFlow 0.3.1 (2023-04-09)
* Minor changes on functions' returns

### InternalFluidFlow 0.3.0 (2023-01-05)
* Major changes on functions
* Minor changes in docstrings
* Help comments included for internal functions

### InternalFluidFlow 0.2.3 (2022-10-20)
* Minor changes in README.md
* Minor changes in docstrings

### InternalFluidFlow 0.2.2 (2022-10-08)
* CITATION simplified

### InternalFluidFlow 0.2.1 (2022-09-24)
* Major changes in README.md
* Minor changes in docstrings

### InternalFluidFlow 0.2.0 (2022-09-22)
* Parameters sequence altered for most functions
  (please, check it out at Julia's help)
* Parameters' types declared as Number
* Default values for density and viscosity
  set to ρ = 0.997 g/cc and
  μ = 0.91 g/cm/s (water @ 25 °C)
* Default value for gravitational acceleration
  set to g = 981 cm/s/s
* Major changes on docstrings and on README.md

### InternalFluidFlow 0.1.6 (2022-09-15)
* Major changes in README.md
* Mathematical equations removed
  to best fit README to JuliaHub

### InternalFluidFlow 0.1.5 (2022-09-14)
* Major changes in README.md
* Minor changes in docstrings

### InternalFluidFlow 0.1.4 (2022-09-13)
* Major changes in README.md
* Minor changes in docstrings

### InternalFluidFlow 0.1.3 (2022-09-13)
* Add module description

### InternalFluidFlow 0.1.2 (2022-09-03)
* Remove brackets from syntaxes in README.md
* Minor adjustments on plots
* Minor adjustments on descriptions

### InternalFluidFlow 0.1.1 (2022-08-27)
* Minor adjustments on plots

### InternalFluidFlow 0.1.0 (2022-08-20)
* First release
* Package under construction
