Skip to content

Commit 1bff8d3

Browse files
authored
Merge pull request #637 from ComputationalCryoEM/develop
Develop ~~> Master 0.9.2
2 parents c2cd98f + 6cb8831 commit 1bff8d3

File tree

24 files changed

+158
-100
lines changed

24 files changed

+158
-100
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.1
2+
current_version = 0.9.2
33
commit = True
44
tag = True
55

.zenodo.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"creators": [
3+
{
4+
"affiliation": "Princeton University",
5+
"name": "Garrett Wright"
6+
},
7+
{
8+
"affiliation": "KTH Royal Institute of Technology",
9+
"name": "Joakim And\u00e9n",
10+
"orcid": "0000-0002-3377-813X"
11+
},
12+
{
13+
"affiliation": "Princeton University",
14+
"name": "Vineet Bansal"
15+
},
16+
{
17+
"affiliation": "OpenEye Scientific Software Inc",
18+
"name": "Junchao Xia"
19+
},
20+
{
21+
"affiliation": "Princeton University",
22+
"name": "Chris Langfield",
23+
"orcid": "0000-0003-4151-203X"
24+
},
25+
{
26+
"affiliation": "Princeton University",
27+
"name": "Josh Carmichael",
28+
"orcid": "0000-0001-9889-349X"
29+
},
30+
{
31+
"name": "Robbie Brook"
32+
},
33+
{
34+
"affiliation": "Princeton University",
35+
"name": "Yunpeng Shi"
36+
},
37+
{
38+
"affiliation": "Ariel University",
39+
"name": "Ayelet Heimowitz"
40+
},
41+
{
42+
"affiliation": "Tel Aviv University",
43+
"name": "Gabi Pragier"
44+
},
45+
{
46+
"affiliation": "Tel Aviv University",
47+
"name": "Itay Sason"
48+
},
49+
{
50+
"affiliation": "Tel Aviv University",
51+
"name": "Amit Moscovich"
52+
},
53+
{
54+
"affiliation": "Tel Aviv University",
55+
"name": "Yoel Shkolnisky"
56+
},
57+
{
58+
"affiliation": "Princeton University",
59+
"name": "Amit Singer"
60+
}
61+
]
62+
}

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ include pytest.ini
1111
include tox.ini
1212
include logging.conf
1313
include config.ini
14+
include .zenodo.json
1415
recursive-include docs *.bat
1516
recursive-include docs *.bib
1617
recursive-include docs *.py

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![codecov](https://codecov.io/gh/ComputationalCryoEM/ASPIRE-Python/branch/master/graph/badge.svg?token=3XFC4VONX0)](https://codecov.io/gh/ComputationalCryoEM/ASPIRE-Python)
66
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5657281.svg)](https://doi.org/10.5281/zenodo.5657281)
77

8-
# ASPIRE - Algorithms for Single Particle Reconstruction - v0.9.1
8+
# ASPIRE - Algorithms for Single Particle Reconstruction - v0.9.2
99

1010
This is the Python version to supersede the [Matlab ASPIRE](https://github.com/PrincetonUniversity/aspire).
1111

@@ -20,7 +20,7 @@ For more information about the project, algorithms, and related publications ple
2020
Please cite using the following DOI. This DOI represents all versions, and will always resolve to the latest one.
2121

2222
```
23-
ComputationalCryoEM/ASPIRE-Python: v0.9.1 https://doi.org/10.5281/zenodo.5657281
23+
ComputationalCryoEM/ASPIRE-Python: v0.9.2 https://doi.org/10.5281/zenodo.5657281
2424
2525
```
2626

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# built documents.
7575
#
7676
# The full version, including alpha/beta/rc tags.
77-
release = version = "0.9.1"
77+
release = version = "0.9.2"
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Aspire v0.9.1
1+
Aspire v0.9.2
22
==============
33

44
Algorithms for Single Particle Reconstruction

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def read(fname):
99

1010
setup(
1111
name="aspire",
12-
version="0.9.1",
12+
version="0.9.2",
1313
data_files=[
1414
("", ["src/aspire/config.ini"]),
1515
("", ["src/aspire/logging.conf"]),

src/aspire/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from aspire.exceptions import handle_exception
1010

1111
# version in maj.min.bld format
12-
__version__ = "0.9.1"
12+
__version__ = "0.9.2"
1313

1414
# Implements some code that writes out exceptions to 'aspire.err.log'.
1515
config = Config(read_text(aspire, "config.ini"))

src/aspire/apple/picking.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ def read_mrc(self):
191191
size = tuple((np.array(im.shape) / self.mrc_shrink_factor).astype(int))
192192

193193
# Note, float64 required for signal.correlate call accuracy.
194-
im = np.asarray(Image.fromarray(im).resize(size, Image.BICUBIC)).astype(
195-
np.float64, copy=False
196-
)
194+
im = np.asarray(
195+
Image.fromarray(im).resize(size, Image.Resampling.BICUBIC)
196+
).astype(np.float64, copy=False)
197197

198198
im = signal.correlate(
199199
im,

src/aspire/basis/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
from .basis import Basis
55
from .steerable import SteerableBasis2D
6+
from .fb import FBBasisMixin
67

78
# isort: on
89

0 commit comments

Comments
 (0)