-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
239 changed files
with
109,658 additions
and
2,813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
There has been significant change between the pyFAI version 0.15 and 0.17. Because PeakPo uses pyFAI to process diffraction images, this causes compatibility issue between dpp saved pyFAI 0.15 and pyFAI 0.17. | ||
There has been significant change between the pyFAI version 0.14.2 and 0.17. Because PeakPo uses pyFAI to process diffraction images before 2019, this can cause a compatibility issue between dpp saved pyFAI 0.14.2 and pyFAI 0.17. | ||
In addition, there seems to be incompatibility issue between dill=0.2.8.2 and dill=0.2.6. | ||
|
||
For example, if you try to open a dpp file originally saved with pyFAI 0.15 or older in a conda environment with pyFAI 0.17 or later, you cannot open the old dpp file. | ||
For example, if you try to open a dpp file originally saved with pyFAI 0.14.2 or older in a conda environment with pyFAI 0.17 or later, you cannot open the old dpp file. | ||
|
||
In order to resolve this issue, I provide two environments in different yml files. The "2018" and "2019" files have setups for old (pyFAI 0.15) and new (pyFAI 0.17) dpp files, respectively. | ||
In order to resolve this issue, I provide two environments in different yml files. | ||
|
||
pkpo2017: dill=0.2.8.2, pyFAI=0.14.2 | ||
|
||
pkpo2018: dill=0.2.6, pyFAI=0.14.2 | ||
|
||
pkpo2019: dill=0.3.0, pyFAI=0.18.0 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.