Release of the second minor update of the library. The user guide has been updated with the new features and modifications.
**List of changes**
- Some of the arguments of the functions and classes used to create rich values have been removed. In the case of `num_sf` and `min_exp`, they can be modified changing the same-name attributes of the `RichValue` object. In the case of `allow_log_scale`, it has been removed for the sake of simplicity.
- The main value of the `RichValue` class has been renamed from `center` to `main`. For the `RichArray` class, the method `centers` has been renamed to `mains`. However, a new method called `center` has been added to the `RichValue` class (and `centers` for `RichArray`), that returns the centers of only the rich values that have a main value with uncertainty (centered values). Also, the methods `is_centr` and `are_centr` have been added, they indicate if the corresponding rich value is a centered value.
- The `RichArray` class has been improved. Now, a different domain for every entry is possible, and all of its properties should be accessed through methods. To set some of these properties with a unique value, a new method called `set_params` can be used.
- The criterion for applying approximate uncertainty propagation has been improved. Related with this, some methods have been added to the `RichValue` and `RichArray` classes, mainly `signal_noise` and `prop_factor`.
- Some minor renaming has been applied through the classes and functions of the library.
- Added some minor improvements and bug fixes.