File: CHANGES

package info (click to toggle)
flexcache 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: python: 584; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
flexcache Changelog
===================


0.3 (2023-08-03)
----------------

- Better typing support
- Tests against Python 3.11 and 3.12
- Updated package infrastructure.


0.2 (2022-02-28)
----------------

- Split header into Header, Invalidate and Naming classes.
- Renamed reader to converter, in docs and variables.
- Allow passing directly a converter_id as string.
- Allow converters with one (source_object)
  or two parameters (source_object, cache_path_stem).
- Added NameByHashIter.
- Added type checking on source_object using __post_init__.
- Added docstrings.
- Added checks to fail fast when creating Header classes.


0.1 (2022-02-27)
----------------

- first public release.