Skip to content

Update release.rst for v2.17.1 #1673

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 5 commits into from
Mar 6, 2024
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
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2023 Zarr Developers <https://github.com/zarr-developers>
Copyright (c) 2015-2024 Zarr Developers <https://github.com/zarr-developers>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# General information about the project.
project = "zarr"
copyright = "2023, Zarr Developers"
copyright = "2024, Zarr Developers"
author = "Zarr Developers"

version = zarr.__version__
Expand Down
32 changes: 32 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,41 @@ Release notes
Unreleased
----------

.. _release_2.17.1:

2.17.1
------

Enhancements
~~~~~~~~~~~~

* Change occurrences of % and format() to f-strings.
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1423`.

* Proper argument for numpy.reshape.
By :user:`Dimitri Papadopoulos Orfanos <DmitriPapadopoulos>` :issue:`1425`.

* Add typing to dimension separator arguments.
By :user:`David Stansby <dstansby>` :issue:`1620`.

Docs
~~~~

* ZIP related tweaks.
By :user:`Davis Bennett <d-v-b>` :issue:`1641`.

Maintenance
~~~~~~~~~~~

* Update config.yml with Zulip.
By :user:`Josh Moore <joshmoore>`.

* Replace Gitter with the new Zulip Chat link.
By :user:`Sanket Verma <msankeys963>` :issue:`1685`.

* Fix RTD build.
By :user:`Sanket Verma <msankeys963>` :issue:`1694`.

.. _release_2.17.0:

2.17.0
Expand Down