Open
Description
This is a list of PR:s that we've opened on different Open Source projects (other than our own).
See also:
misc
- cargo-deny image-rs/image#1698
- Update dependencies: base64 and approx gltf-rs/gltf#339
- Recommend having
document-features
as an optional dependency slint-ui/document-features#8 - Update image crate to 0.24 1Password/arboard#75
- Support captured identifiers in format strings Luthaf/log-once#2
- Improve text rendering and do all color operation in gamma space emilk/egui#2071
- More robust checking of age of apt cache awalsh128/cache-apt-pkgs-action#90
- Update winit to 0.28 AccessKit/accesskit#207
- Small fixes to make clippy happy baoyachi/shadow-rs#128
- Update pollster to 0.3 PolyMeilex/rfd#105
- CI: Add cargo-deny PolyMeilex/rfd#115
- Expose retry errors options JustinBeckwith/linkinator-action#157
- Improve error message in
check_rs2_error
for unknown exception type Tangram-Vision/realsense-rust#16 - Change
grabclipboard()
to use PNG compression on macOS python-pillow/Pillow#7219 - editor/code: add option to suppress internal error notifications rust-lang/rust-analyzer#15846
- Bump cargo-deny to 0.13.5 EmbarkStudios/cargo-deny-action#59
- Only depend on
profiling-procmacros
if theprocmacros
feature was set aclysma/profiling#61 - Update
README.md
section about puffin aclysma/profiling#62 - Fix naming lints Luthaf/log-once#4
- Only add
wasm-bindgen
as a dependency onwasm32-unknown-unknown
uuid-rs/uuid#738 - Copy
dav1d
as the Rust API memorysafety/rav1d#1362 const DAV1D_MC_BT2020_NCL
: was defined asCL
, notNCL
memorysafety/rav1d#1363- Remove crashy
unwrap()
inon_error
memorysafety/rav1d#1364 - Implement panning with touchpad and/or scroll-wheel podusowski/walkers#221
- feat!: update DataFusion to 45.0 and Arrow to 54.1 lancedb/lance#3503
- Panic on
wasm32-unknown-unknown
withoutjs
feature BurntSushi/jiff#297 - Add optional mesh name hmeyer/stl_io#26
- Enable video streaming and URDF logging from Rerun 0.24 huggingface/lerobot#1375
Arrow-related
- Support building
object_store
andparquet
on wasm32-unknown-unknown target apache/arrow-rs#2896 - Added support for Extension types in ffi jorgecarleitao/arrow2#1300
- Added MutableMapArray jorgecarleitao/arrow2#1311
- Fix nested extension types jorgecarleitao/arrow2#1334
- Split ArrowField derive macro DataEngineeringLabs/arrow2-convert#88
- Update
arrow2
to 0.15 DataEngineeringLabs/arrow2-convert#89 - New features: "skip" attribute, support for tuple structs, "transparent" feature on single-length structs. DataEngineeringLabs/arrow2-convert#90
- Properly support sliced unions DataEngineeringLabs/arrow2-convert#91
- Update to arrow2 0.16 DataEngineeringLabs/arrow2-convert#95
- Enable using
Buffer<T>
for Serialize/Deserialize DataEngineeringLabs/arrow2-convert#98 - Efficient deserialization for Buffer<u8> DataEngineeringLabs/arrow2-convert#103
- Add support for arrow2::types::f16 DataEngineeringLabs/arrow2-convert#104
- Add support for
Utf8Scalar
DataEngineeringLabs/arrow2-convert#106 - Add
Array::shrink_to_fit(&self) -> ArrayRef
apache/arrow-rs#6787 - Add
Array::shrink_to_fit(&mut self)
apache/arrow-rs#6790 - Add unsafe/unchecked slice functions apache/arrow-rs#6901
- Format integer floats without .0 suffix apache/arrow-rs#6951
- Add
Array::shrink_to_fit(&mut self)
to 53.4.0 (#6790) (#6817) apache/arrow-rs#6962 - Backport
chrono
-quarter
fix 0.53 apache/arrow-rs#7231 - bugfix: correct offsets when serializing a list of fixed sized list and non-zero start offset apache/arrow-rs#7318
- Implement
Eq
forScalarBuffer
whenT: Eq
apache/arrow-rs#7412 - Implement
Default
forBuffer
&ScalarBuffer
apache/arrow-rs#7413 - feat: deterministic metadata encoding apache/arrow-rs#7437
datafusion
- Add CatalogProvider and SchemaProvider to FFI Crate apache/datafusion#15280
- Add Table Functions to FFI Crate apache/datafusion#15581
- Add Extension Type / Metadata support for Scalar UDFs apache/datafusion#15646
- feat: add user defined table function support apache/datafusion-python#1113
- feat: collect once during display() in jupyter notebooks apache/datafusion-python#1167
egui_dock
- Refactor: TabViewer Adanos020/egui_dock#24
- CI: Run doctests and check doc links Adanos020/egui_dock#25
- Add opt-in serde feature to enable serialization of Tree Adanos020/egui_dock#30
- Fix tab text color Adanos020/egui_dock#32
- Fix: use the correct icon when dragging Adanos020/egui_dock#51
- Add
Tree::tabs
: an iterator over the tabs Adanos020/egui_dock#53 - Change separator color on hover and drag Adanos020/egui_dock#68
- More customaizable tabs Adanos020/egui_dock#94
- Fix not handling
debug_assertions
in cfg_aliases katharostech/cfg_aliases#5 - Fix triggering
str_to_string
lint katharostech/cfg_aliases#4
egui_commonmark
- Show image loading errors to the user lampsitter/egui_commonmark#8
- Use new Image API from egui lampsitter/egui_commonmark#11
- Use
[patch.crates-io]
for egui lampsitter/egui_commonmark#15 - Fix header sizing issue lampsitter/egui_commonmark#20
- Update to egui 0.25 lampsitter/egui_commonmark#27
- Fix building with 1.72 lampsitter/egui_commonmark#31
puffin
- Update crates: ruzstd, criterion, rfd EmbarkStudios/puffin#98
- Switch default compression algorithm to lz4 EmbarkStudios/puffin#135
- Faster and better location data EmbarkStudios/puffin#165
- Remove accidental
::{{closure}}
suffix from allprofile_function
scopes EmbarkStudios/puffin#175 - Persist viewer state EmbarkStudios/puffin#186
rav1d
- Copy
dav1d
as the Rust API memorysafety/rav1d#1362 const DAV1D_MC_BT2020_NCL
: was defined asCL
, notNCL
memorysafety/rav1d#1363- Remove crashy
unwrap()
inon_error
memorysafety/rav1d#1364
three-d
- Make
reqwest
an optional (and default) feature asny/three-d#215 - glTF transform asny/three-d#228
- Update dependencies asny/three-d#229
- cargo-deny asny/three-d#232
- Make Instances::default() empty asny/three-d#250
- Don't panic on NaN when sorting asny/three-d#251
- Change two function to use &self instead of &mut self asny/three-d#252
wgpu & naga
- polished & added to https://github.com/gfx-rs/wgpu/wiki/Learning-wgpu
- webgl backend supports now non-srgb framebuffer gfx-rs/wgpu#3070
- Fix webgl srgb blit not setting the viewport correctly gfx-rs/wgpu#3093
- Added new UNRESTRICTED_INDEX_BUFFER downlevel flag. gfx-rs/wgpu#3157
- allow gles float textures to be multisampled if available gfx-rs/wgpu#3183
- Alpha to coverage support for GLES gfx-rs/wgpu#3187
- Force all adapters to report min buffer alignment of 32 gfx-rs/wgpu#3262
- deref/deref_mut methods on buffer-views inline gfx-rs/wgpu#3307
- Reset the queue state between each command buffer on queue submit gfx-rs/wgpu#3589
- Reset the queue state between each command buffer on queue submit gfx-rs/wgpu#3593
- [v0.15] WebGl workaround for drawing single instance gfx-rs/wgpu#3596
- WebGl workaround for drawing single instance gfx-rs/wgpu#3597
- Add rust toolchain file to specify the rust version used on CI. gfx-rs/wgpu#3598
- [spirv-out] Fix adding illegal decorators on fragment outputs. gfx-rs/naga#2286
- Validate shader location clashes gfx-rs/wgpu#3613
- Fix crash on command buffer drop gfx-rs/wgpu#3726
- Backport bugfixes to v0.16 gfx-rs/wgpu#3774
- Fix missing 4X MSAA support on some OpenGL backends gfx-rs/wgpu#3780
- Remove surface extent validation (and thus fix the annoying
Requested size ... is outside of the supported range
warning) gfx-rs/wgpu#4796 - Expose maximum_frame_latency gfx-rs/wgpu#4899
- Unify surface creation by introducing new
SurfaceTarget
enum gfx-rs/wgpu#4984 - Allow WebGPU & WebGL in same wasm and detect WebGPU availability gfx-rs/wgpu#5044
- Fix panic when creating a surface while no backend is available gfx-rs/wgpu#5166
- Allow wgpu::Instance to report which backends were enabled gfx-rs/wgpu#5167
- Add
VideoFrame
toExternalImageSource
enum gfx-rs/wgpu#6170 - Fix filtering out dx12 software adapters gfx-rs/wgpu#6843
- Fix missing wgt re-export on wgpu for
CopyExternalImageDestInfo
gfx-rs/wgpu#6962
winit
- [MacOS] Fix deadlock on maximizing window from event callback rust-windowing/winit#2636
- Add cargo-deny check to CI rust-windowing/winit#2713
- On macOS, report correct logical key when Ctrl or Cmd is pressed rust-windowing/winit#3361
ffmpeg-sidecar
- Fix non-default feature build: Feature gate
unpack_ffmpeg
withdownload_ffmpeg
nathanbabcock/ffmpeg-sidecar#56 - Replace
reqwest
withureq
nathanbabcock/ffmpeg-sidecar#57 - Add
rust-toolchain
and set MSRV to 1.79 nathanbabcock/ffmpeg-sidecar#58 - Fix crash when using formats with bits per pixel size not divisible by 8 nathanbabcock/ffmpeg-sidecar#61
Metadata
Metadata
Assignees
Labels
No labels