Recent Releases of sciview

sciview - sciview 0.4.0

What's Changed

  • Build: Bump Gradle to 8.7 by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/569
  • Bump scenery to 0.11.0 by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/571
  • Fixes an issue with the sizing of the transfer function editor

Full Changelog: https://github.com/scenerygraphics/sciview/compare/sciview-0.3.0...sciview-0.4.0

- Java
Published by skalarproduktraum almost 2 years ago

sciview - sciview 0.3.0

What's Changed

  • Fixes for add object errors by @kephale in https://github.com/scenerygraphics/sciview/pull/566
  • Bump scenery 0.10.1 by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/568

Full Changelog: https://github.com/scenerygraphics/sciview/compare/sciview-0.2.0...sciview-0.3.0

- Java
Published by skalarproduktraum almost 2 years ago

sciview - sciview 0.2.0

What's Changed

  • Gradle catalog by @elect86 in https://github.com/scenerygraphics/sciview/pull/379
  • SciView.kt: add default argument for overwrite in takeScreenshot by @kephale in https://github.com/scenerygraphics/sciview/pull/382
  • Update to Kotlin 1.5.10, update to latest scenery version by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/384
  • Add proteins from files by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/386
  • Gradle CLI by @kephale in https://github.com/scenerygraphics/sciview/pull/387
  • Complete shutdown in standalone mode by @kephale in https://github.com/scenerygraphics/sciview/pull/388
  • SwingNodePropertyEditor: Fix NPE when right-clicking on a Scene by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/393
  • Add CustomPropertyUI by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/385
  • Add CITATION.cff file for citation information by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/394
  • SciView/Utils/Screenshot: Improve screenshot functionality by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/395
  • Bump Gradle to 7.1.1 by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/396
  • Jitpack pom by @kephale in https://github.com/scenerygraphics/sciview/pull/399
  • Pom bom fix by @kephale in https://github.com/scenerygraphics/sciview/pull/400
  • Kotlin versions by @kephale in https://github.com/scenerygraphics/sciview/pull/401
  • Hip summer school updates by @kephale in https://github.com/scenerygraphics/sciview/pull/408
  • Introduce scenery's new Attribute API by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/397
  • Update more deprecated calls from the attributes API by @kephale in https://github.com/scenerygraphics/sciview/pull/410
  • AddVolume.kt: Add stepSize to scijava parameters to ensure float for … by @kephale in https://github.com/scenerygraphics/sciview/pull/414
  • Add support for exporting STLs with their scaled dimensions by @kephale in https://github.com/scenerygraphics/sciview/pull/415
  • Use scenery with volume flip fix by @kephale in https://github.com/scenerygraphics/sciview/pull/416
  • Improve pom generation in gradle by @kephale in https://github.com/scenerygraphics/sciview/pull/417
  • Fix isosurface positioning by @kephale in https://github.com/scenerygraphics/sciview/pull/419
  • SciView: fix removing volumes by @frauzufall in https://github.com/scenerygraphics/sciview/pull/421
  • Explicitly version imagej-mesh by @kephale in https://github.com/scenerygraphics/sciview/pull/424
  • Imagej mesh version by @kephale in https://github.com/scenerygraphics/sciview/pull/425
  • ParticleDemo: Convert to Kotlin and move code to attributes API by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/428
  • Add slicing ui by @moreApi in https://github.com/scenerygraphics/sciview/pull/411
  • Gradle: Bump to Kotlin 1.6.10, update dependencies, remove spirvcrossj by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/431
  • Properties: Correctly persist colormap choices by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/432
  • Support for macOS/M1 and Vulkan by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/436
  • jitpack build: Switch to Java 11 by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/437
  • Remove SciView Settings Command by @kephale in https://github.com/scenerygraphics/sciview/pull/447
  • Gradle: Declare dependencies correctly for local build by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/442
  • Automatic file download for Sciview demo by @LTempel in https://github.com/scenerygraphics/sciview/pull/426
  • Add status messages for downloading and reading by @kephale in https://github.com/scenerygraphics/sciview/pull/454
  • Make neuron meshes children of volume by @kephale in https://github.com/scenerygraphics/sciview/pull/456
  • Remove environment.yml by @kephale in https://github.com/scenerygraphics/sciview/pull/458
  • Clear property editor on delete by @moreApi in https://github.com/scenerygraphics/sciview/pull/463
  • Bounding grids for all by @moreApi in https://github.com/scenerygraphics/sciview/pull/465
  • Remove Travis cruft by @ctrueden in https://github.com/scenerygraphics/sciview/pull/459
  • Improvements to the properties panel to close multiple issues by @kephale in https://github.com/scenerygraphics/sciview/pull/466
  • SwingNodePropertyEditor.kt: Help text nice formatted by @moreApi in https://github.com/scenerygraphics/sciview/pull/474
  • Wrap fpsControl to allow node selection on clicks without drag by @moreApi in https://github.com/scenerygraphics/sciview/pull/476
  • Fix STL opening error in SceneRiggingDemo by @kephale in https://github.com/scenerygraphics/sciview/pull/464
  • Add parameter to control HW encoding by @kephale in https://github.com/scenerygraphics/sciview/pull/461
  • Specify that color Parameters are not required by @kephale in https://github.com/scenerygraphics/sciview/pull/486
  • Use unicode value for the heart on the splash screen by @kephale in https://github.com/scenerygraphics/sciview/pull/484
  • Add a command to reset the scene to initial conditions by @kephale in https://github.com/scenerygraphics/sciview/pull/462
  • Use publishNode when adding children to Nodes by @kephale in https://github.com/scenerygraphics/sciview/pull/481
  • Use unique names and retain names from filenames by @kephale in https://github.com/scenerygraphics/sciview/pull/488
  • Add support for choosing filename for saving videos by @kephale in https://github.com/scenerygraphics/sciview/pull/483
  • Call setVoxelDimension at the right time by @kephale in https://github.com/scenerygraphics/sciview/pull/490
  • ShowSegmentationDemo: Fix scaling and face culling issue. Closes #444. by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/500
  • Sidebar UX improvements by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/491
  • Del key and add commands by @moreApi in https://github.com/scenerygraphics/sciview/pull/492
  • Catch HDF5 reading exception in CREMI by @kephale in https://github.com/scenerygraphics/sciview/pull/493
  • Revert change in REPL language that leads to script errors by @kephale in https://github.com/scenerygraphics/sciview/pull/501
  • Adjust scroll speed for properties and tree views to be normal by @kephale in https://github.com/scenerygraphics/sciview/pull/502
  • Fix LUT display and persistence for SetLUT and Properties panel by @kephale in https://github.com/scenerygraphics/sciview/pull/499
  • Use XDG-compliant paths for cache and config files by @kephale in https://github.com/scenerygraphics/sciview/pull/506
  • Fix compass exception and location in scene graph by @kephale in https://github.com/scenerygraphics/sciview/pull/512
  • Remove edgeWidth for Nodes that aren't Line by @kephale in https://github.com/scenerygraphics/sciview/pull/515
  • Convenience node adders, based on issue #497 by @xulman in https://github.com/scenerygraphics/sciview/pull/521
  • Add support for splitting channels and adding separate volumes by @kephale in https://github.com/scenerygraphics/sciview/pull/522
  • Bump to scenery 0.9.0 by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/513
  • Move Add menu to root by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/433
  • Use correct node deletion logic when disposing of sciview by @kephale in https://github.com/scenerygraphics/sciview/pull/525
  • Add recursive options for node deletion, set LUT, and toggle bounding boxes by @kephale in https://github.com/scenerygraphics/sciview/pull/526
  • Remove RenderingMethod options for Volume by @kephale in https://github.com/scenerygraphics/sciview/pull/529
  • Fix the CI, plus other small updates by @ctrueden in https://github.com/scenerygraphics/sciview/pull/539
  • Fix ResetScene to update scene tree by @kephale in https://github.com/scenerygraphics/sciview/pull/535
  • Update default controls by @kephale in https://github.com/scenerygraphics/sciview/pull/532
  • Display Volume's width, height, depth in Properties panel by @kephale in https://github.com/scenerygraphics/sciview/pull/542
  • Fix Maven release issues by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/545
  • First pass at Flybrain Demo by @kephale in https://github.com/scenerygraphics/sciview/pull/546
  • SciView: set active node only when centerOnNewNodes is true by @smlpt in https://github.com/scenerygraphics/sciview/pull/551
  • Updates for Java 21 by @kephale in https://github.com/scenerygraphics/sciview/pull/547
  • Move arcball target as user translates camera by @kephale in https://github.com/scenerygraphics/sciview/pull/554
  • Inspector improvements by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/555
  • Update jitpack to java 21 by @kephale in https://github.com/scenerygraphics/sciview/pull/559
  • Bump version to 0.2.0 by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/560
  • Add version property for bigvolumeviewer, fix lwjgl version to 3.3.3 by @skalarproduktraum in https://github.com/scenerygraphics/sciview/pull/561

New Contributors

  • @moreApi made their first contribution in https://github.com/scenerygraphics/sciview/pull/411
  • @LTempel made their first contribution in https://github.com/scenerygraphics/sciview/pull/426
  • @smlpt made their first contribution in https://github.com/scenerygraphics/sciview/pull/551

Full Changelog: https://github.com/scenerygraphics/sciview/compare/untagged-85b382aaed9556fe41e8...sciview-0.2.0

- Java
Published by skalarproduktraum almost 2 years ago