Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-05-06
| ||
13:01 | Fix SyntaxWarning: invalid escape sequence. Leaf check-in: e87ee75dde user: goyo tags: trunk | |
12:53 | Bump after release. check-in: 0bc1960651 user: goyo tags: trunk | |
2024-02-01
| ||
20:29 | Release 1.9.0 check-in: 9166d539e8 user: goyo tags: 1.9.0, trunk | |
20:27 | Improve setup. check-in: 7f3bac56ae user: goyo tags: trunk | |
20:07 | Avoid dtype downcasting when filling NAs in `write_eolo()`. check-in: bd3be76d13 user: goyo tags: trunk | |
19:57 | Get rid of `delim_whitespace`, deprecated in recent pandas. check-in: 3d969b09a7 user: goyo tags: trunk | |
2023-05-20
| ||
16:10 | Require python 3.11. check-in: f65afe6ed4 user: goyo tags: trunk | |
2022-11-22
| ||
07:58 | Bump version after release. check-in: bc10ab2a4a user: goyo tags: trunk | |
2022-11-21
| ||
11:42 | Release 1.8.0. check-in: 2fe526b522 user: goyo tags: 1.8.0, trunk | |
11:28 | Change deprecated argument. check-in: 0b2f2d3300 user: goyo tags: trunk | |
11:26 | Black formatting. check-in: f390382625 user: goyo tags: trunk | |
11:22 | Add read support for OW format 3.2. check-in: da5a736476 user: goyo tags: trunk | |
2022-08-05
| ||
14:18 | Inline some variables in tests. check-in: dfc58c7ae6 user: goyo tags: trunk | |
14:09 | Apply black formatting. check-in: 5368b64a6d user: goyo tags: trunk | |
14:04 |
Add function write_OW_2_1() .
check-in: 283d7d99a8 user: goyo tags: trunk
| |
10:30 |
Add function read_OW_1() .
check-in: 8af95ee066 user: goyo tags: trunk
| |
2022-03-07
| ||
07:40 |
Add function read_OW_2_1() .
check-in: f66039cfd1 user: goyo tags: trunk
| |
2020-05-16
| ||
20:19 | Name parameter in test. check-in: d9d04e11a5 user: goyo tags: trunk | |
2020-03-19
| ||
16:23 | Change author e-mail. check-in: 6d453599e5 user: goyo tags: trunk | |
2020-03-18
| ||
22:59 | Bump version. check-in: f5a03a23b5 user: goyo tags: trunk | |
22:53 | Release 1.7.0. check-in: 8bfde353cb user: goyo tags: 1.7.0, trunk | |
22:51 | Make the thing installable. check-in: 4781c70578 user: goyo tags: trunk | |
22:17 | Use normalized version number for development. check-in: fb7e865e06 user: goyo tags: trunk | |
2020-01-23
| ||
22:24 |
OrderedDict is no longer needed.
check-in: f471396d7c user: goyo tags: trunk
| |
2019-07-08
| ||
14:22 | Bump version. check-in: f27cd159ba user: goyo tags: trunk | |
14:19 | Release 1.6.0. check-in: c61f26a9b9 user: goyo tags: 1.6.0, trunk | |
14:12 | Make write_OW_1() always use '\n' as line terminator. Fixes [9da11d8402]. check-in: 601bc921d9 user: goyo tags: trunk | |
2018-11-28
| ||
21:09 |
Add newline at the end in write_eolo*() . Fixes [2f0a137cd7].
check-in: b29d24865c user: goyo tags: trunk
| |
2018-08-31
| ||
07:41 | Bump version. check-in: 56e12a2d28 user: goyo tags: trunk | |
07:41 | Release 1.5.0. check-in: 279a7fccba user: goyo tags: 1.5.0, trunk | |
07:39 | Inline dictionaries in some tests. check-in: c87ca53df1 user: goyo tags: trunk | |
07:14 |
Do not need OrderedDict to test write functions.
check-in: 16434a6148 user: goyo tags: trunk
| |
06:49 |
Make most write_eolo() arguments optional.
check-in: 51a4fc4375 user: goyo tags: trunk
| |
06:45 | Actually bump version. check-in: d1c9821669 user: goyo tags: trunk | |
2018-08-30
| ||
20:30 | Bump version. check-in: 18b94adde2 user: goyo tags: trunk | |
20:28 | Release 1.4.0. check-in: 74eadfa235 user: goyo tags: 1.4.0, trunk | |
20:24 | New internal formatters. check-in: 6c6f98e528 user: goyo tags: trunk | |
19:02 |
New function write_eolo_bsc() .
check-in: 9b0704ca2f user: goyo tags: trunk
| |
2018-08-21
| ||
22:08 | Nicer assertions. check-in: 169f978a37 user: goyo tags: trunk | |
22:06 | Construct data dictionaries directly. check-in: 13f5f08958 user: goyo tags: trunk | |
21:55 |
Improve write_eolo() tests.
check-in: 6c1ee16923 user: goyo tags: trunk
| |
21:46 | Bump version. check-in: dd3cf05712 user: goyo tags: trunk | |
21:44 | Release 1.3.0. check-in: 09646a3fc6 user: goyo tags: 1.3.0, trunk | |
21:41 |
Write missing values as sequences of nines in write_eolo() .
check-in: 27aa13340e user: goyo tags: trunk
| |
2018-06-14
| ||
13:38 | Towards golden masters. Leaf check-in: d88f05af40 user: goyo tags: golden_master | |
2018-05-23
| ||
10:46 | Improve indentation. check-in: 249e5e81d4 user: goyo tags: trunk | |
10:36 |
Do not use deprecaded from_items() .
check-in: 737007f353 user: goyo tags: trunk
| |
2018-05-11
| ||
07:23 | Bump version. check-in: 50e19e5f63 user: goyo tags: trunk | |
07:23 | Release 1.2.0 check-in: 84e4bdab4f user: goyo tags: 1.2.0, trunk | |
07:21 |
write_eolo() writes more spaces than it should.
check-in: 3d3bcd4b8b user: goyo tags: trunk
| |