Skip to content

Releases: erthward/geonomics

1.3.1

21 Sep 23:35
Compare
Choose a tag to compare

Removed some debug print statements accidentally left in the code.

1.3.0

30 Aug 21:02
Compare
Choose a tag to compare

Added 'nonneut_loc_format' parameter, allowing use to output CSVs containing the nonneutral loci, organized into columns by trait.
Also fixed a new bug that came from a push in bitarray that changed the start-unpacking behavior of bitarrays and broke gnx recombination subsetting; fixed to be backwards and forwards compatible.

1.2.0

30 Aug 15:48
Compare
Choose a tag to compare

Added the rand_genarch parameter, allowing the user to specify that they want each iteration to use new genomic architectures (and thus new genomes), even if it uses the same landscape and burned-in community.

1.1.9

09 Jul 03:15
Compare
Choose a tag to compare

Merged the opt_tskit branch, containing the dual-mode (tskit; manual genotype tracking) version, into master.

1.1.8

21 Jun 22:03
Compare
Choose a tag to compare

Added tutorial video to YouTube, then embedded in docs.

1.1.7

16 Jun 19:25
Compare
Choose a tag to compare

Just incrementing the version number to make sure the new, lower-res logo gets updated at readthedocs

1.1.6

11 Jun 07:13
Compare
Choose a tag to compare

Added ability to use input rasters with values outside the range of the stated min and max values for those rasters. This allows the users to use large, negative values as no-data values for missing cells, as those cells will then be coerced to 0s when rasters are read into Geonomics Landscape Layer objects.

1.1.4

27 Apr 07:22
Compare
Choose a tag to compare

Looks like perhaps I forgot to include psutil in requirements.txt, and that's what created the build problems for readthedocs. Trying again.

1.1.3

27 Apr 07:07
Compare
Choose a tag to compare

Again incrementing the release number, after specifying install and requirements.txt in .readthedocs.yml, to try to get the Sphinx readthedocs API docs working

1.1.2

27 Apr 06:57
Compare
Choose a tag to compare

Just incrementing the release number, to push newer version to PyPI and try to the get the API docs to sync up on readthedocs.org