Skip to content

Version 0.3#173

Closed
max-models wants to merge 34 commits into
main-old-2026-04-22from
devel
Closed

Version 0.3#173
max-models wants to merge 34 commits into
main-old-2026-04-22from
devel

Conversation

@max-models
Copy link
Copy Markdown
Owner

No description provided.

* Added use_web_compilation for compiling with latex-on-http API

* Formatting

* ssort

* Removed tutorials/tutorial_04_layers.html

* Removed tutorials/tutorial_06_coordinates_and_midpoints.html

* Updated mypy deps

* pip install types-requests

* Added requests to [vis] deps
* Added 2d plots with pgfplot

* More complex examples

* Fixed side-by-side figures

* Updated .gitignore
* Removed captions

* Set width and height

* Added rows/columns

* cleanup

* split tutorials up a bit, fix the subfigures when only using one subplot

* restructure tutorials into smaller pieces

* Added folders to the tutorials on the docs

* CI
* Updated the editor design and the link

* temporary checkpoint

* Updated the interactive UI.

* Added fill, clip, path

* Fixed the olympic rings

* Added Coordinate class.

* Formatting

* Fixed all mypy errors
* Enable node path chaining with n1.to(n2)

* cleanup

* Added example to the tutorial
* panache format tutorials/

* Formatting

* Reverted astro_docs/scripts/build_tutorials.py

* Added panache.toml
* panache format tutorials/

* Formatting

* Reverted astro_docs/scripts/build_tutorials.py

* Added panache.toml

* Updated pre-commit config

* Run pre-commit on --all-files
- Added aliases for the add_XYZ methods of TikzFigure
- Added TikzVector class and point/vector linear algebra operations
- Use TikzCoordinate everywhere, and indicate the type with PositionInput
- Move to_tikz logic to TikzCoordinate
- Use self._coordinate = TikzCoordinate(x=x, y=y, z=z, layer=layer) in the Node class
- Specify coordinates with tuple in add_node()
- (prettify-generated-tikz) Updated tutorial 1
- Added trailing commas for tutorials
- Use the TAB constant from src/tikzfigure/core/constants.py
- Added trailing commas
- Added newlines between new nodes
- Compile on web by setting WEB_COMPILATION_ENV_VAR
- Updated README
- Update quickstart
)

* use tuple positions, added colors.py, arrows.py, updated tutorials

* Fixed errors in tutorials
* Added src/tikzfigure/options.py, use OptionInput everywhere

* Refactor TikzFigure (it was getting too long)

* Fix mypy error for python 3.10

* Use python 3.12 in the CI

* Missing 3.10 --> 3.12
* Added fig.usetikzlibrary and fig.add_package()

* Updated tutorials
* Added fig.usetikzlibrary and fig.add_package()

* Updated tutorials

* Added arc to path builder

* Added arc example to tutorial
* Added fig.usetikzlibrary and fig.add_package()

* Updated tutorials

* Added arc to path builder

* Added arc example to tutorial

* Added fig.add_style()
* Added fig.usetikzlibrary and fig.add_package()

* Updated tutorials

* Added arc to path builder

* Added arc example to tutorial

* Added fig.add_style()

* Added scope.py
* Added fig.usetikzlibrary and fig.add_package()

* Updated tutorials

* Added arc to path builder

* Added arc example to tutorial

* Added fig.add_style()

* Added scope.py

* Added tutorials/tutorial_23_karl_students.qmd

* Added to() method to coordinate
* Improve serialization

* Added a _check() method

* Added _check() to figure class
* Added api for patterns, decorations, marks, and shapes

* Added .copy()
* Added api for patterns, decorations, marks, and shapes

* Added .copy()

* Removed --serial from CI

* Split tutorial build into four separate jobs

* Added forgotten test_copy_api.py
* Added api for patterns, decorations, marks, and shapes

* Added .copy()

* Removed --serial from CI

* Split tutorial build into four separate jobs

* Added forgotten test_copy_api.py

* Reorganize tutorials into separate folders
* Added api for patterns, decorations, marks, and shapes

* Added .copy()

* Removed --serial from CI

* Split tutorial build into four separate jobs

* Added forgotten test_copy_api.py

* Reorganize tutorials into separate folders

* Added spy lib
* Added api for patterns, decorations, marks, and shapes

* Added .copy()

* Removed --serial from CI

* Split tutorial build into four separate jobs

* Added forgotten test_copy_api.py

* Improve API docs
* range() --> foreach 0,1,...,N

* Use range in tutorial 25

* Added src/tikzfigure/tests/test_loop.py

* Updated docs

Remove node from parametric TikZ plot

Removed node definition from TikZ figure.
* Added callable declared-function API

* Improve loop interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant