Post release 2.0.0 reset - #356
Open
jdhughes-dev wants to merge 7 commits into
Open
Conversation
continuous integration runs on macos-latest, which is arm64, so the osx-64 environments were locked but never used. Removing the platform takes 3602 lines out of the lock file. The pypi and conda-forge packages are unaffected, since both are os independent.
Release 2.0.0
conda has no equivalent of a pip extra, so a conda user was told to run pip. Plotting also needs the graphviz binaries, which conda installs and pip cannot.
….0-reset # Conflicts: # pixi.toml
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #356 +/- ##
=========================================
Coverage 80.818% 80.818%
=========================================
Files 20 20
Lines 3274 3274
=========================================
Hits 2646 2646
Misses 628 628
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set the version to 2.1.0.dev0 and bring the 2.0.0 release commits back into develop.
conda has no equivalent of a pip extra, so the error a missing pydot raises now says how to install it with conda as well. Plotting also needs the graphviz binaries, which conda installs and pip cannot.