File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ Notable differences from version 1.2.
15
15
### Removed
16
16
17
17
- Remove the support for Python 3.5, 3.6.
18
-
18
+
19
19
### Fixed
20
20
21
- - Patch variable to avoid naming problems and Xcode collision on MacOS & Linux.
22
- - Fix g++ w/ambiguous isnan on Linux.
21
+ - Patch variable to avoid naming problems and Xcode collision on MacOS & Linux.
22
+ - Fix g++ w/ambiguous isnan on Linux.
23
+ - Fix the PY_SSIZE_T_CLEAN macro for py3.10.
Original file line number Diff line number Diff line change @@ -59,10 +59,9 @@ INSTALLATION
59
59
------------------------------------------------------------------------
60
60
61
61
The preferred method is to use Anaconda Python and install from the
62
- "diffpy " channel of Anaconda packages ::
62
+ "conda-forge " channel of Anaconda packages ::
63
63
64
- conda config --add channels diffpy
65
- conda install diffpy.pdffit2
64
+ conda install -c conda-forge diffpy.pdffit2
66
65
67
66
If you don't use Anaconda or prefer to install from sources, make
68
67
sure the required software is in place and run ::
Original file line number Diff line number Diff line change 18
18
19
19
# Use this version when git data are not available, like in git zip archive.
20
20
# Update when tagging a new release.
21
- FALLBACK_VERSION = '1.4.0 '
21
+ FALLBACK_VERSION = '1.4.1 '
22
22
23
23
# determine if we run with Python 3.
24
24
PY3 = (sys .version_info [0 ] == 3 )
You can’t perform that action at this time.
0 commit comments