-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mamba GitHub actions #98
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
konstantinstadler
added a commit
that referenced
this pull request
Aug 3, 2022
* update changelog * added link to example script for parsing data * vscode ignore in gitignore * Mamba GitHub actions (#98) - switched github actions to development and production - testing on different os * IEA (#97) * added IEA classification * Added IEA to README.rst Co-authored-by: Kajwan Rasul <kajwan.rasul@ntnu.no> * fixed country data missing NA * updated CHANGELOG for new release * updated CHANGELOG for new release * new version * Added EXIOBASE 3 letter codes (#100) Added 3 letter codes for EXIOBASE 1, 2 and 3 with various test cases Co-authored-by: Konstantin Stadler <konstantin.stadler@ntnu.no> * IEA update and bug fix (#109) * wrapped spec_name in re.escape() allows for countries to have names with regular expression characters, such as parenthesis or dots. * bug in pd max_rows Returned 'Pattern matched multiple keys' option error * ran black properly now Co-authored-by: Kajwan Rasul <kajwan.rasul@ntnu.no> * update changelog * pump version * pump version * Changed to Türkiye and North Macedonia - fix #110 * Fix Bassas Da India - fix #111 * black formating * Add oecd dac (closes #101) (#102) * Added OECD DAC code classification to country_data.tsv * Add DACcode to README.rst * Add DACcode test to test_functionality.py * update test_functionality.py Missing white space at 662 for black test to pass successfully * Update country_data.tsv * Update country_data.tsv * N Korea match North Korea #95 * Converted md files to rst * Allow regex in ISO2 - fix #92 * rerun notebooks * regex for iso * changelog and new version test * removed rst from links * fix markdown render for pypi Co-authored-by: Kajwan <34449043+Kajwan@users.noreply.github.com> Co-authored-by: Kajwan Rasul <kajwan.rasul@ntnu.no> Co-authored-by: Mohamed Badr <62759252+MohamedhBadr@users.noreply.github.com> Co-authored-by: Jorge Rivera <jorge.rivera@one.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updated actions