summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/datatool/CHANGES
blob: 07cfaa06e6932022f8c8eb675511bdd7d40b302e (plain)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
v2.32 (2019-09-27):

  * datagidx.sty:

   - added check for new 2019/10/01 LaTeX kernel when defining
     \datagidxstripaccents.

    ** Pre version 2.32 accent stripping in \newterm won't work with new LaTeX kernel. **

  * datatool-base.sty:

   - added \ifdtlcompareskipcs
     (see https://www.dickimaw-books.com/bugtracker.php?action=view&key=99)

   - bug fix (\dtlcompare not finding word breaks)
     (https://www.dickimaw-books.com/bugtracker.php?action=view&key=100)

   - bug fix (error if first command in assignment list is equal to \relax)
     (https://www.dickimaw-books.com/bugtracker.php?action=view&key=106)

   - bug fix (removed \relax from definitions of \DTLiffirstrow and \DTLiflastrow)
     (https://www.dickimaw-books.com/bugtracker.php?action=view&key=130)

v2.31 (2018-12-07):

  * datatool-base.sty:

   - added conditional \ifDTLlistskipempty

   - new commands \DTLlistelement and \DTLfetchlistelement

   - made \DTLnumitemsinlist robust and now checks 
     \ifDTLlistskipempty

   - \DTLformatlist now checks \ifDTLlistskipempty

   - bug fix: \$ entry without value triggers 
     extra \else in \@dtl@checknumericalstart

v2.30 (2018-04-16):

  * datatool.sty

   - bug fix: spurious spaces in \@dtl@lopoff 
    (used by \DTLloaddb and DTLloadrawdb)

v2.29 (2017-11-12):

  * datatool.sty:

   - bug fix https://tex.stackexchange.com/questions/400921

v2.28 (2017-11-10):

  * datatool.sty:

   - added \xdtlgetrowindex

   - \DTLloadrawdb: changed \xdef to \protected@xdef

   - some bug fixes

  * datatool-base.sty:

   - added \DTLformatlist and accompanying commands
     \DTLlistformatsep, \DTLlistformatoxford, \DTLlistformatlastsep,
     \DTLandname and \DTLlistformatitem.

  * datagidx.sty:

   - changed initialisation of label in \datagidx@setfieldvalues

   - \datagidxstripaccents now changes \add@accent@, 
     \@text@composite@x and \@tabacckludge

   - added \datagidxextendedtoascii

   - \printterms uses \twocolumn if balance=false and columns=2

v2.27 (2016-07-28):

  * datatool-base:

   - reverted \dtl@insertinto to pre v2.26. (The bug fixes
     in v2.26 caused backward-compatibility issues, which 
     break glossaries.sty's "noidx" code.)

   - new commands \dtlsortlist and \dtlinsertinto (which
     are how \dtl@sortlist and \dtl@insertinto ought to
     behave but don't). The internal commands are left for
     backward compatibility. The user commands should be
     used for the correct function. (Added new section in
     the user manual documenting these new commands.)

   - new command \edtlinsertinto

v2.26 (2016-07-20):

  * datatool-base:

    - fixed bug in \dtl@insertinto

  * datatool-pgfmath:

    - fixed bug in \dtlround and \dtltrunc

  * datapie:

    - fixed bug in \DTLpiechart caused by truncation error

    - \FP... code replaced by \dtl... code

v2.25 (2016-01-18):

  * datatool-base:

    - \dtlcompare, \dtlicompare, \@dtldictcompare:
      added \expandonce to definitions of \dtl@donext to
      prevent unwanted expansion of non-ASCII characters.

  * datatool user guide:

    - Added section "Advanced Iteration".

v2.24 (2016-01-12):

  * datatool-base:

    - added "utf8" package option and \dtlenableUTFviii, 
      \dtldisableUTFviii

    - added \dtlsetcharcode, \dtlsetlccharcode,
      \dtlsetUTFviiicharcode, \dtlsetUTFviiilccharcode
      \dtlsetdefaultUTFviiicharcode and
      \dtlsetdefaultUTFviiilccharcode for use with the comparison
      handlers.

v2.23 (2015-07-11):

  * datatool:

    - etex no longer loaded.

    - added \DTLisinlist and \DTLmaketabspace

    - Bug fix (\@dtl@starttrim): fixed issue that caused 
      loss of group at the start of a line when reading a csv file 

    - Bug fix: unstarred (case-sensitive) version of \DTLsort
      now correctly uses case-sensitive sort.

    - Bug fix: error in \DTLifSubString

  * person:

    - Bug fix: replaced \ifpersonmale with \ifmale within the
      definitions of \persongender and \getpersongender

    - Bug fix: replaced \@thisperson with #1 in \ifmale and
      \iffemale

v2.22 (2014-06-10):

  * datatool-base:

   - Bug fix: removed \@dtl@choptrailingzeroes from
     \@dtl@decimaltolocalefrac (interfering with \DTLround)

  * datatool:

   - added "autokeys" option to \DTLloaddb and \DTLloadrawdb

  * databib:

   - new commands: \DTLbibfieldlet, \DTLformatthisbibentry,
     \DTLpcite, \DTLcustombibitem, \DTLformatbooktitle



v2.21 (2014-03-08):

  * datatool:

    - Fixed misplaced locations of \dtldisplaystarttab and
    \dtldisplayafterhead within \DTLdisplaylongdb

    - Fixed bug in \dtl@gathervalues that ignored #3

  * databib:

    - Added \gDTLforeachbibentry

    - Fixed bug in \DTLforeachbibentry*

    - fixed typo in documentation
      \DTLforeachbib -> \DTLforeachbibentry

  * datagidx:

    - Fixed bug in \datagidx@parse@location

v2.20 (2014-02-03):

  * datatool:

   - added \DTLloaddbtex

   - added \DTLifnullorempty

   - added \DTLassignfirstmatch and \xDTLassignfirstmatch

   - Fixed bug in \DTLforeach* (\@dtl@dbname undefined)

v2.19 (2014-01-17):

  * datatool:

   - changed \\ to \dtldisplaycr in \DTLdisplaydb
     and set \dtldisplaycr to \tabularnewline

   - fixed bug in \glsaddall

  * datagidx:

   - added \glslink

   - defines \@idxitem if not already defined

v2.18 (2013-09-06):

  * datatool:

   - added check in \dtlsort for existence of specified keys 

   - reverted \DTLpar back to a robust command instead of using \let


  * databib.bst:

    Fixed error caused when article entry journal field missing

v2.17 (2013-08-29):

 * datatool:

   - added \edtlgetrowforvalue and \DTLfetch

   - added joining two databases in a single table example to user manual

 * databib:

   - fixed packaging of databib.bst

v2.16 (2013-08-16):

 * datatool:

  - Fixed bug in \@dtl@updatekeys that causes an error when the 
    data contains fragile commands.

 * datatool-base:

  - Fixed bug in \@dtl@checknumerical that causes an error when the
    argument is a command that expands to empty.


v2.15 (2013-07-10):

 * datagidx:

  - Removed spurious space in \do@locrange

  - Added \loadgidx

  - Added nowarn package option

  - Fixed bug that occurred with locations occurring in
    page-spanning paragraphs.

 * datatool:

  - added \dtllastloadeddb to \DTLsaverawdb etc

  - fixed bug that caused \DTLsaverawdb to perform extremely slowly.
    Now provide \DTLprotectedsaverawdb to save databases that contain
    fragile commands.

  - fixed bug in \DTLminforkeys

 * dataplot:

  - added \dtlplothandlermark 

  - fixed scoping issue with \DTLaddtoplotlegend

v2.14 (2013-06-28):

 * datatool:

  - fixed bug in \@dtl@updatekeys
    (Bug report: http://www.dickimaw-books.com/cgi-bin/bugtracker.cgi?action=view&key=20)

  - fixed \DTLsaverawdb so that it works when there are fragile
    commands in database entries


 * dataplot:

  - refactored \DTLplot to help prevent large data values exceeding
    TeX's maximum dimensions

  - aded tikz calc library as a requirement

 * datagidx:

  - added 'condition' key to \printterms

  - added \postnewtermhook, \newtermfield, \ifnewtermfield,
    \datagidxdb

  - fixed bug in 'gloss' style that displayed multiple "see also"
    lines for entries that have children.

 * Fixed minor typos in user manual

v2.13 (2013-01-15):

 * Added new package `datagidx'

   - create glossaries/indexes /without/ using an external tool such
     as makeindex or xindy

 * datatool.sty

  - added \dtlsort (like \DTLsort but user supplies custom
    comparison handler).

  - added \DTLgnewdb, \DTLgdeletedb, \DTLgcleardb

  - added \DTLsaverawdb

  - added \ifDTLnewdbonload, \DTLnewdbonloadtrue,
    \DTLnewdbonloadfalse

  - added \dtlparsewords

  - fixed bug in \@DTLnewrow (misspelt \PackageError command)

  - removed spurious space in \@dtl@setheaderforindex

  - removed spurious space in \DTLaddentryforrow

  - removed spurious space in \DTLdisplaydb and \DTLdisplaylongdb

  - removed spurious space in \@dtl@getsortdirection

  - removed spurious space in \@dtl@readline

  - removed spurious space in \DTLrawmap

  - \dtl@setcharcode and \dtl@setlccharcode now check 
    for \@dtl@wordbreak instead of space and tilde

  - \dtl@setlccharcode bug fix (characters without a lowercase
    now correctly dealt with)

  - \dtlicompare and \dtl@teststartswith now use 
    \dtl@setwordbreaksnohyphens to deal with spaces

  - added \@dtlstringnull and \@dtlnumbernull and fixed bug in
    \DTLifnull

  - renamed datatool.pdf to datatool-code.pdf

 * datatool-base.sty

  - added \dtlwordindexcompare

v2.12 (2012-11-30):

 * datatool.sty:

   - fixed bug in \DTLiflastrow

   - Fixed bug causing spurious space in \DTLloaddb


 * datatool-pgfmath.sty:

   - fixed bug in conditionals.

v2.11 (2012-09-25):

 * datatool.sty:

   - removed unwanted space in \@dtl@updatekeys

   - fixed typo in user guide (should be \dtlforcolumnidx not
     \dtlforcolumnindex)

   - added \dtldisplayvalign

   - added \DTLaddcolumn

   - added \dtlgetrowforvalue

   - added \dtlupdateentryincurrentrow

   - added \DTLgetrowindex and \dtlgetrowindex

v2.10 (2012/07/18):

 * datatool.sty:

   - Split package into datatool-base.sty, datatool-fp.sty and
     datatool-pgfmath.sty

   - Added package option "math" (math=fp -> use fp.sty,
     math=pgfmath -> use pgfmath.sty)

   - datatool.sty now requires etoolbox (changed commands like 
     \@ifundefined to etoolbox equivalents)

   - Added 'omitlines' option when loading csv file (from patch supplied by Bruno Le Floch
     at:
     http://tex.stackexchange.com/questions/22942/skipping-the-first-line-of-a-data-file-for-pgfplotstable/25133#25133 )

   - \DTLloaddb : adds default column header if missing

   - Added optional argument to \DTLdisplaydb

   - Added omit key to \DTLdisplaylongdb

   - added environment dtlenvgforint

   - added environments DTLenvforeach and DTLenvforeach*

   - added check for at least version 1.2 (2009/10/20) of substr.sty

   - added \DTLassign

   - added DTLnumitemsinlist

   - added \dtlrecombine, \dtlrecombineomitcurrent,
     \dtlreplaceentryincurrentrow, \dtlswapentriesincurrentrow,
     \dtlremoveentryincurrentrow, \dtlappendentrytocurrentrow

   - Rewritten \@dtl@ifDigitOrDecimalSep (code provided by Bruno Le Floch)

   - ensured first argument of \DTLconverttodecimal gets one-level
     expansion in commands like \DTLaddall

   - Fixed \DTLloaddb to work if % used at the start of a row in CSV file.

   - Fixed \@dtl@qlopoff to substitute escaped CSV delimiters

   - Fixed bug in \DTLloadrawdb, which only performed a single
     substitution per line

   - Added \long before \edef in \DTLsubstituteall

   - Fixed bug in \@dtl@getkeyforcolumn (affects
     \DTLgetkeyforcolumn)

   - Changed tab character to ^^I

   - Fixed bug in \DTLloaddb and \DTLloadrawdb when CSV file only contains one column

 * databib.bst:

   - Added eprints field

 * datatool-user.tex (User guide):

   - fixed typo "\value{DTLbibrow}<11" => "\value{DTLbibrow}<10"

   - added section "Operating on Current Row"

   - added remark on using etoolbox to check for empty values

v2.03 (2009/11/15):
 * Added facility to clear or delete a database.

 * Fixed bug in \DTLsavedb that prints duplicate information to file.

 * \DTLreplaceentryforrow expands the replacement value 

 * \DTLappendtorow expands the new value 

 * \DTLnewdbentry : user can choose between expanding or not 
   expanding value before adding to database.

 * Renamed \dtl@columnindex to \dtlcolumnindex so that it can be
   used in the document.

 * Spaces may now occur after commas (but not before) in the 
   assignment part of \DTLforeach

 * Fixed missing backslashes in example in manual (pounds->\pounds)

 * Fixed type in datapie documentation: non-colour option is
   "gray" not "monochrome".

 * Added package "person.sty"

v2.02 (2009/07/13):
 * fixed bug caused by undefined \@dtlifhaskey (should be 
   \@DTLifhaskey)
 * fixed bug caused by undefined \dtl@getcolumnindex (should
   be \@dtl@getcolumnindex)
 * fixed bug in \DTLsavedb that ignores the file name

v2.01 (2009/03/27):
 * fixed bug that ignores descending sort option

v2.0 (2009/02/27):
 datatool.sty:

 * Rewritten database internal representation to make the code
   faster (thanks to Morten H\o gholm for this)
 * added etex as a required package
 * Database columns can now have an associated header (in addition
   to the key)
 * added \DTLdisplaydb and \DTLdisplaylongdb
 * added \DTLremoverow
 * \DTLloaddb, \DTLloadrawdb:
     - removed unnecessary checks to determine if database 
       exists when adding entries.
     - added optional argument
     - can now also load files without header row
 * \DTLsumforkeys, \DTLmeanforkeys, \DTLvarianceforkeys,
   \DTLsdforkeys, \DTLminforkeys and \DTLmaxforkeys now have a 
   second optional argument
 * added \DTLsumcolumn, \DTLmeanforcolumn, \DTLvarianceforcolumn,
   \DTLsdforcolumn, \DTLminforcolumn and \DTLmaxforcolumn
 * added \dtlforeachkey
 * added \dtlforint and \dtlgforint
 * added \dtlforcolumn and \dtlforcolumnidx
 * added \DTLcolumncount
 * added starred versions of:
   - \DTLifdbempty
   - \DTLnewrow
 * added \DTLifhaskey
 * added \DTLgetcolumnindex
 * added \DTLunsettype, \DTLstringtype, \DTLinttype, \DTLrealtype
   and \DTLcurrencytype
 * added \DTLgetdatatype 
 * removed \@dtl@setidtype
 * removed \@dtl@setkeys
 * removed \@dtl@getidtype
 * removed \@dtl@ifrowcontains
 * removed \dtl@getentryvalue
 * removed \dtl@getentryid
 * added \dtlgetentryfromcurrentrow
 * added \dtlforcolumnindex

 dataplot.sty
 * fixed bug causing ! Argument of \pgfmath@afterquick has an extra }
   error

 databar.sty
 * added \DTLeverybarhook

v1.01 (2007/08/17) :
 * Added databib package.

 * datatool.sty:

   - Fixed bug in datatool caused when certain commands occur
     in database entries or when the data type is tested.
   - Fixed bug in \DTLsubstituteall (caused problems when certain
   - commands occurred in string)
   - Added \DTLsplitstring
   - Added \DTLifSubString and \DTLisSubString
   - Added \DTLifStartsWith and \DTLisPrefix
   - Added case insensitive string tests
   - \DTLinitials and \DTLstoreinitials now work with ~ and \space
   - \DTLinitials and \DTLstoreinitials now use \DTLinitialhyphen
   - Added \dtlcompare (no longer using compare.tex)
   - Added \DTLgetvalueforkey
   - Added \DTLgetrowforkey
   - Added optional argument to \DTLsort
   - Fixed bug causing expansion in \DTLsort
   - Fixed bug in \DTLsdforall and \DTLvarianceforall
   - Removed extraneous spaces in \DTLaddall, \DTLminall, 
     \DTLmaxall, \DTLmeanforall, \DTLsdforall and \DTLvarianceforall
   - Fixed bug in \DTLiflastrow
   - Fixed bug in \DTLremovecurrentrow

 * Manual:
   - added code that produces fig "Student Marks (with average scores".
   - fixed typos in examples "Editing Database Rows" & "Mail Merging"
   - added section on null values

v1.0 (2007/07/23) : Initial Release