From d5b67e64900aaeacd33e547437d4dbf75c470d8f Mon Sep 17 00:00:00 2001 From: sehilyi Date: Fri, 10 Jan 2025 13:10:26 -0500 Subject: [PATCH] docs: remote PRs --- blog/v1-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/v1-release.md b/blog/v1-release.md index 9c267bd..8f4c118 100644 --- a/blog/v1-release.md +++ b/blog/v1-release.md @@ -26,4 +26,4 @@ Although we are releasing the first major version, we are aware that there are s With that being said, we are planning to move quickly to address the above limitations and release the next major versions with major improvements. The React and HiGlass dependencies had been a long bottleneck for us in maintaining the codebases and adding new functionalities. We are working on getting rid of React/HiGlass dependencies. This will enable us to make Gosling framework-agnostic, supporting not only React but also Vue, Angular, and other of your favorite front-end frameworks. We are also experimenting with different approaches to improve the rendering performance. Once we have a better understanding of current performance issues, we will share them with the community in advance. And last but not least, we will integrate 3D genomics data visualizations into Gosling. One of the main missing parts in the Gosling grammar, compared to the genomics data visualization taxonomy, is the 3D layouts (e.g., 3D genome structure displayed in 3D visualizations). With this integration, you will be able to build coordinated 2D and 3D genomics data visualizations seamlessly using a single visualization library, Gosling. ## Achknowledgements -We would like to give special thanks to [Etowah Adams](https://etowahadams.com/). After joinning the HIDIVE Lab as a scientific software engineer in March 2023, he made huge contributions across multiple Gosling projects. This includes performance improvements ([#988](https://github.com/gosling-lang/gosling.js/pull/988), [#1057](https://github.com/gosling-lang/gosling.js/pull/1057)), new data supports ([#877](https://github.com/gosling-lang/gosling.js/pull/877), [#923](https://github.com/gosling-lang/gosling.js/pull/923)), new visual components ([#946](https://github.com/gosling-lang/gosling.js/pull/946)), and many more. His brought a new energy we needed in the Gosling team. Best of luck in his new journey at Columbia University! We would like to thank [Trevor Manz](https://trevorma.nz/) for his housekeeping (countless code reviews), critical improvements on engineering (e.g., improved types), and expanding practical use cases of Gosling (e.g., support of Observable). He made our life as Gosling developers easier and made Gosling more useful for users. Last, but not least, we would like to thank everyone who contributed to Gosling along the way to release our first major version. +We would like to give special thanks to [Etowah Adams](https://etowahadams.com/). After joinning the HIDIVE Lab as a scientific software engineer in March 2023, he made huge contributions across multiple Gosling projects. This includes performance improvements, new data supports, visual components, and many more. He brought a new energy we needed in the Gosling team. Best of luck in his new journey at Columbia University! We would like to thank [Trevor Manz](https://trevorma.nz/) for his housekeeping (countless code reviews), critical improvements on engineering (e.g., improved types), and expanding practical use cases of Gosling (e.g., support of Observable). He made our life as Gosling developers easier and made Gosling more useful for users. Last, but not least, we would like to thank everyone who contributed to Gosling along the way to release our first major version.