File: CHANGES

package info (click to toggle)
python-persisting-theory 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 196 kB
  • sloc: python: 423; makefile: 3
file content (52 lines) | stat: -rw-r--r-- 748 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Changelog
=========


1.0
***

2022-05-06:

- dropped support for python 2
- switched to pytest for tests
- blackified codebase
- added ci/cd pipeline


0.2.1
*****

13/10/2014:

- Added tox to testing process (persisting theory is now tested under Python 2.7 and 3.4)
- Moved test directory outside of persisting-theory
- Set ``force_reload`` defaut to ``False`` to  in Registry.autodiscover()

0.2.0
*****

26/07/2014:

- Added prepare_data hook for manipulating data before registration
- Added prepare_name hook for manipulating name before registration
- Added post_register hook

0.1.2
*****

13/07/2014:

- Added handling of error in autodiscovering


0.1.1
*****

12/07/2014:

- Added Python 3 support

0.1
***

12/07/2014 - initial release