1
1
Release notes
2
2
=============
3
3
4
- Next release (e.g. 2.7.0)
5
- -------------------------
4
+ 2.7.0
5
+ -----
6
+
7
+ Enhancements
8
+ ~~~~~~~~~~~~
9
+
10
+ * Start stop for iterator (`islice() `)
11
+ By :user: `Sebastian Grill <yetyetanotherusername> `; :issue: `621 `.
12
+
13
+ * Add capability to partially read and decompress chunks
14
+ By :user: `Andrew Fulton <andrewfulton9> `; :issue: `667 `.
15
+
16
+
17
+ Bug fixes
18
+ ~~~~~~~~~
19
+
20
+ * Make DirectoryStore __setitem__ resilient against antivirus file locking
21
+ By :user: `Eric Younkin <ericgyounkin> `; :issue: `698 `.
6
22
7
23
* Compare test data's content generally
8
24
By :user: `John Kirkham <jakirkham> `; :issue: `436 `.
@@ -13,17 +29,14 @@ Next release (e.g. 2.7.0)
13
29
* Fix FSStore key_seperator usage
14
30
By :user: `Josh Moore <joshmoore> `; :issue: `669 `.
15
31
16
- * Add capability to partially read and decompress chunks
17
- By :user: `Andrew Fulton <andrewfulton9> `; :issue: `667 `.
18
-
19
32
* Simplify text handling in DB Store
20
33
By :user: `John Kirkham <jakirkham> `; :issue: `670 `.
21
34
22
35
* GitHub Actions migration
23
36
By :user: `Matthias Bussonnier <Carreau> `;
24
37
:issue: `641 `, :issue: `671 `, :issue: `674 `, :issue: `676 `, :issue: `677 `, :issue: `678 `,
25
38
:issue: `679 `, :issue: `680 `, :issue: `682 `, :issue: `684 `, :issue: `685 `, :issue: `686 `,
26
- :issue: `687 `, :issue: `695 `.
39
+ :issue: `687 `, :issue: `695 `, :issue: ` 706 ` .
27
40
28
41
2.6.1
29
42
-----
0 commit comments