Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 27.0.0
- More scipion-em-xmipp
- Updated xmipp3-dependencie (2.1.0 with configuration flags that can be set using environment variables.)
- Mayor version because of deprecated protocol in previous version; DeepCenter

## Release 26.2.0
- More scipion-em-xmipp
- xmipp3-installer package installed from pypi, reverting previous temporal fix
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ joblib
peppercorn
plotter
PyWavelets
xmipp3-installer>=2.0.4,<3.0.0
xmipp3-installer>=2.1.0,<3.0.0
numpy==1.*
2 changes: 1 addition & 1 deletion xmipp3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
# - If several of the above are true, only change the biggest one applicable (
# for example, if a fix is made and a new protocol are included in the same
# pull request, increase the one related to the new protocol).
__version__ = '26.2.0'
__version__ = '27.0.0'

_currentDepVersion = '1.1'
Loading