File: Changes

package info (click to toggle)
libchemistry-opensmiles-perl 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: perl: 533; makefile: 2
file content (79 lines) | stat: -rw-r--r-- 2,295 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
0.4.3 2021-01-25

    - Supporting tetrahedral chirality in
      Chemistry::OpenSMILES::Writer::write_SMILES().
    - Chiralities @TH1 and @TH2 are the same as @ and @@, respectively.
    - Specifying the requirement of Graph v0.97 or later.
    - Fixing issue with homepage.

0.4.2 2021-01-20

    - Exporting Chemistry::OpenSMILES::Writer::write_SMILES().
    - Removing chirality information from written SMILES, as code to
      write this reliably is not yet available.
    - Fixing writing of cis/trans bonds.

0.4.1 2021-01-12

    - Fixing an issue with 'scalar %hash' in t/01_atoms.t.
    - Listing a dependency on Graph::Traversal::DFS.

0.4.0 2021-01-11

    - Adding Chemistry::OpenSMILES::Writer, implementing a SMILES writer
      for the data structures built by Chemistry::OpenSMILES::Parser.
    - Converting 'charge' atom field to integer.
    - Exporting Chemistry::OpenSMILES::is_aromatic().

0.3.2 2020-10-05

    - Explicitly setting bond order to ':' on bonds between aromatic
      atoms.

0.3.1 2020-09-17

    - Establishing deterministic order while generating graph vertices
      for implicit hydrogen atoms.

0.3.0 2020-09-16

    - Deriving counts of implicit hydrogen atoms.
    - Default number of attached hydrogen atoms for atoms in square
      brackets is 0.
    - Supporting bracketless '*' atom.

0.2.1 2020-08-13

    - Adding 'number' atom field to store atom positions in the initial
      SMILES string.
    - Making 'class' atom field mandatory.
    - Making 'isotope' atom field an integer.

0.2.0 2020-05-20

    - Fixing an issue with graph merging.
    - Unifying the representation of single bonds.
    - Extending POD documentation.

0.1.3 2020-05-19

    - Detecting and reporting unbalanced parentheses.
    - Detecting and reporting unclosed ring bonds.
    - Fixing position pointers in error messages, removing line numbers.
    - Adding versioned dependency on Module::Build::Parse::Yapp v0.1.2.
    - Declaring minimum Perl version.
    - Fixing the POD.

0.1.2 2020-05-17

    - Turning hydrogen counts into real vertices. If 'raw' option is
      present, hydrogen counts are left as integers instead.

0.1.1 2020-05-14

    - Adding missing dependency on Graph::Undirected.
    - Adding POD.

0.1.0 2020-05-13

    - Initial release.