-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could you make a release ? #543
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
We're working through some parts of the CI pipeline, and one these are fixed, we'll make a release! |
+1 on this exact issue. Trying to update our Pangeo Forge docs in pangeo-forge/pangeo-forge-recipes#610 is also blocked by this. Will very much appreciate a release as soon as you are able. 🙏 |
@agoose77 is there an open Issue or PR for this? Would be curious to see if there's some way I can assist, or at least follow along with the progress. |
I'd really like to help out in any way I can to push this issue forward, but I'd really like to avoid spamming the maintainers in the process. It looks like the one remaining issue here is a typo that is aggravating pre-commit: Normally I'd prefer not to make PRs related to this kind of thing. Seeing as how it is holding up a release, I'd be happy to do so here if it means we can get a release out. |
My bandwidth is pretty tied up this week. AFAICR, we're just needing to fix-up some type hints, and then we're good to go. |
Sounds good - if you point me in the direction of a specific issue, I can take care of it, though it looks like mypy is currently passing. I'd be happy to include the fix for the typo above in whatever else needs to be done. |
@agoose77 I think the repo's ready for a new release now. Could you tag 0.18? |
If 0.18.0 is not available, could you tag 0.18.0b0? |
myst_nb parser allows to parse cell tags. Currently we use an unreleased version. Clone from https://github.com/executablebooks/MyST-NB and pip install -e . into the enviroment of the documentation generation. See also executablebooks/MyST-NB#543
myst_nb parser allows to parse cell tags. Currently we use an unreleased version. Clone from https://github.com/executablebooks/MyST-NB and pip install -e . into the environment of the documentation generation. See also executablebooks/MyST-NB#543
A new release would be great as it would also loosen the requirement on |
Hi all - could you try out https://pypi.org/project/myst-nb/1.0.0rc0/? |
Works for our build of AiiDA 👍 thanks a lot! |
Thanks @agoose77! LGTM over in pangeo-forge/pangeo-forge-recipes#641 👍 |
@agoose77 I tested the |
I tested |
Thanks for releasing v1.0.0! Looks like this issue may be able to be closed now. It seems there isn't a changelog entry yet, but from the diff (v0.17.2...v1.0.0), the biggest user-facing changes seem to be Sphinx 7 support, bumping minimum |
This has now been handled! @blakeNaccarato you're correct that the major changes are removing caps, bumping dependencies, and adding Sphinx 7 support. :) |
V0.17.2 is still blocked on Sphinx<6 making many pipelines (including pydata-sphinx-theme) crash
The text was updated successfully, but these errors were encountered: