Releases: Multiomics-Analytics-Group/vuecore
Releases · Multiomics-Analytics-Group/vuecore
v0.1.1
What's Changed
- Update API examples by @enryH in #40
- 📄 Docs: replace MIT license by GPL and update authors in pyproject.toml by @sayalaruano in #43
- 📝 Docs: Create CHANGELOG.md using git-changelog by @sayalaruano in #38
v0.1.0
What's Changed
- ✨ 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
- 🔧 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
- 🔧 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
- @sayalaruano made their first contribution in #10