Skip to content

Commit

Permalink
Version updated to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mialam24 committed Dec 20, 2023
1 parent e7c623f commit 4609388
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.3.4
-Fix for empty LocusAggregates. See issue #31 (https://github.com/Illumina/BeadArrayFiles/issues/31)
-Added Dockerfile to be used with ICA pipelines
-Added more support to read clusterfiles of different versions

1.3.3
-Updated to python3
-Added GenomeStudio-style dna_report to examples
Expand Down
2 changes: 1 addition & 1 deletion module/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# of the authors and should not be interpreted as representing official policies,
# either expressed or implied, of the FreeBSD Project.

__version__ = "1.3.3"
__version__ = "1.3.4"
from .GenotypeCalls import code2genotype, NC, AA, AB, BB, GenotypeCalls, NormalizationTransform, ScannerData
from .BeadPoolManifest import RefStrand, SourceStrand, BeadPoolManifest
from .LocusAggregate import LocusAggregate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
author_email='[email protected]',
packages=['IlluminaBeadArrayFiles'],
package_dir={'IlluminaBeadArrayFiles' : 'module'},
version='1.3.3'
version='1.3.4'
)

0 comments on commit 4609388

Please sign in to comment.