Skip to content

Commit e4d5479

Browse files
authored
2.7.0: update release section (#705)
* 2.7.0: update release section * Remove duplicate build_artifacts from #641 * Use moto[server] for moto>=2 * Label as 'next release'
1 parent f6dba5a commit e4d5479

File tree

3 files changed

+33
-26
lines changed

3 files changed

+33
-26
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Wheels
33
on: [push, pull_request]
44

55
jobs:
6+
67
build_artifacts:
78
name: Build wheel on ubuntu-latest
89
runs-on: ubuntu-latest
@@ -67,26 +68,3 @@ jobs:
6768
user: __token__
6869
password: ${{ secrets.pypi_password }}
6970
# To test: repository_url: https://test.pypi.org/legacy/
70-
build_artifacts:
71-
name: Linting with flake8
72-
runs-on: ubuntu-latest
73-
strategy:
74-
fail-fast: false
75-
76-
steps:
77-
- uses: actions/checkout@v1
78-
with:
79-
submodules: true
80-
81-
- uses: actions/setup-python@v1
82-
name: Install Python
83-
with:
84-
python-version: '3.8'
85-
86-
- name: Install pyflakes
87-
run: |
88-
python -m pip install pyflakes
89-
- name: run pyflakes
90-
run: |
91-
pyflakes zarr
92-

docs/release.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
Release notes
22
=============
33

4+
Next release (e.g. 2.7.0)
5+
-------------------------
6+
7+
* Compare test data's content generally
8+
By :user:`John Kirkham <jakirkham>`; :issue:`436`.
9+
10+
* Fix dtype usage in zarr/meta.py
11+
By :user:`Josh Moore <joshmoore>`; :issue:`700`.
12+
13+
* Fix FSStore key_seperator usage
14+
By :user:`Josh Moore <joshmoore>`; :issue:`669`.
15+
16+
* Add capability to partially read and decompress chunks
17+
By :user:`Andrew Fulton <andrewfulton9>`; :issue:`667`.
18+
19+
* Simplify text handling in DB Store
20+
By :user:`John Kirkham <jakirkham>`; :issue:`670`.
21+
22+
* GitHub Actions migration
23+
By :user:`Matthias Bussonnier <Carreau>`;
24+
:issue:`641`, :issue:`671`, :issue:`674`, :issue:`676`, :issue:`677`, :issue:`678`,
25+
:issue:`679`, :issue:`680`, :issue:`682`, :issue:`684`, :issue:`685`, :issue:`686`,
26+
:issue:`687`, :issue:`695`.
27+
28+
2.6.1
29+
-----
30+
31+
* Minor build fix
32+
By :user:`Matthias Bussonnier <Carreau>`; :issue:`666`.
33+
434
2.6.0
535
-----
636

7-
This release od Zarr Python is is the first release of Zarr to not supporting Python 3.5.
37+
This release of Zarr Python is is the first release of Zarr to not support Python 3.5.
838

939
* End Python 3.5 support.
1040
By :user:`Chris Barnes <clbarnes>`; :issue:`602`.

requirements_dev_optional.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ pytest-doctestplus==0.4.0
1818
h5py==2.10.0
1919
s3fs==0.5.1; python_version > '3.6'
2020
fsspec==0.8.4; python_version > '3.6'
21-
moto>=1.3.14; python_version > '3.6'
22-
flask
21+
moto[server]>=1.3.14; python_version > '3.6'

0 commit comments

Comments
 (0)