Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaierhofer committed Dec 5, 2023
1 parent 4377aa9 commit 4293a73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.4.5
- same as 0.4.2
- unlisted and deprecated nuget packages 0.4.3 and 0.4.4
- republished package 0.4.4 as 0.5.0
- removed warnings

### 0.4.2
- fix System.Collections.Immutable dependency (from 7 to 6)

Expand Down
1 change: 0 additions & 1 deletion src/Aardvark.Geometry.Quadtree/Defs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
open Aardvark.Data
open Aardvark.Base
open System
open System.Runtime.InteropServices
open System.Runtime.CompilerServices

#nowarn "44"
Expand Down
2 changes: 2 additions & 0 deletions src/Scratch/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ open System.Diagnostics
open System.IO
open System.Globalization

#nowarn "44"

let example () =

// raw height data (4x3 samples stored in a flat array)
Expand Down

0 comments on commit 4293a73

Please sign in to comment.