v0.6.0
0.6.0
Highlights
Voici 0.6.0 is splitting the package in two:
- The
voici-core
package includes the core functionalities of voici, mainly the voici CLI. - The
voici
package is a meta-package installing bothvoici-core
andjupyterlite-xeus
.
From now on, users can seamlessly use features provided by jupyterlite-xeus
, mainly the environment creation feature when using voici
.
Users can also depend on voici-core
if they don't want to use features provided by jupyterlite-xeus
.
Enhancements made
- Spit the package into voici-core and voici #106 (@martinRenou) and #107 (@martinRenou)
Maintenance and upkeep improvements
- Use check-release v2 workflow #108 (@martinRenou)
- Update publish workflow for trusted publishers #105 (@jtpio)
Documentation improvements
- README: clarify voici and voici-core differences #110 (@martinRenou)
- Symlink readme #109 (@martinRenou)
- Add Voici logo #101 (@martinRenou)
- Update installation instructions #100 (@martinRenou)