File: CHANGELOG.md

package info (click to toggle)
trollsift 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 324 kB
  • sloc: python: 2,110; makefile: 130
file content (103 lines) | stat: -rw-r--r-- 2,800 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
## Version 0.3.4 (2019/12/18)

### Issues Closed

* [Issue 18](https://github.com/pytroll/trollsift/issues/18) - Different parsing allignment behaviour between 0.2.* and 0.3.* ([PR 19](https://github.com/pytroll/trollsift/pull/19))

In this release 1 issue was closed.

### Pull Requests Merged

#### Bugs fixed

* [PR 19](https://github.com/pytroll/trollsift/pull/19) - Fix regex parser being too greedy with partial string patterns ([18](https://github.com/pytroll/trollsift/issues/18))

In this release 1 pull request was closed.


## Version 0.3.3 (2019/10/09)

### Pull Requests Merged

#### Bugs fixed

* [PR 15](https://github.com/pytroll/trollsift/pull/15) - Fix parse accepting strings with trailing characters

#### Features added

* [PR 14](https://github.com/pytroll/trollsift/pull/14) - Adding .stickler.yml configuration file

In this release 2 pull requests were closed.


## Version 0.3.2 (2019/01/14)


### Pull Requests Merged

#### Bugs fixed

* [PR 13](https://github.com/pytroll/trollsift/pull/13) - Fix backslashes in regex patterns on Windows

In this release 1 pull request was closed.


## Version 0.3.1 (2018/11/02)

### Issues Closed

* [Issue 11](https://github.com/pytroll/trollsift/issues/11) - Using the same information in two places in the template is fails with 0.3.0 ([PR 12](https://github.com/pytroll/trollsift/pull/12))

In this release 1 issue was closed.

### Pull Requests Merged

#### Bugs fixed

* [PR 12](https://github.com/pytroll/trollsift/pull/12) - Fix fields being specified multiple times in one pattern ([11](https://github.com/pytroll/trollsift/issues/11))

In this release 1 pull request was closed.

## Version 0.3.0 (2018/09/29)

### Issues Closed

* [Issue 5](https://github.com/pytroll/trollsift/issues/5) - Add custom string formatter for lower/upper support

In this release 1 issue was closed.

### Pull Requests Merged

#### Features added

* [PR 6](https://github.com/pytroll/trollsift/pull/6) - Add additional string formatting conversion options

In this release 1 pull request was closed.


## Version 0.2.1 (2018/05/22)

### Issues Closed

* [Issue 3](https://github.com/pytroll/trollsift/issues/3) - Packaging license file ([PR 4](https://github.com/pytroll/trollsift/pull/4))

In this release 1 issues were closed.

### Pull Requests Merged

#### Features added

* [PR 4](https://github.com/pytroll/trollsift/pull/4) - Update travis tests and add appveyor tests ([3](https://github.com/pytroll/trollsift/issues/3))

In this release 1 pull request was closed.


## Version 0.2.0 (2017/12/08)

### Issues Closed

* [Issue 2](https://github.com/pytroll/trollsift/issues/2) - Another timestring issue
* [Issue 1](https://github.com/pytroll/trollsift/issues/1) - problem when parsing time strings

In this release 2 issues were closed.