From 5b5a7f89fb1bd160ef3c909a44aead9ab469951d Mon Sep 17 00:00:00 2001 From: yhan818 Date: Tue, 12 Jul 2022 10:56:36 -0600 Subject: [PATCH] Bug/182 update figshare.ini (#183) * Issue 180. Updating sphinx requirements.txt * bug #182. update figshare.ini --- CHANGELOG.md | 2 +- README.md | 2 +- config/figshare.ini | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88f325..6cd805b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [v1.1.0](https://github.com/UAL-RE/ReQUIAM/tree/v1.1.0) (2022-07-05) **Implemented enhancements:** - - Enhancement: Upgrade to Python 3.9 + - Enhancement: Upgrade to latest versions for Python 3.9, numpy 1.23.0, pandas 1.4.3, tabulate 0.8.10, sphinx 5.0.0, sphinx-rtd-theme 1.0.0 and sphinx-autodoc-typehints 1.18.3 [#170](https://github.com/UAL-RE/ReQUIAM/pull/170) [#177](https://github.com/UAL-RE/ReQUIAM/pull/177) [#180](https://github.com/UAL-RE/ReQUIAM/pull/180) diff --git a/README.md b/README.md index 3b3351b..690512e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | --- | --- | | General | [![GitHub release (latest by date)](https://img.shields.io/github/v/release/UAL-RE/ReQUIAM)](https://github.com/UAL-RE/ReQUIAM/releases) [![GitHub](https://img.shields.io/github/license/UAL-RE/ReQUIAM?color=blue)](LICENSE) | | CI/CD | [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/UAL-RE/ReQUIAM/Python%20package)](https://github.com/UAL-RE/ReQUIAM/actions?query=workflow%3A%22Python+package%22) | -| Docs | [![docs](https://img.shields.io/github/workflow/status/UAL-RE/ReQUIAM/Sphinx%20Docs%20Check?label=sphinx%20docs)](https://github.com/UAL-RE/ReQUIAM/actions?query=workflow%3A%22Sphinx+Docs+Check%22) [![Read the Docs](https://img.shields.io/readthedocs/ReQUIAM?label=docs)](https://readthedocs.org/projects/ReQUIAM/builds) | +| Docs | [![docs](https://img.shields.io/github/workflow/status/UAL-RE/ReQUIAM/Sphinx%20Docs%20Check?label=sphinx%20docs)](https://github.com/UAL-RE/ReQUIAM/actions?query=workflow%3A%22Sphinx+Docs+Check%22) [![Read the Docs](https://img.shields.io/readthedocs/ReQUIAM?label=docs)](https://readthedocs.org/projects/requiam/builds/) | - [Overview](https://requiam.readthedocs.io/en/latest/overview.html) diff --git a/config/figshare.ini b/config/figshare.ini index 8149d64..7675c22 100644 --- a/config/figshare.ini +++ b/config/figshare.ini @@ -21,10 +21,10 @@ grouper_host = grouper.iam.arizona.edu grouper_base_path = grouper-ws/servicesRest/json/v2_5_001 grouper_user = figshare grouper_password = ***override*** -batch_size = 100 -batch_timeout = 100 +batch_size = 400 +batch_timeout = 400 batch_delay = 0 -sync_max = 1000 +sync_max = 2000 # Research themes CSV globals csv_url_prefix = https://raw.githubusercontent.com/UAL-RE/ReQUIAM_csv