* **ENHANCEMENT:** can now turn off multiprocessing with the `turnOffMP` parameter of `fmultiprocessing`. Needed for full profiling of code.
2.3.9
* **FIXED:** moved depreciated calls to yaml `load` to `safe_load`
2.3.8
* **ENHANCEMENT:** fundamentals is now on conda-forge
2.3.7
* **ENHANCEMENT:** some speed improvements in multi-downloads
2.3.6
* **FIXED:** no longer crashing for scripts where no settings file is passed in via CL arguments * **FIXED:** database credentials can now be passed to the command-line again
2.3.5
* **FEATURE:** code bases using fundamentals can now include a 'advanced_settings.yaml' file at the root of the project which will be read before the user settings file. User settings trump settings in this 'advanced\_settings.yaml' file. The purpose is to be able to have hidden/development settings.