Skip to content

Commit

Permalink
v9.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Nov 8, 2024
1 parent 38da037 commit d6d2f79
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 22 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,32 @@

Production WebGPU support



### v9.2.0-alpha.1

- chore(core): Continued simplification of CanvasContext and AnimationLoop (#2286)
- chore: Remove legacy code from wip folder (#2287)
- chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website (#2281)
- chore(deps): bump webpack from 5.90.3 to 5.95.0 in /website (#2279)
- docs: Fix typo in README.md (#2282)
- chore(core): Simplify canvas contexts (#2283)
- feat(arrow): Add Polygon column support (GeoArrow compatible) (#2280)
- feat(arrow): Experimental module for Apache Arrow attribute data extraction (#2278)
- chore: Remove WebGL1 shader modules (#2276)
- feat: Dynamically load GPU backends (#2089)
- chore: TypeScript strict mode: noImplicitAny (#2271)
- chore: Enable TypeScript null checks (#2270)
- chore: Upgrade typescript and other dependencies (#2269)
- chore: Update issue templates (#2268)
- chore: Update issue templates (#2267)
- chore: Improve CommandEncoder implementation (#2265)
- chore(shadertools): Port more shader modules to WGSL (#2264)
- chore(shadertools): Port fp64 module to UBO (#2262)
- chore: Add "null" type for NullDevice (#2261)
- fix(core): CanvasContext node fixes (#2259)
- (ib/post-persistence) chore(deps): bump express from 4.18.3 to 4.21.0 in /website
- chore(deps): bump vite from 4.5.3 to 4.5.5
- chore: remove .setUniformsWebGL and moduleSettings (#2252)
- docs: Update release notes for 9.1 (#2251)
- chore: refactor shader types (#2250) (#2250)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"npmClient": "yarn",
"exact": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions modules/arrow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@luma.gl/arrow",
"description": "luma.gl Apache Arrow bindings",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"dependencies": {
"@luma.gl/core": "9.2.0-alpha.0",
"@luma.gl/core": "9.2.0-alpha.1",
"@math.gl/polygon": "^4.1.0",
"@math.gl/types": "^4.1.0",
"apache-arrow": "^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/constants",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "WebGL2 constants",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "The luma.gl core Device API",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion modules/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/effects",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "Post-processing effects for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/engine",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "3D Engine Components for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gltf",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "glTF support for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "Shader module system for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/test-utils",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"type": "module",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions modules/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "WebGL2 adapter for the luma.gl core API",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@luma.gl/core": "9.2.0-alpha.0"
},
"dependencies": {
"@luma.gl/constants": "^9.2.0-alpha.0",
"@luma.gl/constants": "9.2.0-alpha.1",
"@math.gl/types": "^4.1.0",
"@probe.gl/env": "^4.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/webgpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgpu",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "WebGPU adapter for the luma.gl core API",
"type": "module",
"license": "MIT",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -990,27 +990,27 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/arrow@workspace:modules/arrow"
dependencies:
"@luma.gl/core": "npm:9.2.0-alpha.0"
"@luma.gl/core": "npm:9.2.0-alpha.1"
"@math.gl/polygon": "npm:^4.1.0"
"@math.gl/types": "npm:^4.1.0"
apache-arrow: "npm:^17.0.0"
languageName: unknown
linkType: soft

"@luma.gl/constants@npm:9.2.0-alpha.1, @luma.gl/constants@workspace:modules/constants":
version: 0.0.0-use.local
resolution: "@luma.gl/constants@workspace:modules/constants"
languageName: unknown
linkType: soft

"@luma.gl/constants@npm:^9.0.0":
version: 9.0.27
resolution: "@luma.gl/constants@npm:9.0.27"
checksum: 10c0/3c7c1c56373c4c2bccf2c12cdd5cb3ae9ade2b6040d66ebef2dd45c7cb564ecdd9555f6f03690d736dbe337f25500863baa9468226f96618b3e930e3ecf8adf0
languageName: node
linkType: hard

"@luma.gl/constants@npm:^9.2.0-alpha.0, @luma.gl/constants@workspace:modules/constants":
version: 0.0.0-use.local
resolution: "@luma.gl/constants@workspace:modules/constants"
languageName: unknown
linkType: soft

"@luma.gl/core@npm:9.2.0-alpha.0, @luma.gl/core@workspace:modules/core":
"@luma.gl/core@npm:9.2.0-alpha.1, @luma.gl/core@workspace:modules/core":
version: 0.0.0-use.local
resolution: "@luma.gl/core@workspace:modules/core"
dependencies:
Expand Down Expand Up @@ -1093,7 +1093,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/webgl@workspace:modules/webgl"
dependencies:
"@luma.gl/constants": "npm:^9.2.0-alpha.0"
"@luma.gl/constants": "npm:9.2.0-alpha.1"
"@math.gl/types": "npm:^4.1.0"
"@probe.gl/env": "npm:^4.0.8"
peerDependencies:
Expand Down

0 comments on commit d6d2f79

Please sign in to comment.