Tax-Analyzer-Framework

Check-in [dea8d819ce]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Release version 4.28.0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | release | version-4.28.0
Files: files | file ages | folders
SHA3-256: dea8d819ce09204d4f560929c95aed08cf22f92f35f24c9c17323dcaa5140045
User & Date: mrh 2023-07-21 13:46:34
Context
2023-07-21
13:59
Update link to zip distribution file for 4.28.0 version. check-in: e065efd569 user: mrh tags: trunk
13:46
Release version 4.28.0 check-in: dea8d819ce user: mrh tags: release, trunk, version-4.28.0
13:31
Upgrade tafe environment to Python 3.11 (from 3.10), which is part of the 2023-07 Anaconda distribution. check-in: c0e0068775 user: mrh tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to taf/package.py.

13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
    # pylint: disable=too-few-public-methods

    __spec = {}

    def __init__(self):
        # edit the values of the following two Package attributes:
        self.full_name = 'taf'  # specify all lower-case characters
        self.release_version = '4.27.0'  # specify as in semantic versioning
        # do NOT change the following statements:
        self.name_prefix = self.full_name[:3]
        self.files_path = os.path.abspath(os.path.dirname(__file__))
        if not self.__spec:
            self.__spec = json2dict('package.json',
                                    self.files_path,
                                    self.full_name)







|







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
    # pylint: disable=too-few-public-methods

    __spec = {}

    def __init__(self):
        # edit the values of the following two Package attributes:
        self.full_name = 'taf'  # specify all lower-case characters
        self.release_version = '4.28.0'  # specify as in semantic versioning
        # do NOT change the following statements:
        self.name_prefix = self.full_name[:3]
        self.files_path = os.path.abspath(os.path.dirname(__file__))
        if not self.__spec:
            self.__spec = json2dict('package.json',
                                    self.files_path,
                                    self.full_name)

Changes to www/changes.md.

1
2







3
4
5
6
7
8
9
10
11
12
13
14
15
# Released Versions #









<h3>Changes for Version 4.27.0 (2023-04-13)</h3>

* Upgrade pacakge versions used in the `tafe` conda environment to be
  consistent with the packages included in the new Anaconda 2023.03-0
  distribution, which include Python 3.10.
* Make a number of non-substantive code changes in order to suppress
  new pylint 2.16 coding-style warnings.


<h3>Changes for Version 4.26.0 (2022-10-25)</h3>

* Upgrade pacakge versions used in the `tafe` conda environment to be


>
>
>
>
>
>
>





|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Released Versions #


<h3>Changes for Version 4.28.0 (2023-07-21)</h3>

* Upgrade pacakge versions used in the `tafe` conda environment to be
  consistent with the packages included in the new Anaconda 2023.07
  distribution, which includes Python 3.11.


<h3>Changes for Version 4.27.0 (2023-04-13)</h3>

* Upgrade pacakge versions used in the `tafe` conda environment to be
  consistent with the packages included in the new Anaconda 2023.03-0
  distribution, which includes Python 3.10.
* Make a number of non-substantive code changes in order to suppress
  new pylint 2.16 coding-style warnings.


<h3>Changes for Version 4.26.0 (2022-10-25)</h3>

* Upgrade pacakge versions used in the `tafe` conda environment to be

Changes to www/index.md.

146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162

* The source code is <b>free and open-source</b>, being distributed
  under the [2-clause BSD license](./license.txt).

<hr />

<h3 id="latest-release">
Latest Release: Version 4.27.0 (2023-04-13)
</h3>

A summary of changes in the latest source code release (and in all
prior releases) can be found in the [change log](./changes.md).

A detailed history of source code changes is available via the
[timeline](/timeline).

<hr />







|









146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162

* The source code is <b>free and open-source</b>, being distributed
  under the [2-clause BSD license](./license.txt).

<hr />

<h3 id="latest-release">
Latest Release: Version 4.28.0 (2023-07-21)
</h3>

A summary of changes in the latest source code release (and in all
prior releases) can be found in the [change log](./changes.md).

A detailed history of source code changes is available via the
[timeline](/timeline).

<hr />