Skip to content

Releases: LogCreative/PGFPlotsEdt

4.5 RAG Deployed Version

13 Oct 06:20
5c3a380

Choose a tag to compare

PGFPlotsEdt has upgraded manual code editing to smart code editing ✨, the generated code is enhanced by a RAG (Retrieval-Augmented Generation) workflow and available online without the need of local deployment ➡️ Try it now! You could learn more about the details of hybrid deployment architecture in this blog (Simplified Chinese).

Manual Editing Smart Editing
manual editing ➡️ smart editing
  • The generation is enhanced by the related document chunks in PGFPlots documentation, more precise code generation is expected upon your query. rag pipeline
  • The hybrid deployment enables the LLM generation online. 中文主站 will use GLM 4.6 as the main LLM. Website (International) will use Cloudflare serverless Llama 3 as the main LLM. hybrid deployment

4.0 Documented Version

15 Aug 12:18
1a0b736

Choose a tag to compare

Now PGFPlotsEdt is well documented with a demo video!🎬

Documentation | Video | 文档(简体中文) | 视频(简体中文)

  • PGFPlotsEdt with LLM now supports streaming response to reduce the waiting time, and the python file is now moved to the root directory. In the future, the LLM will be further improved.
  • Dark mode is now available, which is synced with your browser color theme.
  • Documentation is now added!
  • New benchmark result shows that PGFPlotsEdt could compile pgfplots graphs in near real time (<1s), see LogCreative/pgfplots-benchmark for details.

3.5 LLM Version

05 May 07:00
c42aaa8

Choose a tag to compare

PGFPlotsEdt is now available with an LLM helper ✨

llm
  • You could start PGFPlotsEdt server with LLM locally now, which is supercharged by Llama 3 and deployed by MLC LLM. You could ask the LLM to complete your code in the manually edit mode.
  • The local server now supports XeLaTeX compiler now, where CTeX will be used instead of CJK in this compiler.
  • An about page is added when you click the logo in the top-left corner. You could choose to turn off the fast compilation service by a checkbox.
  • The deployment version is now shipped to Docker Hub and GitHub Packages.

3.0 Deployable Version

06 Mar 09:12
9c04600

Choose a tag to compare

This version is a milestone for completing 300 commits🎉

PGFPlotsEdt is now deployable, with features added:

  • The manual editing page is using Ace Editor now for a better user experience.
  • The online compilation uses TeX Live 2020 by default. CJK is disabled by default.
  • User could now download the repository and click on index.html to use it directly.
  • User could also start the local deployment by python server.py to make use of the local compilation environment and for a better data secrecy.
  • User could also deploy PGFPlotsEdt in docker for a wider deployment.

2.0 Stable Version

20 Apr 07:32

Choose a tag to compare

This version is a milestone for completing 200 commits🎉

PGFPlotsEdt is now stable, with features added:

  • Coordinate preprocessing for coordinate parameter bar.
  • Axis selection in table parameter bar.
  • Preview styles for colormap, cycle list, mark, function input, view rotation.
  • Support template input.
  • Logo with its animated version in navigation bar, UI is improved.
  • International version with language hot swapping supported🌐.

This version will be merged into the mainstream of LaTeX Sparkle Project.

1.0 Basic Version

03 Mar 07:53

Choose a tag to compare

This version is a milestone for completing 100 commits🎉

Comparing to 0.1, it has a lot of changes:

  • Add multiple types of input.
  • Add code highlighting and copying.
  • Add param bar to auto fill some parameters.
  • Add layer control over the input series.
  • Add interaction between libraries and param bar.

0.1 usable version

13 Oct 00:15

Choose a tag to compare

0.1 usable version Pre-release
Pre-release
Merge branch 'master' of https://github.com/LogCreative/PGFPlotsEdt i…