Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
319 changes: 319 additions & 0 deletions blog/2026-04-27-introducing-conda-workspaces.mdx

Large diffs are not rendered by default.

34 changes: 19 additions & 15 deletions blog/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@
"image": "img/blog/2026-04-06-march-releases/banner.jpg",
"date": "2026-05-07T00:00:00"
},
{
"title": "Introducing conda-workspaces",
"slug": "introducing-conda-workspaces",
"authors": [
"jezdez"
],
"tags": [
"conda",
"conda-incubator",
"plugin",
"workspaces",
"tasks",
"release"
],
"description": "A new conda plugin that brings pixi-style project workspaces and a built-in task runner to conda, with a single multi-platform conda.lock and full reuse of conda's existing solver, channels, and authentication.",
"image": "img/blog/2026-04-27-introducing-conda-workspaces/banner.jpg",
"image_credit": "<a href=\"https://www.pexels.com/photo/organized-workshop-with-hand-tools-and-clamps-34471533/\">Ahimsa - OM on Pexels</a>",
"date": "2026-04-27T00:00:00"
},
{
"title": "Building a Better conda CLI: A Vision",
"slug": "2026-04-17-vision-for-conda-cli",
Expand Down Expand Up @@ -65,20 +84,5 @@
"image": "img/blog/2026-03-11-conda-standards-ceps/banner.jpg",
"image_credit": "Photo by <a href=\"https://unsplash.com/@alex_skobe?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Alex Skobe</a> on <a href=\"https://unsplash.com/photos/a-single-mushroom-growing-on-mossy-ground-sQwqZO9qsso?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a>",
"date": "2026-03-11T00:00:00"
},
{
"title": "condastats is back",
"slug": "condastats-is-back",
"authors": [
"jezdez"
],
"tags": [
"condastats",
"conda-incubator",
"release"
],
"description": "condastats returns after three years of silence with modern Python support, a refactored codebase, rewritten documentation, and an interactive browser demo powered by Pyodide.",
"image": "img/blog/2026-02-25-condastats/banner.png",
"date": "2026-02-25T00:00:00"
}
]
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["toml", "yaml", "bash", "diff", "json"],
},
algolia: {
// The application ID provided by Algolia
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.