Hi, IMO we should focus on the 1.0 release while maintaining the recently stabilized ~3 month release period:
0.12.0: 2019-01-20 0.13.0: 2019-04-01 0.14.0: 2019-07-04 0.15.0: 2019-10-05 So a 0.16.0 release sounds much more realistic to me at the end of the next week or the week after. Perhaps we could narrow the release period to ~2 months, to re-evalute the blocking issues, and provide updates more frequently. - Krisztian On Sat, Jan 4, 2020 at 1:57 PM Antoine Pitrou <anto...@python.org> wrote: > > > IIRC we would also need Java implementations of LargeList and > LargeString, though of course that requires the involvement of > interested Java contributors. > > Given all this, I think we can go with a 0.16.0 major release soon. > > Regards > > Antoine. > > > Le 04/01/2020 à 11:16, Wes McKinney a écrit : > > Hi, > > > > Unless I’m mistaken we have a number of format implementation completeness > > deficits that would make it hard to do a 1.0 release until they are taken > > care of > > > > * Null type > > * Union types > > * Dictionary deltas and replacements > > > > (Anything else?) > > > > Note on this last item, the integration test JSON format is deficient for > > describing dictionary deltas and replacements. > > > > Short of completing these issues in the next 2 weeks I would strongly > > suggest a 0.16.0 major release without delay. > > > > Thanks