Skip to content

Commit

Permalink
Deploying to gh-pages from @ f60fb3d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Nov 25, 2023
1 parent cb6eae0 commit 388b718
Show file tree
Hide file tree
Showing 81 changed files with 1,208 additions and 1,925 deletions.
Binary file modified _images/discretisedfield-Field-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/discretisedfield-plotting-MplField-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/discretisedfield-plotting-MplField-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/discretisedfield-plotting-MplField-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/discretisedfield-plotting-MplField-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/discretisedfield-plotting-MplField-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/discretisedfield-plotting-add_colorwheel-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/examples_notebooks_12-tutorial-stray-field_3_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/examples_notebooks_12-tutorial-stray-field_5_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/examples_notebooks_12-tutorial-stray-field_9_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/examples_notebooks_periodic-boundary-conditions_5_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-ltem-defocus_image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-ltem-phase-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-mfm-phase_shift-1_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-mfm-phase_shift-1_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-mfm-phase_shift-2_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-mfm-phase_shift-2_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-mfm-phase_shift-3_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-mfm-phase_shift-3_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-sans-chiral_function-1_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-sans-chiral_function-1_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-sans-cross_section-1_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-sans-cross_section-1_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-sans-cross_section-2_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-sans-cross_section-2_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mag2exp-x_ray-holography-1.png
Binary file modified _images/mag2exp-x_ray-holography-2.png
Binary file modified _images/mag2exp-x_ray-saxs-1.png
23 changes: 23 additions & 0 deletions _sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog
=========

2023.11 (Nov 25, 2023)
======================

modified
--------

``discretisedfield``
- The property ``mesh.points`` has been renamed to ``mesh.cells`` to avoid
ambiguity. (`#508 <https://github.com/ubermag/discretisedfield/pull/508>`__)

fixed
-----

``discretisedfield``
- Reading OVF files failed when the header used lowercase letters in the
"Begin: data" section. (`#513
<https://github.com/ubermag/discretisedfield/pull/513>`__)

``micromagneticdata``
- Reading magnetisation output from Mumax3 fails when ``region.pmin`` is not
defined at the origin and subregions are defined for ``system.m``. (`#60
<https://github.com/ubermag/micromagneticdata/pull/60>`__)

2023.10 (Oct 23, 2023)
======================

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
"\n",
"### Extracting field on any mesh\n",
"\n",
"If we want to extact part of the field on any mesh which is contained inside the field, we do that by \"resampling\". We create a new field on a submesh and pass the field we want take subfield from as `value`."
"If we want to extract part of the field on any mesh which is contained inside the field, we do that by \"resampling\". We create a new field on a submesh and pass the field we want take subfield from as `value`."
]
},
{
Expand Down Expand Up @@ -802,7 +802,7 @@
"source": [
"## Selecting part of the field\n",
"\n",
"We can also select part of the field using, `discretisedfield.Field.sel`. This will can be used to return a new field object which contains only discretisation cells in the specific region. The dimensionality of the field remains the same. The selections hat are allowed are the geometric axes. For instance, for a three-dimensional geometry, we can select the $x$-axis between -10 and 30. This can be written as\n",
"We can also select part of the field using, `discretisedfield.Field.sel`. This can be used to return a new field object which contains only discretisation cells in the specific region. The dimensionality of the field remains the same. The selections hat are allowed are the geometric axes. For instance, for a three-dimensional geometry, we can select the $x$-axis between -10 and 30. This can be written as\n",
"\n",
"$$x = (-10, 30)$$\n",
"\n",
Expand All @@ -815,7 +815,7 @@
"\n",
"\n",
"\n",
"If we select our lower point at $-10$ then the whole of `Cell 1` will be selected and if we select our upper point at $+10$ then the whole of `Cell 3` will be selected. All the cells between these teo points will also be selected."
"If we select our lower point at $-10$ then the whole of `Cell 1` will be selected and if we select our upper point at $+10$ then the whole of `Cell 3` will be selected. All the cells between these two points will also be selected."
]
},
{
Expand Down Expand Up @@ -2697,7 +2697,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.8.17"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
{
"data": {
"text/plain": [
"<generator object Mesh.indices at 0x7f77c66fd380>"
"<generator object Mesh.indices at 0x7f187843d3c0>"
]
},
"execution_count": 14,
Expand Down Expand Up @@ -564,7 +564,7 @@
}
],
"source": [
"list(mesh.points.x)"
"list(mesh.cells.x)"
]
},
{
Expand All @@ -584,7 +584,7 @@
}
],
"source": [
"list(mesh.points.y)"
"list(mesh.cells.y)"
]
},
{
Expand Down Expand Up @@ -1077,7 +1077,9 @@
{
"cell_type": "code",
"execution_count": 36,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -1126,7 +1128,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.8.17"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
Loading

0 comments on commit 388b718

Please sign in to comment.