Weave.jl/NEWS.md

64 lines
2.1 KiB
Markdown
Raw Normal View History

2014-12-09 10:34:26 +01:00
# Release notes for Weave.jl
2016-04-24 14:58:47 +02:00
### v0.1.1
2016-04-19 15:38:03 +02:00
* Change pandoc output to use inline images if there is no caption.
* Use Documenter.jl for documentation.
2016-04-19 15:38:03 +02:00
* Add chunk option `hold`, replaces results = "hold". This way you can use e.g. `hold = true, results=raw`.
2016-04-20 10:43:16 +02:00
* Methods for setting and restoring default chunk options for documents.
* New output options `md2pdf` and `md2html`, both use pandoc to output pdf
and html files directly with own templates.
* Restored and improved Winston support.
* New input format: scripts with markup in comments
* New output format: MultiMarkdown
* Added support for figure width in Pandoc
* Autodetect input and output formats based on filename
2016-04-24 14:02:03 +02:00
* Allow `out_path` be a file or directory.
2016-04-19 15:38:03 +02:00
2016-04-19 08:50:32 +02:00
### v0.1.0
2014-12-20 15:47:45 +01:00
2016-04-19 08:50:32 +02:00
19th April 2016
* Updated for Julia 0.4x, drop 0.3x support
* Each document is executed in separate sandbox module instead of redefining the same one. Fixes warnings and occasional segfaults.
* Change the output of chunks:
- Output will be added to the output directly where they are created (default).
2016-04-19 15:38:03 +02:00
- Use results = "hold" to push all output after the chunk.
* New chunk option: `line_width`.
2016-04-19 08:50:32 +02:00
* Winston support is not implemented yet for this version.
* Bug fix in wrapping output lines.
* Internal changes
- Chunks are now represented with their own type. Allows multiple dispatch
and easier implementation of new chunks.
2015-01-04 13:47:03 +01:00
### 0.0.4
4th January 2015
2014-12-20 16:37:22 +01:00
* Added AsciiDoc formatter
2014-12-20 15:47:45 +01:00
* Default plotting library changed to Gadfly
* New option: `out_path` for controlling where weaved documents and figures are saved
* Command line script `bin/weave.jl` for calling weave from command line
2014-12-09 10:34:26 +01:00
2014-12-09 21:17:20 +01:00
### 0.0.3
9th December 2014
2014-12-09 10:34:26 +01:00
* Sandbox module for running code is cleared between documents
2014-12-09 21:17:20 +01:00
* Fixed Latex figure handling (with contributions from @wildart)
2014-12-09 10:34:26 +01:00
* Changed "tex" format: separate environment for term chunks
* Improved test coverage
2014-12-09 21:17:20 +01:00
* Fixed a bug with eval=false chunk option.
2014-12-09 10:34:26 +01:00
### 0.0.2
2014-12-09 21:17:20 +01:00
7th December 2014
2014-12-09 10:34:26 +01:00
* First release
* Noweb and markdown input formats
* Support for Gadfly, Winston and PyPlot figures
* Term and script chunks
* Support for markdown, tex and rst output