Ragu

Latest version: v0.1.53

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.1.270.1.40

0.1.44

Added user-defined cmap option to configuration file.

Note, the config.ini file is initialized the first time ragu is run on a computer, so if you've previously run ragu, you'll need to do one of three things to implement this change:
1. add the following two lines directly under the 'param' key

str cmap: Matplotlib colormap to use (default = seismic)
cmap =

2. Regenerate your config file

import os
from ragu import config
get configuration file
basedir = os.path.join(os.path.expanduser('~'),'RAGU')
config.create_config(basedir+'/config.ini')

3. Remove your existing configuration file, and then a new one will be generated upon running ragu

0.1.40

0.1.27

Several changes since last release.
1) RAGU has been slightly been restructured so that it can be installed via pypi
$ pip install ragu
2) All pyproj coordinate transformations updated to pyproj2 format

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.