-
Updated
Sep 30, 2020 - Go
versioning
Here are 701 public repositories matching this topic...
-
Updated
Aug 27, 2020 - Python
-
Updated
Oct 25, 2020 - C#
-
Updated
Oct 23, 2020 - C#
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in data_dir()).
Wouldn't it make sense to add an if for Windows based on %APPDATA% or %LOCALAPPDATA%, before resorting to globally installing appdirs?
-
Updated
Oct 16, 2020 - Go
-
Updated
Sep 23, 2020 - Ruby
Describe the bug
refreshVersions is not able to find the latest versions of artifact in local maven repository.
To Reproduce
- Publish any project/library that uses
maven-publishplugin to local maven repository, e.g. via./gradlew publishToMavenLocal - Use it as a dependency in another project with refreshVersions, specifying the local repository via `repositories {
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Jun 24, 2020 - Ruby
Create a Rust-Client
We should provide a Rust client in addition to the TypeScript and Python client.
fetchPypi just calls fetchurl underneath but has a slightly different calling syntax in order to construct the URL. It would be great to track these external dependencies using niv. :-)
-
Updated
Apr 7, 2018 - JavaScript
-
Updated
Oct 19, 2020 - Kotlin
-
Updated
Oct 24, 2020 - JavaScript
-
Updated
Oct 23, 2020 - JavaScript
-
Updated
Oct 23, 2020 - Groovy
-
Updated
Oct 19, 2020 - Elixir
-
Updated
Sep 14, 2020 - Ruby
-
Updated
Aug 3, 2020 - PLpgSQL
-
Updated
Oct 19, 2020 - C#
-
Updated
Oct 23, 2020 - CSS
Improve this page
Add a description, image, and links to the versioning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the versioning topic, visit your repo's landing page and select "manage topics."
Introduction
We need a section in the docs to describe how to migrate from the old-style dataset, e.g.
ParquetS3DataSetto the new style e.g.kedro.extras.datasets.pandas.ParquetDataSet.Suggestion
To migrate from
ParquetS3DataSettopandas.ParquetDataSet, the steps are the following:In the
catalog.yaml:ParquetS3DataSettopandas.ParquetDataSet