Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: specklesystems/speckle-qgis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.18.1
Choose a base ref
...
head repository: specklesystems/speckle-qgis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.19.0
Choose a head ref
  • 1 commit
  • 15 files changed
  • 1 contributor

Commits on Jul 1, 2024

  1. 2.19 release_to_MAIN (#196)

    2.19 updates:
    add GisFeature class
    speed up raster conversions
    simplify large polygon display Meshes on Send
    specify QGIS max version
    generate installers for Mac (we had it already, just needed a change in CI)
    
    
    * add Gis feature class on send and receive (#195)
    
    * send GisFeature
    
    * remove display val from child geometries
    
    * receive GisFeature
    
    * fix
    
    * ensure units are strings
    
    * fix failing test
    
    * qgis max version (#194)
    
    * raster conversion speed (#193)
    
    * draft based on c# (adjust offset/rotation; XY directions)
    
    * speed up, no offset
    
    * to test, add correction XY
    
    * fixed
    
    * final fixes
    
    * move function out
    
    * non-negative scale and dimensions
    
    * more optimized renderers, fixed "correction" for rasters
    
    * remove specklepy call in helpers
    
    * Revert "remove specklepy call in helpers"
    
    This reverts commit de002e0.
    
    * rely on string type for dataStorage.currentUnits
    
    * fix units format
    
    * standardize WKT format (#197)
    
    * updato to m1 resource on CI, aligned with specklesystems/speckle-sharp#3449 (no rosetta) (#204)
    
    * raster renderer edge cases (#206)
    
    * simplify and triangulate large meshes (#201)
    
    * simplify and triangulate large meshes
    
    * more clear logic with adding points
    
    * apply coeff to inner rings
    
    * fix indexError
    
    * max pts
    
    * updated links
    
    * tags
    
    * remove extra readme
    
    * syntax error
    KatKatKateryna authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    16affa5 View commit details
    Browse the repository at this point in the history
Loading