:chart_with_upwards_trend: VisionForge version [0....
# feed
a
📈 VisionForge version [0.5.0 is released](https://github.com/SciProgCentre/visionforge/releases/tag/v0.5.0) and available both on https://repo.kotlin.link and maven-central. There are not a lot of new features, but it is a huge release in terms of inner logic refactoring and simplification. It will allow faster and simpler development in future. The major external change is that [Plotly-kt](https://github.com/SciProgCentre/plotly.kt) is now part of [VisionForge](https://github.com/SciProgCentre/visionforge/tree/master/plotly-kt). Plotly plot is now inherits
Vision
class from VisionForge and Plotly-kt server uses
VisionForge
server mechanics. The package is chanced from
plotlykt-...
to
plotly-kt-...
and version now follows VisionForge versioninng. Meaning that from
space.kscience:plotlykt-core:0.7.2
we are going to
space.kscience:plotly-kt-core:0.5.0
. Notebook versions are still not fully functional because Notebooks do not work properly with Kotlin 2.x. It will be fixed in the future (as soon it is fixed in notebook kernel). Slack Conversation