Skip to content

Latest commit

 

History

History
279 lines (135 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

279 lines (135 loc) · 14.8 KB

CHANGELOG

v0.3.3 (2024-01-18)

Fix

  • fix: parse existing tables from markdown (#19) (dbc0372)

v0.3.2 (2024-01-18)

Chore

  • chore: remove hardcoded "temp" subdir between work and _dist and _build (#18) (2aa7be5)

v0.3.1 (2024-01-12)

Fix

  • fix: iframe scrolling for the optional navbar support (#17) (8c24f82)

v0.3.0 (2024-01-12)

Feature

  • feat: Add optional navbar to html export (#16) (605474c)

v0.2.0 (2024-01-11)

Feature

  • feat: support math rendering in html and various bug fixes (#15) (70e0e90)

v0.1.3 (2023-12-26)

Fix

  • fix: pdf and html export is working and minor fixes (#14) (65f0493)

v0.1.2 (2023-12-20)

Fix

  • fix: formatting in exported docx paragraphs and bullet lists (#13) (41e2c3e)

v0.1.1 (2023-12-19)

Fix

  • fix: pin conda versions of pandoc (#12) (c2ac758)

v0.1.0 (2023-12-19)

Chore

  • chore: move everything to pyproject.toml and add action_config.toml (787fbfd)

  • chore: add ci tools (b40e84a)

Feature

  • feat: make a minimal cli wrapper (#11) (dddd804)

  • feat: use a single definition of logger creation (17b7b0f)

Fix

  • fix: images are now found by setting sandbox=False in the pypandoc config options (e697ada)

Unknown

  • add a branch tester (47e2a5b)

  • Merge pull request #10 from Krande/0.0.7-dev

0.0.7 dev (0b9370e)

  • wip: use a specific "paradoc" logger (5211bdb)

  • Merge pull request #9 from Krande/0.0.6-dev

Bump to v0.0.6 (e1ce992)

  • fix failing formatting due to outdated black (01c616e)

  • bump version and add PR ci trigger (24da9fd)

  • remove pre-commit (62ada71)

  • minor changes (592fc2e)

  • fix ci error (001d044)

  • wip: fix pandoc bug not finding resource-path on windows (08d243d)

  • minor bugfixes (b38f3ba)

  • Merge pull request #8 from Krande/dev

Add pre-commit and sponsor link (bc7426c)

  • add sponsor link (ac739f0)

  • add pre-commit (42344f9)

  • Merge pull request #7 from Krande/dev

Add support for python 3.10 (c159ede)

  • fix linting (4cc0857)

  • fix error in cron worker (63a5706)

  • compile for python 3.10 (718da8f)

  • set up cron worker to test every midnight (12b9b7b)

  • Add a basic function for converting docx to pdf using pandoc (7088999)

  • Separate equation into its own file. User should not have to fire up a onedoc class only to convert functions to latex/word snippets (4710ed5)

  • Fix os seperators. Make default forward slash (a287d80)

  • Fix sorting of list of files irrelevant of string Case sensitivity. (8e5f7fa)

  • compare as posix paths (cb05f1b)

  • Add tests for sorted document production (2a0fc49)

  • try sorting files to keep consistency across platforms (1e4334d)

  • minor change (516fcab)

  • Improved feedback on exceptions. Minor formatting fixes. (2785387)

  • refactor tests to pytest (00fcadc)

  • further work on making doc production more stable (22d26a3)

  • refactor doc_math (517acbc)

  • Add debug logging of adding markdown files. (16c01f6)

  • Merge remote-tracking branch 'origin/main' into dev (15e01ba)

  • Remove ci python 3.10 for now (489d85c)

  • Fix formatting of Figure caption. (add99f1)

  • Merge pull request #6 from Krande/dev

Improved control of document figures (84f61b1)

  • Bump version (7be6215)

  • Add support for customizing Figure caption formatting. Fix indentation of inserted formatted python code (b859621)

  • Minor reformatting and some stability tweaks in table generation in docx (b0e2c46)

  • add openpyxl as a dependency (for reading excel files) (24b86e8)

  • minor change [skip ci] (56a578a)

  • minor update to tests (16a364e)

  • Merge pull request #5 from Krande/dev

Major improvement on handling Table formatting and numbering on docx export (251790a)

  • remove miktex as a dep for conda package (1202b68)

  • Fix table formatting in docx export.

Added a more robust table identification algorithm in the docx exporter.

Fixed resetting numbering of tables in appendix (7907785)

  • start testing alternative implementation of formatting word io exporter (b58e070)

  • remove texcore-live in meta (a7eed12)

  • remove manual installation steps for latex (a512e94)

  • add miktex to win dependency and another attempt at fixing conditionals (fdd1992)

  • fix using linux on both installation procedures (44bcad5)

  • try to install miktex (for windows) and texlive for linux (8f4c912)

  • try adding texlive-core to ensure presence of latex prod env (9ef1ec9)

  • Add option to export to PDF

Minor additions to refactoring work

DOCX formatting

Add ability to specify table numerical value formatting through the TableFormat class.

Add option to add the actual python code using the Equation container (3334099)

  • Merge pull request #4 from Krande/tables

Granular control for formatting Tables and Equations and more refactoring (c30714f)

  • Merge remote-tracking branch 'origin/main' into tables (4bb67c4)

  • Further work on table referencing and basic code refactor (e246e25)

  • Further work on more granular control of tables and equations in docx compile from markdown (688f058)

  • further deconstruction of tables in docx to allow granular control of formatting (d0f2298)

  • rework table implementation to allow granular control of tabular formatting (bb863c3)

  • Fix bug in table caption not working for main part of doc. Continue work on refactoring (bc11923)

  • Initial refactor (d584b20)

  • Minor bugfix (8b15954)

  • Expand doc_math test (3a96830)

  • Merge pull request #3 from Krande/dev

Update to README and CI version consistency and an example using equation compiling from functions (6444280)

  • Add example using equation compiler (d93adf4)

  • fix single source of version str (2b2e5e0)

  • add ci flag for skipping tests IF it already has tested and uploaded it to conda (b80aa0f)

  • update readme (265723c)

  • Merge pull request #2 from Krande/dev

Begin adding support for equation compiling and simplifying path handling (cb26de5)

  • bump version (d9301cd)

  • start to implement equation compiling (068015d)

  • Add dev to test trigger branch (572e1a7)

  • Minor updates (26cb1d0)

  • simplify default paths (8aef2d9)

  • minor update [skip ci] (c14f2e5)

  • minor update [skip ci] (c6eb5a0)

  • remove croot (0f75dbc)

  • add automatic upload to conda channel krande on push to main branch (9b15d9d)

  • bump paradoc (a8b97de)

  • run again with docxcompose now available for all variants (526a411)

  • make examples a bit more general (7160c9e)

  • minor cleanup of unused functions (5b9ee2b)

  • Add makefile for easier formatting (ac4a9f1)

  • move to temp2 branch (3ad042a)

  • Initial commit (18b9b51)