Skip to content

Releases: jupyter-book/mystmd

v0.1.29

15 May 20:12
Compare
Choose a tag to compare

What's Changed

  • 🐛 Type fixes by @rowanc1 in #370
  • 📚 add docs for integrating jupyter compute using thebe by @stevejpurves in #372
  • 📖 Documentation fixes for thebe by @stevejpurves in #375
  • ⚡️ Remove _static folder; keep site assets flat in public folder by @fwkoch in #371
  • 📄 Enable sites with single projects and no project slug by @fwkoch in #374
  • 🤖 Build static html export by @rowanc1 in #377
  • 🌃 Update images for capturing nested layers by @rowanc1 in #378
  • 📖 Docs on deployment and improved quickstarts by @rowanc1 in #383
  • 👩🏽‍🏫 Initial support for proofs and theorems by @rowanc1 in #384
  • 📖 Minor docs updates for hover links by @rowanc1 in #386
  • 👩‍⚕️ Add a {doc} role to support sphinx by @rowanc1 in #387
  • 🤖 Better reading of frontmatter in JupyterBook by @rowanc1 in #388
  • 🔗 Add support for github issue previews by @rowanc1 in #389

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.29

v0.1.25

26 Apr 21:20
Compare
Choose a tag to compare

What's Changed

  • Ş Allow characters in groups by @rowanc1 in #352
  • ⌨️ No-break space for cross-references by @rowanc1 in #353
  • 🎉 Add siunitx package to latex, JATS and MyST by @rowanc1 in #354
  • 🐛 Await all extra transforms to be completed by @rowanc1 in #355
  • 🧐 Add JATS DTD validation to myst-to-jats tests by @fwkoch in #356
  • 🔧 Fix single file export references by building project files by @fwkoch in #358
  • 🤖 Specify output from the command line by @rowanc1 in #364
  • 🧪 JATS Validation by @rowanc1 in #365
  • 📒 Handle notebook cell ids and outputs in jats by @fwkoch in #361
  • 📂 Update thebe frontmatter options by @fwkoch in #367
  • 🧮 Inline user_expression support by @rowanc1 in #368

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.25

v0.1.24

10 Apr 18:19
Compare
Choose a tag to compare

Note: v0.1.23 had a bug in the types for myst-cli this has been re-released as v0.1.24

What's Changed

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.23

v0.1.22

30 Mar 18:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.22

v0.1.21

30 Mar 00:15
Compare
Choose a tag to compare

What's Changed

  • 🏷 Add title/subtitle to JATS by @rowanc1 in #331
  • 📒 Track notebook source for embedded content by @fwkoch in #334
  • 👩‍🎓 Add bibliography to JATS export backmatter by @fwkoch in #333
  • 🌀 Change to SourceFileKind (from KINDS) by @rowanc1 in #335
  • 💻 Extending project frontmatter to accept thebe options by @stevejpurves in #332

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.21

v0.1.20

30 Mar 00:15
Compare
Choose a tag to compare

What's Changed

  • 🐛 Allow empty comments in myst-to-tex by @fwkoch in #326
  • © Copyright symbol must have trailing whitespace by @rowanc1 in #323
  • 👩‍🔬 Inline citation improvements by @rowanc1 in #328
  • ✨ Export full JATS article using myst-to-jats with myst-cli by @fwkoch in #324

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.20

v0.1.19

22 Mar 03:08
Compare
Choose a tag to compare

Features

  • 🎆 Resolve images with wildcard extensions to existing images by @fwkoch in #318
  • 👯‍♀️ Add option to copy template files on export and write relative paths by @fwkoch in #307
  • ✅ Parse tasklists to an AST by @rowanc1 in #322

Maintenance

  • 🎆 Refactor image conversion transform for extensibility and code deduplication by @fwkoch in #317
  • 🔧 Write only 'myst: v1' not 'jtex: v1' in template.yml by @fwkoch in #306

Bug Fixes

  • 🏷 Use non-normalized label for latex figure by @fwkoch in #309
  • 💱 Escape basic characters in latex href by @fwkoch in #319
  • 🏗 Stop hoisting deep headings into frontmatter title by @tavin in #315

Documentation

  • 📚 Document colon fence for markdown list-table title by @fwkoch in #308
  • 📖 Small updates to myst-parser readme by @rowanc1 in #320

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.19

v0.1.18

14 Mar 19:04
Compare
Choose a tag to compare

New Packages

We have introduced a new package to export and write MyST Markdown, which is an important part of import and export workflows (e.g. working with latex, or modifying an AST in MyST).

New Features

LaTeX Improvements

  • 🐛 Resolution & rendering of citations by @fwkoch in #264
  • 🐛 Project frontmatter is now respected with tex files by @fwkoch in #263
  • #️⃣ unstar sections when numbering=true by @stevejpurves in #195
  • Small tex-to-myst updates by @fwkoch in #273
  • 🦶Improve footnote whitespace and warnings in myst-to-tex by @fwkoch in #277

Bug Fixes

  • 🐛 Load an undefined YAML frontmatter by @rowanc1 in #279

Documentation Improvements

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.18

v0.1.17

23 Feb 22:57
Compare
Choose a tag to compare

Many new improvements in parsing LaTeX, and fixing a lot of issues that @kolibril13 has found. Thank you!!

What's Changed

  • 🎉 Small improvements to latex support by @fwkoch in #251
  • 💬 Support 'comment' nodes in latex/word/jats/html exports by @fwkoch in #255
  • 🦶🎵 Implement footnotes in myst-to-tex by @fwkoch in #256
  • 🔢 Turn on code enumeration by default by @fwkoch in #257
  • 👩‍🔬 Add cite nodes to myst-spec-ext by @rowanc1 in #258

Documentation & Process

New Contributors

Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.17

v0.1.16

19 Feb 00:12
Compare
Choose a tag to compare

Minor changes

  • SPDX updated their licenses list, which has updated our frontmatter package and has caused quite a few new changes!
  • Other changes are packaging changes for using myst-transforms independently in jupyterlab-myst.

Documentation

What's Changed

  • #️⃣ tex-to-myst: Only insert figure number for latex \ref by @fwkoch in #236
  • 📦 Update myst-templates in jtex by @rowanc1 in #239
  • 🐛 Update package dependencies for standalone use by @rowanc1 in #242

Full Changelog: [email protected]@0.1.16