Releases: erthward/geonomics
Releases · erthward/geonomics
1.3.1
Removed some debug print statements accidentally left in the code.
1.3.0
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
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
Merged the opt_tskit branch, containing the dual-mode (tskit; manual genotype tracking) version, into master.
1.1.8
Added tutorial video to YouTube, then embedded in docs.
1.1.7
Just incrementing the version number to make sure the new, lower-res logo gets updated at readthedocs
1.1.6
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
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
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
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