Skip to content

Commit

Permalink
Merge branch 'develop' into feature/revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvielamythepaut committed Nov 29, 2023
2 parents b4f86ce + 9c60aef commit 28ff1aa
Show file tree
Hide file tree
Showing 82 changed files with 600 additions and 3,446 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ tmp.*
*.ppm
.env
*.swp

# mac
.DS_Store
18 changes: 17 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,23 @@
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp"
"typeinfo": "cpp",
"__hash_table": "cpp",
"array": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"numbers": "cpp",
"queue": "cpp",
"random": "cpp",
"semaphore": "cpp",
"strstream": "cpp",
"thread": "cpp",
"unordered_map": "cpp",
"memory_resource": "cpp",
"stop_token": "cpp",
"cinttypes": "cpp"
},
"esbonio.server.enabled": true
}
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.14.2
1 change: 1 addition & 0 deletions docs/confluence/tojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def thickness(p, attrs):
"Colour": anyset,
"LineStyle": lineset,
"ListPolicy": listpolicy,
"ColourListPolicy": colourpolicy,
"ColourTechnique": colourtechnique,
"ArrowPosition": arrowposition,
"Justification": justification,
Expand Down
121 changes: 50 additions & 71 deletions notebook/mongo.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions notebook/releases/magics-4.11.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -257,7 +257,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebook/releases/magics-4.12.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
6 changes: 6 additions & 0 deletions share/magics/styles/ecmwf/test/styles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"red_lines" : {
"contour" : "on",
"contour_line_colour" : "red"
}
}
8 changes: 8 additions & 0 deletions share/magics/symbols.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
146 changes: 0 additions & 146 deletions src/attributes/BoxPlotBoxAttributes.cc

This file was deleted.

69 changes: 0 additions & 69 deletions src/attributes/BoxPlotBoxAttributes.h

This file was deleted.

Loading

0 comments on commit 28ff1aa

Please sign in to comment.