Literate.jl Versions Save

Simple package for literate programming in Julia

v2.13.3

2 years ago

Literate v2.13.3

Diff since v2.13.2

See CHANGELOG.md for notable changes.

Closed issues:

  • Passphrase for my SSH key (#196)
  • Literate will ask for SSH passphrase multiple times (#197)

v2.13.2

2 years ago

Literate v2.13.2

Diff since v2.13.1

See CHANGELOG.md for notable changes.

Merged pull requests:

  • Fix cwd and apparent source file when executing markdown. (#195) (@fredrikekre)

v2.13.1

2 years ago

Literate v2.13.1

Diff since v2.13.0

See CHANGELOG.md for notable changes.

Merged pull requests:

  • Disable git terminal prompt when detecting remote HEAD branch. (#194) (@fredrikekre)

v2.13.0

2 years ago

Literate v2.13.0

Diff since v2.12.1

See CHANGELOG.md for notable changes.

Closed issues:

  • Replace inline backtick math in notebooks (#116)
  • DocumenterFlavor with julia codefences and semi-colons (#166)

Merged pull requests:

  • Hide code lines with #hide when executing Markdown (#188) (@devmotion)
  • Add regression test for changes of showable (#187) (#189) (@devmotion)
  • Replace backtick-math with $x$-math in notebook output. (#190) (@fredrikekre)

v2.12.1

2 years ago

Literate v2.12.1

Diff since v2.12.0

See CHANGELOG.md for notable changes.

Merged pull requests:

  • Call showable in correct world age (#187) (@devmotion)

v2.12.0

2 years ago

Literate v2.12.0

Diff since v2.11.0

Closed issues:

  • Allow AbstractDict config (#185)

Merged pull requests:

  • relaxing Dict->AbstractDict (#186) (@tlienart)

v2.11.0

2 years ago

Literate v2.11.0

Diff since v2.10.0

Closed issues:

  • Limit the number of rows when printing out DataFrame (#127)
  • Images created with GMT are not displayed in Documenter (#134)
  • Feature request: filters for documenter vs vanilla markdown (#139)
  • How to auto-generate README from literate script (#176)
  • Upvote for making main branch name configurable like in Documenter (#179)
  • use compact mode when printing by default (#181)

Merged pull requests:

  • Automatically detect "edit branch" (#184) (@fredrikekre)

v2.10.0

2 years ago

Literate v2.10.0

Diff since v2.9.4

See CHANGELOG.md for notable changes.

Closed issues:

  • embed svg instead of png for plot (#182)

Merged pull requests:

  • [docs] Add CommonMarkFlavor to list. (#174) (@jd-foster)
  • Add configuration for captured mime types. (#183) (@tpapp)

v2.9.4

2 years ago

Literate v2.9.4

Diff since v2.9.3

See CHANGELOG.md for notable changes.

Closed issues:

  • Build loop on Literate to Documenter build (#148)
  • There are quite a few broken links in the docs (#170)
  • multiline comments not working when generating markdown (#171)

Merged pull requests:

  • Fix multiline comments with rn line endings, fixes #171. (#172) (@fredrikekre)
  • Set version to 2.9.4, update doc deps. (#173) (@fredrikekre)

v2.9.3

2 years ago

Literate v2.9.3

Diff since v2.9.2

See CHANGELOG.md for notable changes.

Closed issues:

  • Failure with space in filenames (#168)

Merged pull requests:

  • Fix named at-examples to not contain spaces, fixes #168. (#169) (@fredrikekre)