SBTi-finance-tool icon indicating copy to clipboard operation
SBTi-finance-tool copied to clipboard

This toolkit helps companies and financial institutions to assess the temperature alignment of current targets, commitments, and investment and lending portfolios, and to use this information to devel...

Results 26 SBTi-finance-tool issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 21.10b0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

The dependencies required by SBTi-finance-tool seem to be defined via [requirements.txt](https://github.com/ScienceBasedTargets/SBTi-finance-tool/blob/main/requirements.txt). These dependencies are pinned down to a specific version. Some of these are not the current versions. For example,...

## chore(sbti): optimize calculation skipping redundant system calls ### Introduction This PR introduces an optimization to the tool's file-handling logic. Specifically, it modifies the behavior around the `output.write()` call and...

# chore(data): add an in-memory provider to avoid file usage ## Introduction Given the lack of an in-memory provider, this will allow users of the tool to consume from an...

explicitly remove support for py3.7 from setup.py and requirements.txt. build examples/environment.yml with py3.10 re issue #309

cc @remi-schroders @grace-schroders requirement to support 'target IDs' to enable traceability of which target ID powers temperature scores. is related to email trail screenshotted at end of this comment -...

Hi there, I downloaded the code for the SBTI finance tool from GitHub and also downloaded the scripts from Google Collab. I tried to run the second script "2_quick_temp_score_calculation" and...

python 3.7 is [EOL as-of June-2023](https://endoflife.date/python) I propose removing 3.7, and will submit associated PR, from - [ ] [setup.py supported versions](https://github.com/ScienceBasedTargets/SBTi-finance-tool/blob/main/setup.py#L30) - [ ] [requirements.txt](https://github.com/ScienceBasedTargets/SBTi-finance-tool/blob/main/requirements.txt#L6) - [ ] [example...

Our model currently uses v1.0.5 and we are struggling to update to v1.0.6+ because the requests.get() introduced in 2c9ca5d24b834db65910324abb2886e650b6045e to get the CTA_FILE_URL from behind internal firewall fails. We can...