Release Notes#

All notable changes to this project are documented in this file. It was automatically generated with the changelog-from-release tool.

v0.1.0 - 2025-09-18#

What’s Changed#

  • :sparkles: first rudementary API documentation by @enryH in #9

  • Add logo by @sayalaruano in #10

  • Refactor vuecore library with an initial example for scatter plot by @sayalaruano in #11

  • Remove_python_restriction by @enryH in #15

  • :wrench: set up sync of notebooks to py:percent format (manually) by @enryH in #17

  • Update logo by @sayalaruano in #19

  • Update scatter plot to align with the Plotly API by @sayalaruano in #21

  • ✨ Feat: Add scripts, test, and example for line plot by @sayalaruano in #20

  • 🧑‍💻 Dev: add PR templates for general contributions and add new plots by @sayalaruano in #22

  • Update readme, license, and contributing by @sayalaruano in #24

  • :wrench: configure the plotly renderer on Read The Docs by @enryH in #18

  • ✨ Feat: Add scripts, test, and example for bar plot by @sayalaruano in #26

  • File formats enum by @sayalaruano in #27

  • ✨ Feat: Add scripts, test, and example for box plot by @sayalaruano in #30

  • Add script to split readme and organize documentation by @sayalaruano in #29

  • ✅ Enable pytest on github action by @sayalaruano in #28

  • ✨ Create Base Plotly Schema by @sayalaruano in #31

  • ✨Factory function for user-facing plot functions by @sayalaruano in #33

  • ✨Factory function for building plotly plot functions by @sayalaruano in #34

  • 📝 Docs: Update contributing guidelines by @sayalaruano in #37

  • ✨ Feat: Add scripts, test, and example for violin plot by @sayalaruano in #39

  • ✨ Feat: Add scripts, test, and example for histogram plot by @sayalaruano in #41

  • 📝 Docs(src/vuecore/README.md): Add Readme to explain the project structure and workflow by @sayalaruano in #42

New Contributors#

Full Changelog: https://github.com/Multiomics-Analytics-Group/vuecore/compare/v0.0.5…v0.1.0

Changes

v0.0.5 - 2025-01-31#

What’s Changed#

  • :truck: move PCA plot from acore normalization example by @enryH in #8

Full Changelog: https://github.com/Multiomics-Analytics-Group/vuecore/compare/v0.0.4…v0.0.5

Changes

v0.0.4 - 2025-01-29#

What’s Changed#

  • :truck: add functionality from acore by @enryH in #7

Full Changelog: https://github.com/Multiomics-Analytics-Group/vuecore/compare/v0.0.3…v0.0.4

Changes

v0.0.3 - 2024-12-18#

  • fix import error (file was not renamed correctly) Full Changelog: https://github.com/Multiomics-Analytics-Group/vuecore/compare/v0.0.2…v0.0.3

Changes

v0.0.2 - 2024-12-17#

Prepare for use in acore api examples: format and fix imports

What’s Changed#

Full Changelog: https://github.com/Multiomics-Analytics-Group/vuecore/compare/v0.0.1…v0.0.2

Changes

v0.0.1 - 2024-11-29#

First release to have a development version on PyPI. All plots and their dependencies needs to be tested.

What’s Changed#

New Contributors#

  • @enryH made their first contribution in #1

Full Changelog: https://github.com/Multiomics-Analytics-Group/vuecore/commits/v0.0.1

Changes