Skip to content

Commit

Permalink
Merge pull request #82 from Erotemic/dev/2.3.1
Browse files Browse the repository at this point in the history
Dev/2.3.1
  • Loading branch information
Erotemic authored Feb 6, 2023
2 parents 4428d26 + e01c0e3 commit 769c260
Show file tree
Hide file tree
Showing 193 changed files with 2,955 additions and 2,633 deletions.
297 changes: 150 additions & 147 deletions .github/workflows/tests.yml

Large diffs are not rendered by default.

26 changes: 6 additions & 20 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,19 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
#
#
# See Also:
# https://readthedocs.org/dashboard/xcookie/advanced/
# https://readthedocs.org/dashboard/ibeis/advanced/

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements/docs.txt
- method: pip
path: .
#extra_requirements:
# - docs

#conda:
# environment: environment.yml
- requirements: requirements/headless.txt
- requirements: requirements/docs.txt
- method: pip
path: .
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ We are currently working on porting this changelog to the specifications in
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Version 2.3.1] - Released 2023-01-29

### Changed
* Ported some utool code to ibeis.util for more direct coupling with this
library.
* ibeis will no longer prompt you for a workdir if one is not set. It will just use `ibeis_default_workdir` in the current directory. Old behavior can be restored by setting the `LEGACY_WORKDIR_BEHAVIOR` environment variable.

### Fixed
* Fixed issue with numpy 1.24
* Numpy dtype issues
* Fixed 3.11 change with random.Random

### Changed
* Added 3.11 support
* Added loose / strict dependency versioning


## [Version 2.2.6] - Released 2020-July-4

### Fixed
* Fix np.float, np.bool, and np.int issue
* Fixed distutils version issue

## [Version 2.2.5] - Released 2020-July-4

### Fixed
Expand Down
Loading

0 comments on commit 769c260

Please sign in to comment.