kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Release/9.1.0 #1919

Closed Huongg closed 1 month ago

Huongg commented 1 month ago

Description

Release 9.1.0

Major features and improvements

Bug fixes and other changes

Development note

Checklist

jitu5 commented 1 month ago

@Huongg If we are planing to release today, please update the release date here src/components/update-reminder/update-reminder-content.js

ravi-kumar-pilla commented 1 month ago

The below PRs are merged to main and they are internal. Should we mention them under ## other changes section for us to track ?

Fix build failure due to incompatible seaborn and matplotlib versions #1910 Update intersphinx_mapping of kedro-datasets #1911 Enable Gitpod in isRunningLocal #1923

Thank you

Huongg commented 1 month ago

1911

I'm not sure about #1911 but I remember #1923 and #1910 are not mentioned in the release note because they're only affecting us.

rashidakanchwala commented 1 month ago

Good question, and I think this is also the part where we need to discuss in general, there's user facing changes, there's non-user facing but important dev cleanup/refactor that we shld ideally track when they were implemented, and then there are very minor non-user things that we don't put today. Ideally we want to balance out and not create too much noise for non-user related features, maybe as @stephkaiser suggested different headings.

for now, we can prolly include 1911, and in the future we can rethink this.

ravi-kumar-pilla commented 1 month ago

1911

1910 - is mostly on demo_project which we use for testing (so can be ignored for now, but we can discuss in future where should these go)

1911 and #1923 are changes in the source code of Kedro-Viz, so I feel we should track them ?

Huongg commented 1 month ago

1911

1910 - is mostly on demo_project which we use for testing (so can be ignored for now, but we can discuss in future where should these go)

1911 and #1923 are changes in the source code of Kedro-Viz, so I feel we should track them ?

I'm okay with including the 1923 👍