pre-release for v2022.06.0
See original GitHub issueThere’s a few unreleased and potentially breaking changes in main
, most importantly the index refactor and the new groupby
using numpy-groupies
and flox
. During the meeting on Wednesday we decided to release a preview version to get feedback before releasing a full version, especially from those who don’t run their tests against our main
branch.
I am planning to create the pre-release tomorrow, but if there’s any big changes that should be included please post here.
cc @TomNicholas
Edit: the version will be called 2022.05.0.dev0
, which will ensure that e.g. pip
will require the --pre
flag to install it.
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Visual Studio 2022 Release Notes | Microsoft Learn
Get the latest features, bug fixes, and support for Visual Studio 2022 version 17.2. Download today. Visual Studio 2022 Preview Release Notes.
Read more >Release Notes 6.0.0 - D3 Go! Forums
While this mechanic is not new to Magic: Puzzle Quest, it went through a change since its last appearance. Now, Meld can work...
Read more >Releases · nicehash/NiceHashQuickMiner - GitHub
The simplest way to install NiceHash QuickMiner is by using Installer, which also gives you the option to install this prerelease RC version....
Read more >KubeOps 6.0.0-prerelease.2 - NuGet Gallery
This is an operator sdk written in c#. It enables a developer to create a custom controller for CRDs (CustomResourceDefinitions) that runs on...
Read more >Xarray on Twitter: "We've just release v2022.06.0! This release ...
We've just release v2022.06.0! This release brings a major internal ... (Scroll down to the pre-release notes for a full list of changes)....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just published the pre-release, it can be installed from PyPI:
(the
--no-deps
is important, otherwise we pull the pre-releases of other packages)I’ll issue the release once #6798 goes in.