Recent Releases of gosling

gosling - v0.2.4

What's Changed

  • Use ?bundle directive to bundle esm.sh deps by @manzt in https://github.com/gosling-lang/gos/pull/166
    View changes on GitHub

- Python
Published by github-actions[bot] over 1 year ago

gosling - v0.2.3

   🚀 Enhancements

  • Make GoslingWidget an anywidget by @manzt in https://github.com/gosling-lang/gos/issues/162
    View changes on GitHub

- Python
Published by github-actions[bot] over 1 year ago

gosling - v0.2.2

   🐞 Bug Fixes

  • Provide uid on tileset  -  by @manzt in https://github.com/gosling-lang/gos/issues/159 (6f3b1)
    View changes on GitHub

- Python
Published by github-actions[bot] over 1 year ago

gosling - v0.2.1

   🚀 Features

  • Bump Gosling.js to v0.17.0  -  by @manzt and manzt in https://github.com/gosling-lang/gos/issues/155 (c88a4)
    View changes on GitHub

- Python
Published by github-actions[bot] almost 2 years ago

gosling - v0.2.0

   🚀 Features

This release mostly comes with behind the scenes changes with how gos works. We needed to change how the Gosling.js front-end code is loaded and executed, now that Gosling.js ships a more modern type of JavaScript (ESM). This is a minor release because these changes have been blocking us from keeping up with the latest features and performance improvements in Gosling.js.

  • Upgrade Gosling to 0.16.0  -  by @manzt in https://github.com/gosling-lang/gos/issues/143
  • Update codegen CLI  -  by @manzt in https://github.com/gosling-lang/gos/issues/142
    View changes on GitHub

- Python
Published by github-actions[bot] about 2 years ago

gosling - v0.1.1

   🚀 Features

  • Upgrade to Gosling v0.9.31  -  by @manzt in https://github.com/gosling-lang/gos/issues/137 (f9898)
  • Direct support for BED files and add top-level gos.bed utility  -  by @manzt in https://github.com/gosling-lang/gos/issues/137 (f9898)

   🐞 Bug Fixes

  • Workflow release notes  -  by @manzt (a5f7c)
  • Use correct file extension for dataframe csv serialization  -  by @manzt in https://github.com/gosling-lang/gos/issues/136 (74f8b)
    View changes on GitHub

- Python
Published by manzt almost 3 years ago

gosling - v0.1.0

What's Changed

  • feat: upgrade gosling.js to v0.9.29 by @manzt in https://github.com/gosling-lang/gos/pull/130

Full Changelog: https://github.com/gosling-lang/gos/compare/v0.0.13...v0.1.0

- Python
Published by manzt about 3 years ago

gosling - v0.0.13

What's Changed

  • chore: test Python 3.10, deprecate Python 3.7 support by @manzt in https://github.com/gosling-lang/gos/pull/107
  • feat: add save('example.json') support by @manzt in https://github.com/gosling-lang/gos/pull/106
  • chore: use width/height defaults from gosling.js by @manzt in https://github.com/gosling-lang/gos/pull/109
  • refactor: use schemapi from altair submodule by @manzt in https://github.com/gosling-lang/gos/pull/101
  • usescmversion and write version to package dist by @manzt in https://github.com/gosling-lang/gos/pull/110
  • chore: make GIF responsive in README.md by @sehilyi in https://github.com/gosling-lang/gos/pull/111
  • fix: add setuptools_scm to docs dependencies by @manzt in https://github.com/gosling-lang/gos/pull/113
  • refactor: use ESM import from esm.sh by @manzt in https://github.com/gosling-lang/gos/pull/108
  • chore: add chr prefix to examples by @sehilyi in https://github.com/gosling-lang/gos/pull/112
  • feat: add PluginRegistry with entry_points hook by @manzt in https://github.com/gosling-lang/gos/pull/114
  • docs: add a doc page for export by @sehilyi in https://github.com/gosling-lang/gos/pull/105
  • feat: gosling v0.9.23 by @manzt in https://github.com/gosling-lang/gos/pull/115
  • fix links to main gosling-lang docs by @jamesscottbrown in https://github.com/gosling-lang/gos/pull/118
  • chore: upgrade build-system to hatchling by @manzt in https://github.com/gosling-lang/gos/pull/123
  • refactor: revert ESM imports until gosling.js is more stable by @manzt in https://github.com/gosling-lang/gos/pull/124
  • feat: v0.9.28 by @manzt in https://github.com/gosling-lang/gos/pull/122
  • chore: pin dependencies by @manzt in https://github.com/gosling-lang/gos/pull/125
  • refactor: replace bgserve with servir by @manzt in https://github.com/gosling-lang/gos/pull/127
  • feat: touch-up CI workflows by @manzt in https://github.com/gosling-lang/gos/pull/128

New Contributors

  • @jamesscottbrown made their first contribution in https://github.com/gosling-lang/gos/pull/118

Full Changelog: https://github.com/gosling-lang/gos/compare/v0.0.11...v0.0.13

- Python
Published by manzt about 3 years ago

gosling - v0.0.12

What's Changed

  • chore: test Python 3.10, deprecate Python 3.7 support by @manzt in https://github.com/gosling-lang/gos/pull/107
  • feat: add save('example.json') support by @manzt in https://github.com/gosling-lang/gos/pull/106
  • chore: use width/height defaults from gosling.js by @manzt in https://github.com/gosling-lang/gos/pull/109
  • refactor: use schemapi from altair submodule by @manzt in https://github.com/gosling-lang/gos/pull/101
  • usescmversion and write version to package dist by @manzt in https://github.com/gosling-lang/gos/pull/110
  • chore: make GIF responsive in README.md by @sehilyi in https://github.com/gosling-lang/gos/pull/111
  • fix: add setuptools_scm to docs dependencies by @manzt in https://github.com/gosling-lang/gos/pull/113
  • refactor: use ESM import from esm.sh by @manzt in https://github.com/gosling-lang/gos/pull/108
  • chore: add chr prefix to examples by @sehilyi in https://github.com/gosling-lang/gos/pull/112
  • feat: add PluginRegistry with entry_points hook by @manzt in https://github.com/gosling-lang/gos/pull/114
  • docs: add a doc page for export by @sehilyi in https://github.com/gosling-lang/gos/pull/105
  • feat: gosling v0.9.23 by @manzt in https://github.com/gosling-lang/gos/pull/115
  • fix links to main gosling-lang docs by @jamesscottbrown in https://github.com/gosling-lang/gos/pull/118
  • chore: upgrade build-system to hatchling by @manzt in https://github.com/gosling-lang/gos/pull/123
  • refactor: revert ESM imports until gosling.js is more stable by @manzt in https://github.com/gosling-lang/gos/pull/124
  • feat: v0.9.28 by @manzt in https://github.com/gosling-lang/gos/pull/122
  • chore: pin dependencies by @manzt in https://github.com/gosling-lang/gos/pull/125

New Contributors

  • @jamesscottbrown made their first contribution in https://github.com/gosling-lang/gos/pull/118

Full Changelog: https://github.com/gosling-lang/gos/compare/v0.0.11...v0.0.12

- Python
Published by manzt about 3 years ago