Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC - fix typos #2851

Open
wants to merge 428 commits into
base: master
Choose a base branch
from
Open

DOC - fix typos #2851

wants to merge 428 commits into from

Conversation

stefan-jansen
Copy link

  • fix rst link syntax
  • remove reference to ml4t channel

dependabot bot and others added 29 commits July 25, 2022 22:58
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.1 to 2.11.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.8.1...v2.11.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.11.1...v2.11.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* cast np.records to tuple
* ensure index is list not set
* pin pandas <1.6
* update ci test python versions
* tox ini version update
* limit tox test env
* simplify tests and config
* reinstalling ta-lib 0.4.24 and pytest parallel
* update full ci test run accordingly
* ensure index is list not set
* reinstalling ta-lib 0.4.24 and pytest parallel
* cast np.records to tuple
* pin pandas <1.6
* update ci tests and tox for ta-lib
* limit tox test env
* simplify tests and config
* update wheels workflow
* update GH actions
* Int64Index to Index(..., dtype=..)
* group_keys to False
* add codecov token
- moving to PEP517/8
- from versioneer to setuptools_scm
- package_data to pyproject.toml
- tox.ini to pyproject.toml
- flake8 config to .flake8
-removing obsolete setup.cfg
- update all actions
- talib installs from script
- remove TA-Lib constraint and change quick tests to 3.10
- add windows wheels and streamline workflow
- add GHA retry step
- skip two tests that randomly fail on CI
- skip macos Cpy37 arm64
* MAINT: don't track _version.py

* Delete _version.py
include devcontainer
* replace deprecated abstractproperty

* removed deprecated __unicode__

* bump up pytest to >= 7.2.0

* remove unecessary object  class declaration

* cleanup metaclass declaration

* replace logbook with logging (#16)

* fix B904 flak8-bugbear warnings

* replaced logbook with logging

* replace logbook with logging (#17)

* fix B904 flak8-bugbear warnings

* change import style for logbook

* replaced with logging

* replaced logbook with logging

* changes to utils path

* wip sqlalchemy2.0

* exchange-calendar 4

* mock is part of unittest

* fix cmdline start end

* separate lint from test workflow

* enable black formatting workflow check

* separate black and lint from workflow

* drop python 3.7 support
* Added new CodeType arguments
* DateTimeIndex to list
* Remove Python 3.7 wheels
* List not list
* handle get_calendar exception
* scm auto version and h5py alert
* exchange_calendar warning and install updates
* cibuildwheel update
* remove windows / Py39 test exclusion
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.4 to 2.12.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.11.4...v2.12.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* codecov token should not be needed for public repo
* change input to boolean
* update conda channels
* un-parallelize tests
* skip win py311 tests
* fixed csvdir import error

* restored the isfile() check
* fix black version formatting

* fix black version formatting
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.12.0...v2.13.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.13.0...v2.14.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Feature/zipline3dev (#18)

* pandas > 2.0 + * sqlalchemy > 2 migration
* numpy fixes

* fix pytest config

* pandas < 2 is no longer tested or supported

* fix ci yml pandas2
* Feature/zipline3dev (#18)

* pandas > 2.0 + * sqlalchemy > 2 migration
* numpy fixes
* fix pytest config
* pandas < 2 is no longer tested or supported
* fix ci yml pandas2
* updated pre-commit hooks
* full CI on push to main
* update actions
* skip certain tests on GHA
---------

Co-authored-by: MBounouar <MBounouar@users.noreply.github.com>
@RiseT
Copy link

RiseT commented Nov 30, 2023

@stefan-jansen Is this the correct repo for your PR (original zipline, not the fork zipline-reloaded)...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants