Skip to content

Commit

Permalink
Merge branch 'ver3.1' into ver4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biochem-fan committed Sep 28, 2022
2 parents 2a725d6 + 2448e08 commit 0407995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RELION 4.0 beta
================
RELION 4.0.0
============

RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer
program for Maximum A Posteriori refinement of (multiple) 3D reconstructions
Expand Down Expand Up @@ -79,4 +79,4 @@ If something went wrong, remove the `build` directory and try again from `cmake`

## Class Ranker
The default model for the class ranker has been trained and tested in Python 3.9.12 with Pytorch 1.10.0 and Numpy 1.20.0.
If you wish to retrain the class ranker model with your own data, please refer to [this repo](https://github.com/3dem/relion-classranker).
If you wish to retrain the class ranker model with your own data, please refer to [this repo](https://github.com/3dem/relion-classranker).
2 changes: 1 addition & 1 deletion src/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#ifndef MACROS_H
#define MACROS_H

#define RELION_SHORT_VERSION "4.0-beta-2"
#define RELION_SHORT_VERSION "4.0.0"
extern const char *g_RELION_VERSION;

#include <math.h>
Expand Down

0 comments on commit 0407995

Please sign in to comment.