Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fe885face6 | |||
| 0500732e19 | |||
| 8f9e58bf77 | |||
| d6423b2b43 | |||
| 792772fec6 | |||
| d79fb77516 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22513c353ec9c153300c394050c96ca9d088e02966ac0f639e989e50318c82d6
|
|
||||||
size 18927196
|
|
||||||
3
dlib-20.0.tar.gz
Normal file
3
dlib-20.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:705749801c7896f5c19c253b6be639f4cef2c1831a9606955f01b600b3d86d80
|
||||||
|
size 18977636
|
||||||
30
dlib.changes
30
dlib.changes
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 7 21:12:30 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 20.0:
|
||||||
|
* Add reshape_to layer for flexible tensor reshaping/rescaling
|
||||||
|
(gh#davisking/dlib#3076).
|
||||||
|
* Updated documentation.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 16 14:52:52 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 19.24.9:
|
||||||
|
* Add linear_layer for neural networks (gh#davisking/dlib#3074).
|
||||||
|
* fix SyntaxWarning: invalid escape sequence '\('
|
||||||
|
(gh#davisking/dlib#3069).
|
||||||
|
* Add Byte Pair Encoding (BPE) class for subword tokenization
|
||||||
|
(gh#davisking/dlib#3056).
|
||||||
|
* Drop namespace std (gh#davisking/dlib#3067).
|
||||||
|
* Fix a bug when getting a gzip header extra field with
|
||||||
|
inflate() (gh#davisking/dlib#3063).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 2 08:20:22 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 19.24.8:
|
||||||
|
* Fix cmake project version number.
|
||||||
|
- Changes from version 19.24.7:
|
||||||
|
* Change the default u32string char type to char32_t
|
||||||
|
(gh#davisking/dlib#3059)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 07:55:07 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
Wed Oct 2 07:55:07 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dlib
|
# spec file for package dlib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define shlib libdlib%( echo %{version} | tr '.' '_' )
|
%define shlib libdlib%( echo %{version} | tr '.' '_' )_0
|
||||||
%define python_subpackage_only 1
|
%define python_subpackage_only 1
|
||||||
Name: dlib
|
Name: dlib
|
||||||
Version: 19.24.6
|
Version: 20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for making machine learning and data analysis applications
|
Summary: Toolkit for making machine learning and data analysis applications
|
||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user