Version 0.3#173
Closed
max-models wants to merge 34 commits into
Closed
Conversation
* 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
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.