File tree 3 files changed +34
-2
lines changed
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2015-2023 Zarr Developers <https://github.com/zarr-developers>
3
+ Copyright (c) 2015-2024 Zarr Developers <https://github.com/zarr-developers>
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 72
72
73
73
# General information about the project.
74
74
project = "zarr"
75
- copyright = "2023 , Zarr Developers"
75
+ copyright = "2024 , Zarr Developers"
76
76
author = "Zarr Developers"
77
77
78
78
version = zarr .__version__
Original file line number Diff line number Diff line change @@ -18,9 +18,41 @@ Release notes
18
18
Unreleased
19
19
----------
20
20
21
+ .. _release_2.17.1 :
22
+
23
+ 2.17.1
24
+ ------
25
+
26
+ Enhancements
27
+ ~~~~~~~~~~~~
28
+
21
29
* Change occurrences of % and format() to f-strings.
22
30
By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1423 `.
23
31
32
+ * Proper argument for numpy.reshape.
33
+ By :user: `Dimitri Papadopoulos Orfanos <DmitriPapadopoulos> ` :issue: `1425 `.
34
+
35
+ * Add typing to dimension separator arguments.
36
+ By :user: `David Stansby <dstansby> ` :issue: `1620 `.
37
+
38
+ Docs
39
+ ~~~~
40
+
41
+ * ZIP related tweaks.
42
+ By :user: `Davis Bennett <d-v-b> ` :issue: `1641 `.
43
+
44
+ Maintenance
45
+ ~~~~~~~~~~~
46
+
47
+ * Update config.yml with Zulip.
48
+ By :user: `Josh Moore <joshmoore> `.
49
+
50
+ * Replace Gitter with the new Zulip Chat link.
51
+ By :user: `Sanket Verma <msankeys963> ` :issue: `1685 `.
52
+
53
+ * Fix RTD build.
54
+ By :user: `Sanket Verma <msankeys963> ` :issue: `1694 `.
55
+
24
56
.. _release_2.17.0 :
25
57
26
58
2.17.0
You can’t perform that action at this time.
0 commit comments