DCV is @nogc nothrow now.

Guillaume Piolat first.last at spam.org
Fri May 12 12:22:06 UTC 2023


On Friday, 12 May 2023 at 08:41:56 UTC, Ferhat Kurtulmuş wrote:
> On Friday, 12 May 2023 at 07:40:54 UTC, Salih Dincer wrote:
>> On Friday, 28 April 2023 at 13:50:35 UTC, Ferhat Kurtulmuş 
>> wrote:
>>> Please give it a try and destroy me :)
>>
>> I've been pushing myself to try DCV for about a week now. But 
>> the libraries it depends on scare me. I would love to apply 
>> artificial intelligence in a video using only D. I guess 
>> that's not possible for now?
>>
>> I would like to thank dear Ferhat for his hard work and 
>> dedication...
>>
>> SDB at 79
>
> For a YOLO object detection you can take a look at 
> https://github.com/aferust/dcv-tinyyolov3.

I see:
   "gamut": "~>1.0.0"
   "mir-algorithm": ">=3.15.3"
   "mir-core": "~>1.5.3"

The first and third dependencies could be ~>1.0 and ~>1.5, there 
is a guarantee of non-breaking change outside majors.
Contrarily, the second one (>=3.15.3) subscribe to future 
breakage in an eventual mir-algorithm v4.



More information about the Digitalmars-d-announce mailing list