Skip to content

Commit

Permalink
Merge pull request #35 from Morisset/devel
Browse files Browse the repository at this point in the history
1.1.19 to master
  • Loading branch information
Morisset authored May 31, 2024
2 parents e2b8275 + 6a9c160 commit f1f9ee6
Show file tree
Hide file tree
Showing 61 changed files with 1,116 additions and 11,279 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGES/1.1.18-1.1.19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Add a MonteCarlo_and_ANN notebook to show the use of Neural Network when a lot of data is used.
* manage Poly and CatBoost as method for the getTemDen ANN
* Some refactoring
56 changes: 56 additions & 0 deletions docs/Notebooks/ChangeAtomicData.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"2024-01-19 16:41:02.705960: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: SSE4.1 SSE4.2 AVX AVX2 FMA\n",
"To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.\n",
"/Users/christophemorisset/anaconda3/envs/ML/lib/python3.9/site-packages/xgboost/compat.py:36: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.\n",
" from pandas import MultiIndex, Int64Index\n"
]
}
],
"source": [
"import numpy as np\n",
"import pyneb as pn"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# The pn.atomicData \n",
"pn.atomicData."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "ML",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
916 changes: 916 additions & 0 deletions docs/Notebooks/MonteCarlo_and_ANN.ipynb

Large diffs are not rendered by default.

Binary file added docs/Notebooks/O3S2.ai4neb_sk
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/Notebooks/PyNeb_manual_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -952,7 +952,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
Empty file modified docs/Notebooks/pyneb_sketch.key
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions examples/CHANGES/0.9.12-0.9.13.txt

This file was deleted.

240 changes: 0 additions & 240 deletions examples/CHANGES/0.9.13-1.0.1.txt

This file was deleted.

35 changes: 0 additions & 35 deletions examples/CHANGES/0.9.3-0.9.4.txt

This file was deleted.

7 changes: 0 additions & 7 deletions examples/CHANGES/0.9.4-0.9.5.txt

This file was deleted.

12 changes: 0 additions & 12 deletions examples/CHANGES/0.9.5-0.9.6.txt

This file was deleted.

Loading

0 comments on commit f1f9ee6

Please sign in to comment.