-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
58 lines (50 loc) · 1.94 KB
/
CHANGELOG
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
#############################################################################
##
#W CHANGELOG intpic - a GAP package for drawing integers
#Y Copyright (C) 2013-... Manuel Delgado
##
## Licensing information can be found in the LICENSE file of this package.
##
#############################################################################
##
=============
Version 0.4.0 (30/08/2024)
=============
- Updates related to CI and Codecov (Thanks, Max)
- Simplify-splash (Thanks, Max)
- manual updated (width of an image obtained using DrawNumericalSemigroup)
=============
Version 0.3.0 (03/06/2022)
=============
- test file updated
- manual updated (with illustrations of use of the "negatives" option and the function "DrawNumericalSemigroup")
- added the default option "negatives"
- added the function "DrawNumericalSemigroup" to display a numerical semigroup
- fixed a bug caused by the use of "ns_table" in a part of the code not specifically dedicated to numerical semigroups; the option "negatives" is used instead
=============
Version 0.2.4 (23/8/2019)
=============
- test file updated
- added the option "ns_table" to the functions "TikzCodeForNumericalSemigroup" and "IP_TikzArrayOfIntegers" to make drawings of numerical semigroups as tables with the threshold interval in the top row
- manual updated (with illustrations of use of the "ns_table" option)
=============
Version 0.2.3 (14/9/2017)
=============
- test file updated and some minor changes in the manual
=============
Version 0.2.0 (3/7/15)
=============
- added some stuff for drawing sets of numerical semigroups
=============
Version 0.1.0 (5/7/13)
=============
- fixed a bug in IP_TikzArrayOfIntegers
=============
Version 0.0.9 (21/6/13)
=============
- The first public version
=============
Version 0.0.0 (11/6/13)
=============
- first steps in producing the package
(A preliminary version was named integersem)