Skip to content

Commit

Permalink
Changed supported experiment configuration file type to YAML (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFehring authored Feb 20, 2024
1 parent 9851849 commit acf09a6
Show file tree
Hide file tree
Showing 71 changed files with 6,918 additions and 4,393 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,7 @@ output/
# codecarbon
.codecarbon.config
emissions.csv
config/*.yml

# development folder
development/
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"autoDocstring.docstringFormat": "sphinx",
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"formatting": true
"source.organizeImports": "explicit",
"formatting": "explicit"
},
"editor.formatOnSave": true,
"python.formatting.autopep8Args": [
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

v1.4.0 (??.??.2024)
===================

Feature
-------
- Changed supported experiment configuration file type to YAML.


v1.3.2 (23.01.2024)
===================
Expand Down
Loading

0 comments on commit acf09a6

Please sign in to comment.