File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 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.
1515### Removed
1616
1717- Remove the support for Python 3.5, 3.6.
18-
18+
1919### Fixed
2020
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
5959------------------------------------------------------------------------
6060
6161The preferred method is to use Anaconda Python and install from the
62- "diffpy " channel of Anaconda packages ::
62+ "conda-forge " channel of Anaconda packages ::
6363
64- conda config --add channels diffpy
65- conda install diffpy.pdffit2
64+ conda install -c conda-forge diffpy.pdffit2
6665
6766If you don't use Anaconda or prefer to install from sources, make
6867sure the required software is in place and run ::
Original file line number Diff line number Diff line change 1818
1919# Use this version when git data are not available, like in git zip archive.
2020# Update when tagging a new release.
21- FALLBACK_VERSION = '1.4.0 '
21+ FALLBACK_VERSION = '1.4.1 '
2222
2323# determine if we run with Python 3.
2424PY3 = (sys .version_info [0 ] == 3 )
You can’t perform that action at this time.
0 commit comments