Skip to content

2.7.0: update release section #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 3, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
24 changes: 1 addition & 23 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Wheels
on: [push, pull_request]

jobs:

build_artifacts:
name: Build wheel on ubuntu-latest
runs-on: ubuntu-latest
Expand Down Expand Up @@ -67,26 +68,3 @@ jobs:
user: __token__
password: ${{ secrets.pypi_password }}
# To test: repository_url: https://test.pypi.org/legacy/
build_artifacts:
name: Linting with flake8
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v1
with:
submodules: true

- uses: actions/setup-python@v1
name: Install Python
with:
python-version: '3.8'

- name: Install pyflakes
run: |
python -m pip install pyflakes
- name: run pyflakes
run: |
pyflakes zarr

32 changes: 31 additions & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
Release notes
=============

Next release (e.g. 2.7.0)
-------------------------

* Compare test data's content generally
By :user:`John Kirkham <jakirkham>`; :issue:`436`.

* Fix dtype usage in zarr/meta.py
By :user:`Josh Moore <joshmoore>`; :issue:`700`.

* Fix FSStore key_seperator usage
By :user:`Josh Moore <joshmoore>`; :issue:`669`.

* Add capability to partially read and decompress chunks
By :user:`Andrew Fulton <andrewfulton9>`; :issue:`667`.

* Simplify text handling in DB Store
By :user:`John Kirkham <jakirkham>`; :issue:`670`.

* GitHub Actions migration
By :user:`Matthias Bussonnier <Carreau>`;
:issue:`641`, :issue:`671`, :issue:`674`, :issue:`676`, :issue:`677`, :issue:`678`,
:issue:`679`, :issue:`680`, :issue:`682`, :issue:`684`, :issue:`685`, :issue:`686`,
:issue:`687`, :issue:`695`.

2.6.1
-----

* Minor build fix
By :user:`Matthias Bussonnier <Carreau>`; :issue:`666`.

2.6.0
-----

This release od Zarr Python is is the first release of Zarr to not supporting Python 3.5.
This release of Zarr Python is is the first release of Zarr to not support Python 3.5.

* End Python 3.5 support.
By :user:`Chris Barnes <clbarnes>`; :issue:`602`.
Expand Down
3 changes: 1 addition & 2 deletions requirements_dev_optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ pytest-doctestplus==0.4.0
h5py==2.10.0
s3fs==0.5.1; python_version > '3.6'
fsspec==0.8.4; python_version > '3.6'
moto>=1.3.14; python_version > '3.6'
flask
moto[server]>=1.3.14; python_version > '3.6'