File dlib.changes of Package dlib
-------------------------------------------------------------------
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>
- add more Requires to -devel (now listing all from
/usr/lib64/pkgconfig/dlib-1.pc)
-------------------------------------------------------------------
Fri Aug 16 14:25:40 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.24.6:
* Add ffmpeg 7 support.
-------------------------------------------------------------------
Fri Aug 2 07:17:06 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.24.5:
* No release notes.
-------------------------------------------------------------------
Sun Apr 21 10:19:07 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Consistently set USE_AVX_INSTRUCTIONS to ON for x86_64 archs and
to OFF for others for reproducibility (boo#1223168).
- Switch to older python_build, python_install macros since the
pyproject_* macros do not allow a way to send the necessary
options to cmake (using `python setup --no USE_FOO`).
-------------------------------------------------------------------
Thu Apr 18 19:41:21 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Initial package.