@@ -6,6 +6,16 @@ for an average of one 33-commit release about every 9 weeks. Versions
6
6
are named according to the [ CalVer] ( https://calver.org ) versioning
7
7
scheme (` YY.MINOR.MICRO ` ).
8
8
9
+ 23.0.0
10
+ ------
11
+ * (February 19, 2023)*
12
+
13
+ * Overdue update for Python 3.10 and 3.11 support ([ #294 ] [ i294 ] , [ #303 ] [ i303 ] , [ #320 ] [ i320 ] , [ #323 ] [ i323 ] , [ #326 ] [ i326 ] /[ #327 ] [ i327 ] )
14
+ * Add [ iterutils.chunk_ranges] [ iterutils.chunk_ranges ] ([ #312 ] [ i312 ] )
15
+ * Improvements to ` SpooledBytesIO ` /` SpooledStringIO ` ([ #305 ] [ i305 ] )
16
+ * Bugfix for infinite daterange issue when start and stop is the same ([ #302 ] [ i302 ] )
17
+ * Fix ` Bits.as_list ` behavior ([ #315 ] [ i315 ] )
18
+
9
19
21.0.0
10
20
------
11
21
* (May 16, 2021)*
@@ -1027,6 +1037,16 @@ added in this release.
1027
1037
[ i161 ] : https://github.com/mahmoud/boltons/issues/161
1028
1038
[ i162 ] : https://github.com/mahmoud/boltons/issues/162
1029
1039
[ i164 ] : https://github.com/mahmoud/boltons/issues/164
1040
+ [ i294 ] : https://github.com/mahmoud/boltons/issues/294
1041
+ [ i302 ] : https://github.com/mahmoud/boltons/issues/302
1042
+ [ i303 ] : https://github.com/mahmoud/boltons/issues/303
1043
+ [ i305 ] : https://github.com/mahmoud/boltons/issues/305
1044
+ [ i312 ] : https://github.com/mahmoud/boltons/issues/312
1045
+ [ i315 ] : https://github.com/mahmoud/boltons/issues/315
1046
+ [ i320 ] : https://github.com/mahmoud/boltons/issues/320
1047
+ [ i323 ] : https://github.com/mahmoud/boltons/issues/323
1048
+ [ i326 ] : https://github.com/mahmoud/boltons/issues/326
1049
+ [ i327 ] : https://github.com/mahmoud/boltons/issues/327
1030
1050
[ ioutils ] : http://boltons.readthedocs.org/en/latest/ioutils.html
1031
1051
[ ioutils.MultiFileReader ] : http://boltons.readthedocs.org/en/latest/ioutils.html#boltons.ioutils.MultiFileReader
1032
1052
[ ioutils.SpooledBytesIO ] : http://boltons.readthedocs.org/en/latest/ioutils.html#boltons.ioutils.SpooledBytesIO
@@ -1036,6 +1056,7 @@ added in this release.
1036
1056
[ iterutils.backoff_iter ] : http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.backoff_iter
1037
1057
[ iterutils.chunked ] : http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.chunked
1038
1058
[ iterutils.chunked_iter ] : http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.chunked_iter
1059
+ [ iterutils.chunk_ranges ] : http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.chunk_ranges
1039
1060
[ iterutils.first ] : http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.first
1040
1061
[ iterutils.flatten ] : http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.flatten
1041
1062
[ iterutils.flatten_iter ] : http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.flatten_iter
0 commit comments