Skip to content

Commit 342ba34

Browse files
committed
Make minor improvements and fix bugs
- module -T: fixed -domain cylinder and circle, fixed tesr reading, made minor fixes. - module -M: fixed -elset, fixed -statelset group -elt hex, fixed -statnode col_stdtriangle, fixed -statelt part in 2D, added -faset for -format inp. - module -V: fixed -datacellcolscheme ipf for -crysym hexagonal, fixed -space [i]pf png output. - general: added tutorial "Installing Neper on Ubuntu 22", updated tests to pass on Ubuntu 22, made minor compilation fix.
1 parent 874fec7 commit 342ba34

File tree

16 files changed

+611
-4634
lines changed

16 files changed

+611
-4634
lines changed

VERSIONS

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
New in 4.6.1-15 (12 Sep 2023):
1+
New in 4.6.1 (12 Sep 2023):
22
- module -T: fixed -domain cylinder and circle, fixed tesr reading, made minor
33
fixes.
44
- module -M: fixed -elset, fixed -statelset group -elt hex, fixed -statnode
55
col_stdtriangle, fixed -statelt part in 2D, added -faset for -format inp.
66
- module -V: fixed -datacellcolscheme ipf for -crysym hexagonal, fixed
77
-space [i]pf png output.
8-
- general: updated tests to pass on Ubuntu 22, made minor compilation fix.
8+
- general: added tutorial "Installing Neper on Ubuntu 22", updated tests to
9+
pass on Ubuntu 22, made minor compilation fix.
910

1011
New in 4.6.0 (06 Apr 2023):
1112
- module -T: fixed truncated statistical distributions (from and to), improved

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import sphinx_rtd_theme
1212

1313
project = u'Neper'
14-
version = u'4.6.1-15'
15-
release = u'4.6.1-15'
14+
version = u'4.6.1'
15+
release = u'4.6.1'
1616
author = u'Romain Quey'
1717
copyright = u'Romain Quey'
1818
language = 'en'

doc/introduction.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,14 @@ Several, complementary resources describing Neper are available:
5252

5353
Resources for FEPX can be accessed from https://fepx.info.
5454

55+
.. _installing_neper:
56+
5557
Installing Neper
5658
----------------
5759

58-
Neper is written in (mostly ANSI) C and a little C++, and it can run on any Unix-like system (including macOS). Neper also runs on Microsoft Windows using the Windows subsystem for Linux (WSL), the Ubuntu app or similar solutions, although we do not test nor support this usage and multithreading must be turned off (which slows down execution significantly).
60+
Neper is written in (mostly ANSI) C and a little C++, and it can run on any Unix-like system. Neper is also known to run on macOS and on Microsoft Windows using the Windows subsystem for Linux (WSL), the Ubuntu app or similar solutions, although we do not test nor support this usage and multithreading must be turned off (which slows down execution significantly).
61+
62+
.. note:: Ubuntu users may be interested in the tutorial ":ref:`installation_ubuntu_22`" from step-by-step installation instructions.
5963

6064
General Procedure
6165
~~~~~~~~~~~~~~~~~
@@ -156,6 +160,8 @@ The program configuration variables concern the printing format of the real numb
156160
- :code:`REAL_PRINT_FORMAT3`, default :code:`"%15.12f"` (12 decimal digits, 15 total digits);
157161
- :code:`REAL_PRINT_FORMAT5`, default :code:`"%17.12f"` (12 decimal digits, 17 total digits).
158162

163+
.. _testing_neper:
164+
159165
Testing Neper
160166
-------------
161167

doc/tutorials.rst

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Tutorials
1414
tutorials/pole_figure.rst
1515
tutorials/orientation_trajectories.rst
1616
tutorials/orientation_color_key.rst
17+
tutorials/install_ubuntu22.rst

0 commit comments

Comments
 (0)