Rev 10 | Rev 110 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
104 | bpr | 1 | chemeq (2.2) unstable; urgency=low |
2 | |||
3 | * added a new multiplicative operator, to be able to multiply every |
||
4 | coefficients of each reactive or product of an equation of reaction |
||
5 | at the same time. |
||
6 | * added some tests into the suite to account for this new feature. |
||
7 | * removed a --strip option in the Makefile. |
||
8 | Closes: #436622 |
||
9 | * modified the format of the outputs when LaTeX notations are |
||
10 | involved. For example 3.2e-12 now gives 3.2\times 10^{-12}. |
||
11 | * Fixed a buggy test item with the direct composition of equations |
||
12 | (# operator), adapted test items according to the modification for |
||
13 | LaTeX outputs. |
||
14 | * Implemented the calculus of equilibrium constants and standard |
||
15 | potentials throughout the possible combinations of chemical |
||
16 | equations, by multiplying, adding, and substracting them with the |
||
17 | operators *, # and ~. |
||
18 | * recoded the files to utf-8. |
||
19 | * updated the scripts chemreport, so the test suite is correctly |
||
20 | formatted with LaTeX. |
||
21 | * fixed a bug for negative standard potential. There stil remains a |
||
22 | documented bug, due to the fact that the syntax -{int} means an |
||
23 | electric charge. |
||
24 | |||
25 | -- Georges Khaznadar <georgesk@ofset.org> Sun, 26 Aug 2007 21:35:39 +0200 |
||
26 | |||
27 | chemeq (2.1) unstable; urgency=low |
||
28 | |||
29 | * added a better simplification behavior: now H2 + H2 is resolved as |
||
30 | 2H2 for example. |
||
31 | * updated the test suite and made it utf-8 compliant. |
||
32 | * Major feature enhancement: added new binary operators, # to add two |
||
33 | chemical equations, and ~ to make a substraction between two chemical |
||
34 | equations. |
||
35 | * added two tests into the suite to account for this new feature. |
||
36 | |||
37 | -- Georges Khaznadar <georgesk@ofset.org> Fri, 01 Jun 2007 00:35:59 +0200 |
||
38 | |||
39 | chemeq (1.13) unstable; urgency=low |
||
40 | |||
41 | * made some modifications to fix compilation bugs with gcc-4.3 |
||
42 | Closes: Bug#417131 |
||
43 | |||
44 | -- Georges Khaznadar <georgesk@ofset.org> Tue, 3 Apr 2007 19:51:22 +0200 |
||
45 | |||
10 | reyssat | 46 | chemeq (1.12) unstable; urgency=low |
47 | |||
48 | * modified the behaviour with -C : now the charge count is displaied |
||
49 | |||
50 | -- Georges Khaznadar <georgesk@ofset.org> Sun, 11 Mar 2007 12:49:31 +0100 |
||
51 | |||
52 | chemeq (1.11) unstable; urgency=low |
||
53 | |||
54 | * fixed an error for the option -C with atom groups; for example |
||
55 | B(OH)3 yelded something like B(OH)3|B:1*1 (O:1*1 H:1*1)3 which |
||
56 | has little sense. Now it yelds B(OH)3|B:1*1 O:1*3 H:1*3, which |
||
57 | would be the same than parsing BO3H3. |
||
58 | |||
59 | -- Georges Khaznadar <georgesk@ofset.org> Sat, 10 Mar 2007 22:00:17 +0100 |
||
60 | |||
61 | chemeq (1.10) unstable; urgency=low |
||
62 | |||
63 | * fixed two stupid errors in operators '&' and '-' for the Membre object: |
||
64 | their return value were undefined! |
||
65 | Now there is no more segmentation error when the normalisation is done. |
||
66 | * added a new feature, bound to the option -C (detailed count) : |
||
67 | it prints a detailed count of molecules and atoms in each member |
||
68 | of the equation. This count can be used by other programs. |
||
69 | * added similar features (options -e and -s), which are simpler than |
||
70 | the option -C: they just print respectively the electric charges, |
||
71 | and the chemical species. |
||
72 | |||
73 | -- Georges Khaznadar <georgesk@ofset.org> Fri, 23 Feb 2007 11:54:22 +0100 |
||
74 | |||
75 | chemeq (1.9) unstable; urgency=low |
||
76 | |||
77 | * recompiled with a new version of flex (see |
||
78 | http://www.debian.org/security/2006/dsa-1020) |
||
79 | |||
80 | -- Georges Khaznadar <georgesk@ofset.org> Sun, 2 Apr 2006 16:45:22 +0200 |
||
81 | |||
82 | chemeq (1.8) unstable; urgency=low |
||
83 | |||
84 | * added a feature: the normalised output (chemeq -n) makes simplifications |
||
85 | by substracting equivalent amounts of chemicals in both members of an |
||
86 | equation. |
||
87 | |||
88 | -- Georges Khaznadar <georgesk@ofset.org> Thu, 16 Feb 2006 23:37:38 +0100 |
||
89 | |||
90 | chemeq (1.7) unstable; urgency=low |
||
91 | |||
92 | * added the environment variables prefixed with w_ to comply with Gang |
||
93 | Xiao's WIMS server. |
||
94 | * updated the manpage |
||
95 | |||
96 | -- Georges Khaznadar <georgesk@ofset.org> Sat, 28 Jan 2006 23:37:03 +0100 |
||
97 | |||
98 | chemeq (1.6) unstable; urgency=low |
||
99 | |||
100 | * fixed issues about the environment variable chemeq_input |
||
101 | * updated the manpage |
||
102 | |||
103 | -- Georges Khaznadar <georgesk@ofset.org> Sat, 28 Jan 2006 20:04:22 +0100 |
||
104 | |||
105 | chemeq (1.5) unstable; urgency=low |
||
106 | |||
107 | * recompilation to be consistent with the new libstdc++ |
||
108 | * dropped the reference to g++-3.0 |
||
109 | |||
110 | -- Georges Khaznadar <georgesk@ofset.org> Thu, 22 Dec 2005 20:38:40 +0100 |
||
111 | |||
112 | chemeq (1.4) unstable; urgency=low |
||
113 | |||
114 | * chemeq takes in account another environment variable, chemeq_input, which |
||
115 | may contain the input string for chemeq. |
||
116 | |||
117 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 27 Feb 2005 23:55:33 +0100 |
||
118 | |||
119 | chemeq (1.3) unstable; urgency=low |
||
120 | |||
121 | * now chemeq takes in account a parameter chemeq_option, which can be used |
||
122 | to pass the options "mMlcwnh" |
||
123 | |||
124 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Wed, 26 Jan 2005 13:36:12 +0100 |
||
125 | |||
126 | chemeq (1.2-1) unstable; urgency=low |
||
127 | |||
128 | * added the -M switch; features molecular weights calculation |
||
129 | * corrected the references to endl (using std::endl instead) |
||
130 | closes: Bug#188906 |
||
131 | other incorrect references to cin, cout and cerr are due to a bad |
||
132 | behavior of flex when used in c++ mode. |
||
133 | |||
134 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Mon, 14 Apr 2003 12:04:35 +0200 |
||
135 | |||
136 | chemeq (1.1.0.3-8) unstable; urgency=low |
||
137 | |||
138 | * Rewritten the "closes" assertion correctly |
||
139 | closes: Bug#176265 |
||
140 | |||
141 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 2 Feb 2003 22:09:56 +0100 |
||
142 | |||
143 | chemeq (1.1.0.3-7) unstable; urgency=low |
||
144 | |||
145 | * modified the type of the "ch" varaible which is used to get the result |
||
146 | of the getopt() function, to int. So the condition -1 == ch can be |
||
147 | reached on every architecture. |
||
148 | Closes: #176265 |
||
149 | |||
150 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sat, 11 Jan 2003 18:45:29 +0100 |
||
151 | |||
152 | chemeq (1.1.0.3-6) unstable; urgency=low |
||
153 | |||
154 | * some fixes to comply with g++-3.2, thanks to Jeroen T. Vermeulen |
||
155 | Closes: #174962 |
||
156 | |||
157 | -- Georges Khaznadar <georgesk@gk.homelinux.org> Sun, 5 Jan 2003 00:15:16 +0100 |
||
158 | |||
159 | chemeq (1.1.0.3-5) unstable; urgency=low |
||
160 | |||
161 | * chemeq is now compliant with g++-v3 and should build on all archs. |
||
162 | Closes: #146530 |
||
163 | |||
164 | -- Georges Khaznadar <georgesk@gk.homelinux.org> Sun, 10 Nov 2002 22:00:10 +0100 |
||
165 | |||
166 | chemeq (1.1.0.3-4) unstable; urgency=low |
||
167 | |||
168 | * corrected build-depends according to last post about Bug#146552 |
||
169 | gcc and g++ are no more in buid-depends. |
||
170 | Closes: #146530, #146552 |
||
171 | |||
172 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 27 Oct 2002 11:22:05 +0100 |
||
173 | |||
174 | chemeq (1.1.0.3-3) unstable; urgency=low |
||
175 | |||
176 | * corrected a missing parenthesis in chemreport.pl (test suite) |
||
177 | |||
178 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 12 May 2002 15:53:36 +0200 |
||
179 | |||
180 | chemeq (1.1.0.3-2) unstable; urgency=low |
||
181 | |||
182 | * added build-depends : flex, bison, gcc, g++ |
||
183 | |||
184 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sat, 11 May 2002 19:06:01 +0200 |
||
185 | |||
186 | chemeq (1.1.0.3-1) unstable; urgency=low |
||
187 | |||
188 | * Integrated test suite |
||
189 | |||
190 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 05 May 2002 10:12:49 +0200 |
||
191 | |||
192 | chemeq (1.1.0.2-1) unstable; urgency=low |
||
193 | |||
194 | * Initial Release. |
||
195 | |||
196 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Thu, 28 Apr 2002 22:50:45 +0200 |
||
197 | |||
198 | |||
199 | Local variables: |
||
200 | mode: debian-changelog |
||
201 | End: |
||
202 |